#AFF03A
A medium, vivid green closely aligning with Greenyellow.
About #AFF03A
At its core, #AFF03A is a medium and vivid hue. It is closely associated with the named CSS color Greenyellow. Its digital footprint relies on 175 parts red, 240 parts green, and 58 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 27% C, 0% M, 76% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AFF03A
RGB175, 240, 58
HSL81.4°, 85.8%, 58.4%
CMYK27%, 0%, 76%, 6%
HSV81.4°, 75.8%, 94.1%
LAB87.8, -45.0, 75.2
XYZ49.6, 71.7, 15.2
Decimal11530298
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.35:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFF03A;
}
.text-color {
color: #AFF03A;
}
.border-color {
border: 2px solid #AFF03A;
}