#CCF075
A light, vivid green closely aligning with Yellowgreen.
About #CCF075
When working with digital screens, the color #CCF075 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Yellowgreen. This translates to an RGB value of rgb(204, 240, 117).
For print applications, it's crucial to understand its CMYK makeup. The color uses 15% Cyan, 0% Magenta, 51% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a light 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#CCF075
RGB204, 240, 117
HSL77.6°, 80.4%, 70.0%
CMYK15%, 0%, 51%, 6%
HSV77.6°, 51.3%, 94.1%
LAB90.1, -30.0, 55.0
XYZ59.3, 76.4, 28.5
Decimal13430901
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.29:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.85:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CCF075;
}
.text-color {
color: #CCF075;
}
.border-color {
border: 2px solid #CCF075;
}