#00D32C
A medium, vivid green closely aligning with Limegreen.
About #00D32C
When working with digital screens, the color #00D32C is rendered by mixing light. Its closest recognized web color is Limegreen. In the RGB color space, it consists of 0 red, 211 green, and 44 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 100% C, 0% M, 79% Y, and 17% K. The HSL representation is 132.5° hue, 100.0% saturation, and 41.4% lightness.
Contrast ratios determine whether this color is safe for typography. 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#00D32C
RGB0, 211, 44
HSL132.5°, 100.0%, 41.4%
CMYK100%, 0%, 79%, 17%
HSV132.5°, 100.0%, 82.7%
LAB74.0, -73.2, 64.5
XYZ23.7, 46.8, 10.2
Decimal54060
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.03:1
Text on #FFFFFF
FAIL
10.35:1
Text on #000000
AAA
1.94:1
Text on #F8FAFC
FAIL
8.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00D32C;
}
.text-color {
color: #00D32C;
}
.border-color {
border: 2px solid #00D32C;
}