#00BD00
A dark, vivid green closely aligning with Limegreen.
About #00BD00
At its core, #00BD00 is a dark and vivid hue. 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 0 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 100% cyan, 0% magenta, 100% yellow, and 26% black. The HSL representation is 120.0° hue, 100.0% saturation, and 37.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#00BD00
RGB0, 189, 0
HSL120.0°, 100.0%, 37.1%
CMYK100%, 0%, 100%, 26%
HSV120.0°, 100.0%, 74.1%
LAB66.8, -68.8, 66.4
XYZ18.2, 36.4, 6.1
Decimal48384
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.54:1
Text on #FFFFFF
FAIL
8.28:1
Text on #000000
AAA
2.42:1
Text on #F8FAFC
FAIL
7.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00BD00;
}
.text-color {
color: #00BD00;
}
.border-color {
border: 2px solid #00BD00;
}