#84CC16
Tailwind lime-500
#84CC16 is a green colour. In RGB it is 132 red, 204 green and 22 blue, which converts to a hue of 84 degrees, 81% saturation and 44% lightness. It is Tailwind lime-500 in that design system's palette.
Color values
| HEX | #84CC16 |
|---|---|
| RGB | rgb(132, 204, 22) |
| HSL | hsl(84, 81%, 44%) |
| HSV | hsv(84, 89%, 80%) |
| CMYK | cmyk(35%, 0%, 89%, 20%) |
Contrast and accessibility
Against white the contrast ratio is 1.98:1, and against black it is 10.63:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 1.98:1 | Fail | Fail |
| Black | 10.63:1 | AAA | AAA |
Tints and shades
Lighter tints move #84CC16 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #84CC16; |
|---|---|
| CSS rgb() | color: rgb(132 204 22); |
| Tailwind | bg-[#84cc16] |
| SwiftUI | Color(red: 0.518, green: 0.800, blue: 0.086) |
| Android | Color.parseColor("#84CC16") |
Closest named color
The nearest CSS colour keyword to #84CC16 is yellowgreen (#9ACD32).