#00E233
A medium, vivid green closely aligning with Limegreen.
About #00E233
The hex code #00E233 represents a beautifully specific shade of green. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 0 red, 226 green, and 51 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 100% C, 0% M, 77% Y, and 11% K. The HSL representation is 133.5° hue, 100.0% saturation, and 44.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00E233
RGB0, 226, 51
HSL133.5°, 100.0%, 44.3%
CMYK100%, 0%, 77%, 11%
HSV133.5°, 100.0%, 88.6%
LAB78.8, -76.9, 67.0
XYZ27.8, 54.6, 12.2
Decimal57907
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.93:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00E233;
}
.text-color {
color: #00E233;
}
.border-color {
border: 2px solid #00E233;
}