#24FF42
A medium, vivid green closely aligning with Lime.
About #24FF42
At its core, #24FF42 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Lime. In the RGB color space, it consists of 36 red, 255 green, and 66 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 86% C, 0% M, 74% Y, and 0% K. The HSL representation is 128.2° hue, 100.0% saturation, and 57.1% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#24FF42
RGB36, 255, 66
HSL128.2°, 100.0%, 57.1%
CMYK86%, 0%, 74%, 0%
HSV128.2°, 85.9%, 100.0%
LAB88.1, -82.1, 71.5
XYZ37.5, 72.3, 17.1
Decimal2424642
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.46:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24FF42;
}
.text-color {
color: #24FF42;
}
.border-color {
border: 2px solid #24FF42;
}