#00C51D
A dark, vivid green closely aligning with Limegreen.
About #00C51D
Visually, #00C51D is defined as a vivid green. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 0 red, 197 green, and 29 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 100% cyan, 0% magenta, 85% yellow, and 23% black. With a hue angle of 128.8 degrees, it sits comfortably in the green spectrum.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00C51D
RGB0, 197, 29
HSL128.8°, 100.0%, 38.6%
CMYK100%, 0%, 85%, 23%
HSV128.8°, 100.0%, 77.3%
LAB69.5, -70.1, 64.2
XYZ20.2, 40.0, 7.8
Decimal50461
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.33:1
Text on #FFFFFF
FAIL
9.00:1
Text on #000000
AAA
2.23:1
Text on #F8FAFC
FAIL
7.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00C51D;
}
.text-color {
color: #00C51D;
}
.border-color {
border: 2px solid #00C51D;
}