#AFE21D
A medium, vivid green closely aligning with Yellowgreen.
About #AFE21D
At its core, #AFE21D is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Yellowgreen. This translates to an RGB value of rgb(175, 226, 29).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 23% cyan, 0% magenta, 87% yellow, and 11% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AFE21D
RGB175, 226, 29
HSL75.5°, 77.3%, 50.0%
CMYK23%, 0%, 87%, 11%
HSV75.5°, 87.2%, 88.6%
LAB83.8, -40.0, 78.7
XYZ45.1, 63.6, 11.1
Decimal11526685
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.72:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFE21D;
}
.text-color {
color: #AFE21D;
}
.border-color {
border: 2px solid #AFE21D;
}