#C5F07C
A light, vivid green closely aligning with Lightgreen.
About #C5F07C
Visually, #C5F07C is defined as a vivid green. Designers often compare it to the standard color Lightgreen. Its digital footprint relies on 197 parts red, 240 parts green, and 124 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 18% Cyan, 0% Magenta, 48% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C5F07C
RGB197, 240, 124
HSL82.2°, 79.5%, 71.4%
CMYK18%, 0%, 48%, 6%
HSV82.2°, 48.3%, 94.1%
LAB89.7, -31.9, 51.2
XYZ57.8, 75.6, 30.6
Decimal12972156
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.13:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5F07C;
}
.text-color {
color: #C5F07C;
}
.border-color {
border: 2px solid #C5F07C;
}