#33BD00
A dark, vivid green closely aligning with Limegreen.
About #33BD00
When working with digital screens, the color #33BD00 is rendered by mixing light. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(51, 189, 0).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 73% cyan, 0% magenta, 100% yellow, and 26% black. The HSL representation is 103.8° hue, 100.0% saturation, and 37.1% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#33BD00
RGB51, 189, 0
HSL103.8°, 100.0%, 37.1%
CMYK73%, 0%, 100%, 26%
HSV103.8°, 100.0%, 74.1%
LAB67.4, -64.1, 67.1
XYZ19.6, 37.1, 6.1
Decimal3390720
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.49: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: #33BD00;
}
.text-color {
color: #33BD00;
}
.border-color {
border: 2px solid #33BD00;
}