#00BD2C
A dark, vivid green closely aligning with Limegreen.
About #00BD2C
At its core, #00BD2C 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 44 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 100% cyan, 0% magenta, 77% yellow, and 26% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00BD2C
RGB0, 189, 44
HSL134.0°, 100.0%, 37.1%
CMYK100%, 0%, 77%, 26%
HSV134.0°, 100.0%, 74.1%
LAB67.0, -67.0, 57.7
XYZ18.7, 36.6, 8.5
Decimal48428
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.53:1
Text on #FFFFFF
FAIL
8.32:1
Text on #000000
AAA
2.41:1
Text on #F8FAFC
FAIL
7.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00BD2C;
}
.text-color {
color: #00BD2C;
}
.border-color {
border: 2px solid #00BD2C;
}