#24F824
A medium, vivid green closely aligning with Lime.
About #24F824
Visually, #24F824 is defined as a vivid green. It is closely associated with the named CSS color Lime. This translates to an RGB value of rgb(36, 248, 36).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 85% C, 0% M, 85% Y, and 3% K. With a hue angle of 120.0 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#24F824
RGB36, 248, 36
HSL120.0°, 93.8%, 55.7%
CMYK85%, 0%, 85%, 3%
HSV120.0°, 85.5%, 97.3%
LAB85.8, -81.8, 77.3
XYZ34.6, 67.6, 12.9
Decimal2422820
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.53:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24F824;
}
.text-color {
color: #24F824;
}
.border-color {
border: 2px solid #24F824;
}