#CCF024
A medium, vivid yellow closely aligning with Greenyellow.
About #CCF024
At its core, #CCF024 is a medium and vivid hue. Its closest recognized web color is Greenyellow. This translates to an RGB value of rgb(204, 240, 36).
If you are designing for print, the four-color process is what matters most. The color uses 15% Cyan, 0% Magenta, 85% Yellow, and 6% Black. The HSL representation is 70.6° hue, 87.2% saturation, and 54.1% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CCF024
RGB204, 240, 36
HSL70.6°, 87.2%, 54.1%
CMYK15%, 0%, 85%, 6%
HSV70.6°, 85.0%, 94.1%
LAB89.5, -34.7, 82.9
XYZ56.4, 75.3, 13.2
Decimal13430820
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.06:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCF024;
}
.text-color {
color: #CCF024;
}
.border-color {
border: 2px solid #CCF024;
}