#33DB00
A medium, vivid green closely aligning with Limegreen.
About #33DB00
When working with digital screens, the color #33DB00 is rendered by mixing light. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(51, 219, 0).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 77% cyan, 0% magenta, 100% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#33DB00
RGB51, 219, 0
HSL106.0°, 100.0%, 42.9%
CMYK77%, 0%, 100%, 14%
HSV106.0°, 100.0%, 85.9%
LAB76.9, -73.0, 74.7
XYZ26.7, 51.4, 8.5
Decimal3398400
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.86:1
Text on #FFFFFF
FAIL
11.27:1
Text on #000000
AAA
1.78:1
Text on #F8FAFC
FAIL
9.58:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33DB00;
}
.text-color {
color: #33DB00;
}
.border-color {
border: 2px solid #33DB00;
}