#00B60F
A dark, vivid green closely aligning with Limegreen.
About #00B60F
The hex code #00B60F represents a beautifully specific shade of green. It is closely associated with the named CSS color Limegreen. Its digital footprint relies on 0 parts red, 182 parts green, and 15 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 0% Magenta, 92% Yellow, and 29% Black. With a hue angle of 124.9 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00B60F
RGB0, 182, 15
HSL124.9°, 100.0%, 35.7%
CMYK100%, 0%, 92%, 29%
HSV124.9°, 100.0%, 71.4%
LAB64.6, -66.5, 62.7
XYZ16.8, 33.5, 6.0
Decimal46607
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.73:1
Text on #FFFFFF
FAIL
7.70:1
Text on #000000
AAA
2.61:1
Text on #F8FAFC
FAIL
6.54:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00B60F;
}
.text-color {
color: #00B60F;
}
.border-color {
border: 2px solid #00B60F;
}