#00C550
A dark, vivid green closely aligning with Limegreen.
About #00C550
Visually, #00C550 is defined as a vivid green. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(0, 197, 80).
For print applications, it's crucial to understand its CMYK makeup. The color uses 100% Cyan, 0% Magenta, 59% Yellow, and 23% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00C550
RGB0, 197, 80
HSL144.4°, 100.0%, 38.6%
CMYK100%, 0%, 59%, 23%
HSV144.4°, 100.0%, 77.3%
LAB69.8, -65.7, 46.4
XYZ21.4, 40.5, 14.3
Decimal50512
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.31:1
Text on #FFFFFF
FAIL
9.10:1
Text on #000000
AAA
2.21:1
Text on #F8FAFC
FAIL
7.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00C550;
}
.text-color {
color: #00C550;
}
.border-color {
border: 2px solid #00C550;
}