#00CC24
A medium, vivid green closely aligning with Limegreen.
About #00CC24
At its core, #00CC24 is a medium and vivid hue. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 0 red, 204 green, and 36 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 100% C, 0% M, 82% Y, and 20% K. Always request a physical proof before doing a large print run with this exact code.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00CC24
RGB0, 204, 36
HSL130.6°, 100.0%, 40.0%
CMYK100%, 0%, 82%, 20%
HSV130.6°, 100.0%, 80.0%
LAB71.8, -71.7, 64.6
XYZ21.9, 43.3, 8.9
Decimal52260
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.17:1
Text on #FFFFFF
FAIL
9.66:1
Text on #000000
AAA
2.08:1
Text on #F8FAFC
FAIL
8.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00CC24;
}
.text-color {
color: #00CC24;
}
.border-color {
border: 2px solid #00CC24;
}