#CCFF75
A light, vivid green closely aligning with Yellowgreen.
About #CCFF75
The hex code #CCFF75 represents a beautifully specific shade of green. Its closest recognized web color is Yellowgreen. This translates to an RGB value of rgb(204, 255, 117).
If you are designing for print, the four-color process is what matters most. The color uses 20% Cyan, 0% Magenta, 54% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CCFF75
RGB204, 255, 117
HSL82.2°, 100.0%, 72.9%
CMYK20%, 0%, 54%, 0%
HSV82.2°, 54.1%, 100.0%
LAB94.2, -36.9, 59.8
XYZ63.9, 85.6, 30.0
Decimal13434741
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.16:1
Text on #FFFFFF
FAIL
18.13:1
Text on #000000
AAA
1.11:1
Text on #F8FAFC
FAIL
15.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCFF75;
}
.text-color {
color: #CCFF75;
}
.border-color {
border: 2px solid #CCFF75;
}