#00BD57
A dark, vivid green closely aligning with Mediumseagreen.
About #00BD57
At its core, #00BD57 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Mediumseagreen. In the RGB color space, it consists of 0 red, 189 green, and 87 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00BD57
RGB0, 189, 87
HSL147.6°, 100.0%, 37.1%
CMYK100%, 0%, 54%, 26%
HSV147.6°, 100.0%, 74.1%
LAB67.3, -62.2, 40.1
XYZ19.9, 37.1, 15.1
Decimal48471
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.50:1
Text on #FFFFFF
FAIL
8.42:1
Text on #000000
AAA
2.38:1
Text on #F8FAFC
FAIL
7.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00BD57;
}
.text-color {
color: #00BD57;
}
.border-color {
border: 2px solid #00BD57;
}