#24F800
A medium, vivid green closely aligning with Lime.
About #24F800
When working with digital screens, the color #24F800 is rendered by mixing light. It is closely associated with the named CSS color Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 248, and 0.
For print applications, it's crucial to understand its CMYK makeup. The color uses 85% Cyan, 0% Magenta, 100% Yellow, and 3% Black. With a hue angle of 111.3 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#24F800
RGB36, 248, 0
HSL111.3°, 100.0%, 48.6%
CMYK85%, 0%, 100%, 3%
HSV111.3°, 100.0%, 97.3%
LAB85.8, -82.7, 81.7
XYZ34.3, 67.5, 11.2
Decimal2422784
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.50:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24F800;
}
.text-color {
color: #24F800;
}
.border-color {
border: 2px solid #24F800;
}