#00E924
A medium, vivid green closely aligning with Lime.
About #00E924
The hex code #00E924 represents a beautifully specific shade of green. Its closest recognized web color is Lime. This translates to an RGB value of rgb(0, 233, 36).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 100% cyan, 0% magenta, 85% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00E924
RGB0, 233, 36
HSL129.3°, 100.0%, 45.7%
CMYK100%, 0%, 85%, 9%
HSV129.3°, 100.0%, 91.4%
LAB81.0, -79.6, 72.9
XYZ29.5, 58.4, 11.4
Decimal59684
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.68:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.78:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00E924;
}
.text-color {
color: #00E924;
}
.border-color {
border: 2px solid #00E924;
}