#00BD49
A dark, vivid green closely aligning with Limegreen.
About #00BD49
The precise color #00BD49 is an excellent choice for modern design projects. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(0, 189, 73).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 100% cyan, 0% magenta, 61% yellow, and 26% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00BD49
RGB0, 189, 73
HSL143.2°, 100.0%, 37.1%
CMYK100%, 0%, 61%, 26%
HSV143.2°, 100.0%, 74.1%
LAB67.2, -64.2, 46.5
XYZ19.4, 36.9, 12.4
Decimal48457
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.51:1
Text on #FFFFFF
FAIL
8.38:1
Text on #000000
AAA
2.40:1
Text on #F8FAFC
FAIL
7.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00BD49;
}
.text-color {
color: #00BD49;
}
.border-color {
border: 2px solid #00BD49;
}