#00BD50
A dark, vivid green closely aligning with Limegreen.
About #00BD50
The precise color #00BD50 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Limegreen. Its digital footprint relies on 0 parts red, 189 parts green, and 80 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 100% Cyan, 0% Magenta, 58% Yellow, and 26% Black. The HSL representation is 145.4° hue, 100.0% saturation, and 37.1% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00BD50
RGB0, 189, 80
HSL145.4°, 100.0%, 37.1%
CMYK100%, 0%, 58%, 26%
HSV145.4°, 100.0%, 74.1%
LAB67.3, -63.2, 43.4
XYZ19.6, 37.0, 13.7
Decimal48464
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.50:1
Text on #FFFFFF
FAIL
8.39:1
Text on #000000
AAA
2.39:1
Text on #F8FAFC
FAIL
7.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00BD50;
}
.text-color {
color: #00BD50;
}
.border-color {
border: 2px solid #00BD50;
}