#00E942
A medium, vivid green closely aligning with Limegreen.
About #00E942
Visually, #00E942 is defined as a vivid green. Designers often compare it to the standard color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 233, and 66.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. The HSL representation is 137.0° hue, 100.0% saturation, and 45.7% lightness.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00E942
RGB0, 233, 66
HSL137.0°, 100.0%, 45.7%
CMYK100%, 0%, 72%, 9%
HSV137.0°, 100.0%, 91.4%
LAB81.1, -77.7, 64.4
XYZ30.1, 58.7, 14.9
Decimal59714
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.73:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00E942;
}
.text-color {
color: #00E942;
}
.border-color {
border: 2px solid #00E942;
}