#AFE975
A light, vivid green closely aligning with Lightgreen.
About #AFE975
The precise color #AFE975 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 233, and 117.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 25% C, 0% M, 50% Y, and 9% K. The HSL representation is 90.0° hue, 72.5% saturation, and 68.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFE975
RGB175, 233, 117
HSL90.0°, 72.5%, 68.6%
CMYK25%, 0%, 50%, 9%
HSV90.0°, 49.8%, 91.4%
LAB86.3, -37.4, 50.1
XYZ50.0, 68.7, 27.4
Decimal11528565
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.74:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFE975;
}
.text-color {
color: #AFE975;
}
.border-color {
border: 2px solid #AFE975;
}