#C5F092
A light, vivid green closely aligning with Lightgreen.
About #C5F092
Visually, #C5F092 is defined as a vivid green. Its closest recognized web color is Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 197, 240, and 146.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 18% cyan, 0% magenta, 39% yellow, and 6% black. The HSL representation is 87.4° hue, 75.8% saturation, and 75.7% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C5F092
RGB197, 240, 146
HSL87.4°, 75.8%, 75.7%
CMYK18%, 0%, 39%, 6%
HSV87.4°, 39.2%, 94.1%
LAB90.0, -29.4, 41.0
XYZ59.4, 76.3, 38.8
Decimal12972178
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.25:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5F092;
}
.text-color {
color: #C5F092;
}
.border-color {
border: 2px solid #C5F092;
}