#42DB00
A medium, vivid green closely aligning with Limegreen.
About #42DB00
Visually, #42DB00 is defined as a vivid green. Its closest recognized web color is Limegreen. In the RGB color space, it consists of 66 red, 219 green, and 0 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 70% C, 0% M, 100% Y, and 14% K. The HSL representation is 101.9° hue, 100.0% saturation, and 42.9% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#42DB00
RGB66, 219, 0
HSL101.9°, 100.0%, 42.9%
CMYK70%, 0%, 100%, 14%
HSV101.9°, 100.0%, 85.9%
LAB77.2, -70.6, 75.0
XYZ27.6, 51.8, 8.5
Decimal4381440
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.85:1
Text on #FFFFFF
FAIL
11.36: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: #42DB00;
}
.text-color {
color: #42DB00;
}
.border-color {
border: 2px solid #42DB00;
}