#AFE27C
A light, moderate green closely aligning with Lightgreen.
About #AFE27C
At its core, #AFE27C is a light and moderate hue. Its closest recognized web color is Lightgreen. This translates to an RGB value of rgb(175, 226, 124).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 23% cyan and 0% magenta inks. The HSL representation is 90.0° hue, 63.7% saturation, and 68.6% lightness.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AFE27C
RGB175, 226, 124
HSL90.0°, 63.7%, 68.6%
CMYK23%, 0%, 45%, 11%
HSV90.0°, 45.1%, 88.6%
LAB84.5, -33.4, 44.5
XYZ48.5, 65.0, 29.1
Decimal11526780
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
13.99:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFE27C;
}
.text-color {
color: #AFE27C;
}
.border-color {
border: 2px solid #AFE27C;
}