#00CC3A
A medium, vivid green closely aligning with Limegreen.
About #00CC3A
When working with digital screens, the color #00CC3A is rendered by mixing light. Its closest recognized web color is Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 204, and 58.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 100% C, 0% M, 72% Y, and 20% K. The HSL representation is 137.1° hue, 100.0% saturation, and 40.0% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00CC3A
RGB0, 204, 58
HSL137.1°, 100.0%, 40.0%
CMYK100%, 0%, 72%, 20%
HSV137.1°, 100.0%, 80.0%
LAB71.9, -70.2, 57.8
XYZ22.4, 43.5, 11.2
Decimal52282
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.17:1
Text on #FFFFFF
FAIL
9.70:1
Text on #000000
AAA
2.07:1
Text on #F8FAFC
FAIL
8.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00CC3A;
}
.text-color {
color: #00CC3A;
}
.border-color {
border: 2px solid #00CC3A;
}