#00C53A
A dark, vivid green closely aligning with Limegreen.
About #00C53A
At its core, #00C53A is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Limegreen. In the RGB color space, it consists of 0 red, 197 green, and 58 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 100% C, 0% M, 71% Y, and 23% K. With a hue angle of 137.7 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00C53A
RGB0, 197, 58
HSL137.7°, 100.0%, 38.6%
CMYK100%, 0%, 71%, 23%
HSV137.7°, 100.0%, 77.3%
LAB69.6, -68.2, 55.4
XYZ20.7, 40.2, 10.7
Decimal50490
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.32:1
Text on #FFFFFF
FAIL
9.05:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00C53A;
}
.text-color {
color: #00C53A;
}
.border-color {
border: 2px solid #00C53A;
}