#33FF50
A light, vivid green closely aligning with Lime.
About #33FF50
At its core, #33FF50 is a light and vivid hue. Designers often compare it to the standard color Lime. In the RGB color space, it consists of 51 red, 255 green, and 80 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 80% C, 0% M, 69% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#33FF50
RGB51, 255, 80
HSL128.5°, 100.0%, 60.0%
CMYK80%, 0%, 69%, 0%
HSV128.5°, 80.0%, 100.0%
LAB88.4, -79.6, 67.0
XYZ38.6, 72.8, 19.6
Decimal3407696
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.56:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33FF50;
}
.text-color {
color: #33FF50;
}
.border-color {
border: 2px solid #33FF50;
}