#00BD33
A dark, vivid green closely aligning with Limegreen.
About #00BD33
At its core, #00BD33 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Limegreen. In the RGB color space, it consists of 0 red, 189 green, and 51 blue.
When sending designs containing this color to a printer, the CMYK values come into play. 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.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#00BD33
RGB0, 189, 51
HSL136.2°, 100.0%, 37.1%
CMYK100%, 0%, 73%, 26%
HSV136.2°, 100.0%, 74.1%
LAB67.0, -66.5, 55.3
XYZ18.8, 36.6, 9.2
Decimal48435
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.52:1
Text on #FFFFFF
FAIL
8.33:1
Text on #000000
AAA
2.41:1
Text on #F8FAFC
FAIL
7.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00BD33;
}
.text-color {
color: #00BD33;
}
.border-color {
border: 2px solid #00BD33;
}