#00CC50
A medium, vivid green closely aligning with Limegreen.
About #00CC50
The precise color #00CC50 is an excellent choice for modern design projects. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(0, 204, 80).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). 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.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#00CC50
RGB0, 204, 80
HSL143.5°, 100.0%, 40.0%
CMYK100%, 0%, 61%, 20%
HSV143.5°, 100.0%, 80.0%
LAB72.1, -67.9, 49.0
XYZ23.0, 43.8, 14.8
Decimal52304
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.15:1
Text on #FFFFFF
FAIL
9.75:1
Text on #000000
AAA
2.06:1
Text on #F8FAFC
FAIL
8.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00CC50;
}
.text-color {
color: #00CC50;
}
.border-color {
border: 2px solid #00CC50;
}