#00CC57
A medium, vivid green closely aligning with Limegreen.
About #00CC57
The hex code #00CC57 represents a beautifully specific shade of green. Designers often compare it to the standard color Limegreen. Its digital footprint relies on 0 parts red, 204 parts green, and 87 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. The HSL representation is 145.6° hue, 100.0% saturation, and 40.0% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00CC57
RGB0, 204, 87
HSL145.6°, 100.0%, 40.0%
CMYK100%, 0%, 57%, 20%
HSV145.6°, 100.0%, 80.0%
LAB72.1, -66.9, 45.9
XYZ23.3, 43.9, 16.3
Decimal52311
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.15:1
Text on #FFFFFF
FAIL
9.77:1
Text on #000000
AAA
2.05:1
Text on #F8FAFC
FAIL
8.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00CC57;
}
.text-color {
color: #00CC57;
}
.border-color {
border: 2px solid #00CC57;
}