#AFE275
A light, moderate green closely aligning with Lightgreen.
About #AFE275
The hex code #AFE275 represents a beautifully specific shade of green. Its closest recognized web color is Lightgreen. This translates to an RGB value of rgb(175, 226, 117).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 23% cyan, 0% magenta, 48% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFE275
RGB175, 226, 117
HSL88.1°, 65.3%, 67.3%
CMYK23%, 0%, 48%, 11%
HSV88.1°, 48.2%, 88.6%
LAB84.4, -34.2, 47.7
XYZ48.1, 64.8, 26.8
Decimal11526773
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
13.96:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.87:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFE275;
}
.text-color {
color: #AFE275;
}
.border-color {
border: 2px solid #AFE275;
}