#00BD16
A dark, vivid green closely aligning with Limegreen.
About #00BD16
The hex code #00BD16 represents a beautifully specific shade of green. Designers often compare it to the standard color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 189, and 22.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 100% C, 0% M, 88% Y, and 26% K. With a hue angle of 127.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#00BD16
RGB0, 189, 22
HSL127.0°, 100.0%, 37.1%
CMYK100%, 0%, 88%, 26%
HSV127.0°, 100.0%, 74.1%
LAB66.9, -68.2, 63.4
XYZ18.3, 36.5, 6.8
Decimal48406
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.53:1
Text on #FFFFFF
FAIL
8.29:1
Text on #000000
AAA
2.42:1
Text on #F8FAFC
FAIL
7.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00BD16;
}
.text-color {
color: #00BD16;
}
.border-color {
border: 2px solid #00BD16;
}