#CCE23A
A medium, vivid yellow closely aligning with Yellowgreen.
About #CCE23A
The precise color #CCE23A is an excellent choice for modern design projects. It is closely associated with the named CSS color Yellowgreen. This translates to an RGB value of rgb(204, 226, 58).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 10% cyan and 0% magenta inks. The HSL representation is 67.9° hue, 74.3% saturation, and 55.7% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CCE23A
RGB204, 226, 58
HSL67.9°, 74.3%, 55.7%
CMYK10%, 0%, 74%, 11%
HSV67.9°, 74.3%, 88.6%
LAB85.8, -27.5, 73.9
XYZ52.9, 67.5, 14.3
Decimal13427258
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.51:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCE23A;
}
.text-color {
color: #CCE23A;
}
.border-color {
border: 2px solid #CCE23A;
}