#33C50F
A medium, vivid green closely aligning with Limegreen.
About #33C50F
At its core, #33C50F is a medium and vivid hue. Its closest recognized web color is Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 197, and 15.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 74% C, 0% M, 92% Y, and 23% K. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#33C50F
RGB51, 197, 15
HSL108.1°, 85.8%, 41.6%
CMYK74%, 0%, 92%, 23%
HSV108.1°, 92.4%, 77.3%
LAB69.9, -66.2, 67.4
XYZ21.4, 40.7, 7.2
Decimal3392783
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.30:1
Text on #FFFFFF
FAIL
9.13:1
Text on #000000
AAA
2.20:1
Text on #F8FAFC
FAIL
7.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33C50F;
}
.text-color {
color: #33C50F;
}
.border-color {
border: 2px solid #33C50F;
}