#CCF02C
A medium, vivid yellow closely aligning with Greenyellow.
About #CCF02C
At its core, #CCF02C is a medium and vivid hue. Its closest recognized web color is Greenyellow. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 240, and 44.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 15% cyan, 0% magenta, 82% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CCF02C
RGB204, 240, 44
HSL71.0°, 86.7%, 55.7%
CMYK15%, 0%, 82%, 6%
HSV71.0°, 81.7%, 94.1%
LAB89.6, -34.5, 81.2
XYZ56.5, 75.3, 13.9
Decimal13430828
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.07:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCF02C;
}
.text-color {
color: #CCF02C;
}
.border-color {
border: 2px solid #CCF02C;
}