#42FF07
A medium, vivid green closely aligning with Lime.
About #42FF07
The hex code #42FF07 represents a beautifully specific shade of green. Designers often compare it to the standard color Lime. This translates to an RGB value of rgb(66, 255, 7).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 74% cyan, 0% magenta, 97% yellow, and 0% black. The HSL representation is 105.7° hue, 100.0% saturation, and 51.4% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#42FF07
RGB66, 255, 7
HSL105.7°, 100.0%, 51.4%
CMYK74%, 0%, 97%, 0%
HSV105.7°, 97.3%, 100.0%
LAB88.3, -81.1, 83.3
XYZ38.0, 72.7, 12.2
Decimal4390663
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.54:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42FF07;
}
.text-color {
color: #42FF07;
}
.border-color {
border: 2px solid #42FF07;
}