#00B61D
A dark, vivid green closely aligning with Limegreen.
About #00B61D
When working with digital screens, the color #00B61D is rendered by mixing light. If you're using CSS, you might find it aligns closely with Limegreen. In the RGB color space, it consists of 0 red, 182 green, and 29 blue.
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 0% Magenta, 84% Yellow, and 29% Black. With a hue angle of 129.6 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00B61D
RGB0, 182, 29
HSL129.6°, 100.0%, 35.7%
CMYK100%, 0%, 84%, 29%
HSV129.6°, 100.0%, 71.4%
LAB64.6, -66.0, 59.8
XYZ16.9, 33.5, 6.7
Decimal46621
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.72:1
Text on #FFFFFF
FAIL
7.71:1
Text on #000000
AAA
2.60:1
Text on #F8FAFC
FAIL
6.55:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00B61D;
}
.text-color {
color: #00B61D;
}
.border-color {
border: 2px solid #00B61D;
}