#24E900
A medium, vivid green closely aligning with Lime.
About #24E900
At its core, #24E900 is a medium and vivid hue. Designers often compare it to the standard color Lime. This translates to an RGB value of rgb(36, 233, 0).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 85% cyan, 0% magenta, 100% yellow, and 9% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#24E900
RGB36, 233, 0
HSL110.7°, 100.0%, 45.7%
CMYK85%, 0%, 100%, 9%
HSV110.7°, 100.0%, 91.4%
LAB81.1, -78.6, 77.9
XYZ29.9, 58.7, 9.7
Decimal2418944
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.73:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24E900;
}
.text-color {
color: #24E900;
}
.border-color {
border: 2px solid #24E900;
}