#33CC5F
A medium, moderate green closely aligning with Limegreen.
About #33CC5F
The precise color #33CC5F is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(51, 204, 95).
For print applications, it's crucial to understand its CMYK makeup. The color uses 75% Cyan, 0% Magenta, 53% Yellow, and 20% Black. With a hue angle of 137.3 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#33CC5F
RGB51, 204, 95
HSL137.3°, 60.0%, 50.0%
CMYK75%, 0%, 53%, 20%
HSV137.3°, 75.0%, 80.0%
LAB72.7, -61.9, 42.9
XYZ25.0, 44.7, 18.1
Decimal3394655
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.11:1
Text on #FFFFFF
FAIL
9.94:1
Text on #000000
AAA
2.02:1
Text on #F8FAFC
FAIL
8.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33CC5F;
}
.text-color {
color: #33CC5F;
}
.border-color {
border: 2px solid #33CC5F;
}