#CCFF66
A light, vivid green closely aligning with Yellowgreen.
About #CCFF66
Visually, #CCFF66 is defined as a vivid green. It is closely associated with the named CSS color Yellowgreen. In the RGB color space, it consists of 204 red, 255 green, and 102 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 20% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CCFF66
RGB204, 255, 102
HSL80.0°, 100.0%, 70.0%
CMYK20%, 0%, 60%, 0%
HSV80.0°, 60.0%, 100.0%
LAB94.0, -38.1, 66.1
XYZ63.1, 85.3, 25.7
Decimal13434726
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.16:1
Text on #FFFFFF
FAIL
18.06:1
Text on #000000
AAA
1.11:1
Text on #F8FAFC
FAIL
15.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCFF66;
}
.text-color {
color: #CCFF66;
}
.border-color {
border: 2px solid #CCFF66;
}