#00C549
A dark, vivid green closely aligning with Limegreen.
About #00C549
Visually, #00C549 is defined as a vivid green. Designers often compare it to the standard color Limegreen. Its digital footprint relies on 0 parts red, 197 parts green, and 73 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. With a hue angle of 142.2 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00C549
RGB0, 197, 73
HSL142.2°, 100.0%, 38.6%
CMYK100%, 0%, 63%, 23%
HSV142.2°, 100.0%, 77.3%
LAB69.8, -66.6, 49.4
XYZ21.2, 40.4, 13.0
Decimal50505
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.31:1
Text on #FFFFFF
FAIL
9.08:1
Text on #000000
AAA
2.21:1
Text on #F8FAFC
FAIL
7.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00C549;
}
.text-color {
color: #00C549;
}
.border-color {
border: 2px solid #00C549;
}