#CCFF49
A light, vivid green closely aligning with Greenyellow.
About #CCFF49
At its core, #CCFF49 is a light and vivid hue. Its closest recognized web color is Greenyellow. In the RGB color space, it consists of 204 red, 255 green, and 73 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 20% cyan and 0% magenta inks. With a hue angle of 76.8 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. 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#CCFF49
RGB204, 255, 73
HSL76.8°, 100.0%, 64.3%
CMYK20%, 0%, 71%, 0%
HSV76.8°, 71.4%, 100.0%
LAB93.8, -40.0, 76.8
XYZ61.9, 84.8, 19.4
Decimal13434697
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.17:1
Text on #FFFFFF
FAIL
17.97:1
Text on #000000
AAA
1.12:1
Text on #F8FAFC
FAIL
15.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCFF49;
}
.text-color {
color: #CCFF49;
}
.border-color {
border: 2px solid #CCFF49;
}