#00CC00
A medium, vivid green closely aligning with Limegreen.
About #00CC00
At its core, #00CC00 is a medium and vivid hue. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(0, 204, 0).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#00CC00
RGB0, 204, 0
HSL120.0°, 100.0%, 40.0%
CMYK100%, 0%, 100%, 20%
HSV120.0°, 100.0%, 80.0%
LAB71.7, -72.8, 70.3
XYZ21.6, 43.2, 7.2
Decimal52224
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.18:1
Text on #FFFFFF
FAIL
9.64:1
Text on #000000
AAA
2.08:1
Text on #F8FAFC
FAIL
8.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00CC00;
}
.text-color {
color: #00CC00;
}
.border-color {
border: 2px solid #00CC00;
}