#24E216
A medium, vivid green closely aligning with Lime.
About #24E216
The hex code #24E216 represents a beautifully specific shade of green. It is closely associated with the named CSS color Lime. In the RGB color space, it consists of 36 red, 226 green, and 22 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 84% cyan, 0% magenta, 90% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#24E216
RGB36, 226, 22
HSL115.9°, 82.3%, 48.6%
CMYK84%, 0%, 90%, 11%
HSV115.9°, 90.3%, 88.6%
LAB78.9, -76.3, 73.9
XYZ28.1, 54.8, 9.9
Decimal2417174
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.97:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24E216;
}
.text-color {
color: #24E216;
}
.border-color {
border: 2px solid #24E216;
}