#00B600
A dark, vivid green closely aligning with Limegreen.
About #00B600
The hex code #00B600 represents a beautifully specific shade of green. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 0 red, 182 green, and 0 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, 100% yellow, and 29% black. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. 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#00B600
RGB0, 182, 0
HSL120.0°, 100.0%, 35.7%
CMYK100%, 0%, 100%, 29%
HSV120.0°, 100.0%, 71.4%
LAB64.5, -66.9, 64.6
XYZ16.7, 33.5, 5.6
Decimal46592
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.73:1
Text on #FFFFFF
FAIL
7.69: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: #00B600;
}
.text-color {
color: #00B600;
}
.border-color {
border: 2px solid #00B600;
}