#33F81D
A medium, vivid green closely aligning with Lime.
About #33F81D
When working with digital screens, the color #33F81D is rendered by mixing light. If you're using CSS, you might find it aligns closely with Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 248, and 29.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 79% 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#33F81D
RGB51, 248, 29
HSL114.0°, 94.0%, 54.3%
CMYK79%, 0%, 88%, 3%
HSV114.0°, 88.3%, 97.3%
LAB86.0, -80.6, 78.8
XYZ35.2, 67.9, 12.4
Decimal3405853
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.59:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.40:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33F81D;
}
.text-color {
color: #33F81D;
}
.border-color {
border: 2px solid #33F81D;
}