#24AF16
A dark, vivid green closely aligning with Limegreen.
About #24AF16
The hex code #24AF16 represents a beautifully specific shade of green. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(36, 175, 22).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 79% Cyan, 0% Magenta, 87% Yellow, and 31% Black. The HSL representation is 114.5° hue, 77.7% saturation, and 38.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#24AF16
RGB36, 175, 22
HSL114.5°, 77.7%, 38.6%
CMYK79%, 0%, 87%, 31%
HSV114.5°, 87.4%, 68.6%
LAB62.6, -61.5, 59.8
XYZ16.2, 31.1, 5.9
Decimal2404118
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.91:1
Text on #FFFFFF
FAIL
7.22:1
Text on #000000
AAA
2.78:1
Text on #F8FAFC
FAIL
6.14:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #24AF16;
}
.text-color {
color: #24AF16;
}
.border-color {
border: 2px solid #24AF16;
}