#CCF899
A light, vivid green closely aligning with Lightgreen.
About #CCF899
Visually, #CCF899 is defined as a vivid green. Its closest recognized web color is Lightgreen. This translates to an RGB value of rgb(204, 248, 153).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 18% cyan and 0% magenta inks. With a hue angle of 87.8 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CCF899
RGB204, 248, 153
HSL87.8°, 87.2%, 78.6%
CMYK18%, 0%, 38%, 3%
HSV87.8°, 38.3%, 97.3%
LAB92.7, -29.8, 41.1
XYZ64.2, 82.3, 42.6
Decimal13432985
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.20:1
Text on #FFFFFF
FAIL
17.45:1
Text on #000000
AAA
1.15:1
Text on #F8FAFC
FAIL
14.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCF899;
}
.text-color {
color: #CCF899;
}
.border-color {
border: 2px solid #CCF899;
}