#42F007
A medium, vivid green closely aligning with Lime.
About #42F007
Visually, #42F007 is defined as a vivid green. Its closest recognized web color is Lime. In the RGB color space, it consists of 66 red, 240 green, and 7 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 72% cyan and 0% magenta inks. With a hue angle of 104.8 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#42F007
RGB66, 240, 7
HSL104.8°, 94.3%, 48.4%
CMYK72%, 0%, 97%, 6%
HSV104.8°, 97.1%, 94.1%
LAB83.7, -76.8, 79.6
XYZ33.4, 63.5, 10.7
Decimal4386823
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.70:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42F007;
}
.text-color {
color: #42F007;
}
.border-color {
border: 2px solid #42F007;
}