#00B616
A dark, vivid green closely aligning with Limegreen.
About #00B616
Visually, #00B616 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, 182 green, and 22 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 100% cyan, 0% magenta, 88% yellow, and 29% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#00B616
RGB0, 182, 22
HSL127.3°, 100.0%, 35.7%
CMYK100%, 0%, 88%, 29%
HSV127.3°, 100.0%, 71.4%
LAB64.6, -66.3, 61.4
XYZ16.9, 33.5, 6.3
Decimal46614
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.55:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00B616;
}
.text-color {
color: #00B616;
}
.border-color {
border: 2px solid #00B616;
}