#00CC2C
A medium, vivid green closely aligning with Limegreen.
About #00CC2C
Visually, #00CC2C is defined as a vivid green. Designers often compare it to the standard color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 204, and 44.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 100% cyan, 0% magenta, 78% yellow, and 20% black. The HSL representation is 132.9° hue, 100.0% saturation, and 40.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#00CC2C
RGB0, 204, 44
HSL132.9°, 100.0%, 40.0%
CMYK100%, 0%, 78%, 20%
HSV132.9°, 100.0%, 80.0%
LAB71.8, -71.2, 62.4
XYZ22.0, 43.4, 9.6
Decimal52268
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.17:1
Text on #FFFFFF
FAIL
9.67:1
Text on #000000
AAA
2.07:1
Text on #F8FAFC
FAIL
8.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00CC2C;
}
.text-color {
color: #00CC2C;
}
.border-color {
border: 2px solid #00CC2C;
}