#42FF24
A medium, vivid green closely aligning with Lime.
About #42FF24
Visually, #42FF24 is defined as a vivid green. Designers often compare it to the standard color Lime. In the RGB color space, it consists of 66 red, 255 green, and 36 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 74% C, 0% M, 86% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#42FF24
RGB66, 255, 36
HSL111.8°, 100.0%, 57.1%
CMYK74%, 0%, 86%, 0%
HSV111.8°, 85.9%, 100.0%
LAB88.4, -80.4, 79.7
XYZ38.3, 72.8, 13.7
Decimal4390692
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.56:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42FF24;
}
.text-color {
color: #42FF24;
}
.border-color {
border: 2px solid #42FF24;
}