#00E933
A medium, vivid green closely aligning with Limegreen.
About #00E933
The hex code #00E933 represents a beautifully specific shade of green. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(0, 233, 51).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 100% C, 0% M, 78% Y, and 9% K. The HSL representation is 133.1° hue, 100.0% saturation, and 45.7% lightness.
Contrast ratios determine whether this color is safe for typography. 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#00E933
RGB0, 233, 51
HSL133.1°, 100.0%, 45.7%
CMYK100%, 0%, 78%, 9%
HSV133.1°, 100.0%, 91.4%
LAB81.0, -78.8, 69.2
XYZ29.7, 58.5, 12.9
Decimal59699
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.70:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00E933;
}
.text-color {
color: #00E933;
}
.border-color {
border: 2px solid #00E933;
}