#42DB07
A medium, vivid green closely aligning with Limegreen.
About #42DB07
When working with digital screens, the color #42DB07 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Limegreen. In the RGB color space, it consists of 66 red, 219 green, and 7 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 70% C, 0% M, 97% Y, and 14% K. With a hue angle of 103.3 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#42DB07
RGB66, 219, 7
HSL103.3°, 93.8%, 44.3%
CMYK70%, 0%, 97%, 14%
HSV103.3°, 96.8%, 85.9%
LAB77.2, -70.5, 74.4
XYZ27.6, 51.8, 8.8
Decimal4381447
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.85:1
Text on #FFFFFF
FAIL
11.37:1
Text on #000000
AAA
1.77:1
Text on #F8FAFC
FAIL
9.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42DB07;
}
.text-color {
color: #42DB07;
}
.border-color {
border: 2px solid #42DB07;
}