#24FF16
A medium, vivid green closely aligning with Lime.
About #24FF16
When working with digital screens, the color #24FF16 is rendered by mixing light. It is closely associated with the named CSS color Lime. In the RGB color space, it consists of 36 red, 255 green, and 22 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 86% cyan, 0% magenta, 91% yellow, and 0% black. With a hue angle of 116.4 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#24FF16
RGB36, 255, 22
HSL116.4°, 100.0%, 54.3%
CMYK86%, 0%, 91%, 0%
HSV116.4°, 91.4%, 100.0%
LAB87.9, -84.2, 81.5
XYZ36.6, 72.0, 12.7
Decimal2424598
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.39:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24FF16;
}
.text-color {
color: #24FF16;
}
.border-color {
border: 2px solid #24FF16;
}