#AFF02C
A medium, vivid green closely aligning with Greenyellow.
About #AFF02C
Visually, #AFF02C is defined as a vivid green. Designers often compare it to the standard color Greenyellow. In the RGB color space, it consists of 175 red, 240 green, and 44 blue.
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, 82% Y, and 6% K. The HSL representation is 79.9° hue, 86.7% saturation, and 55.7% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AFF02C
RGB175, 240, 44
HSL79.9°, 86.7%, 55.7%
CMYK27%, 0%, 82%, 6%
HSV79.9°, 81.7%, 94.1%
LAB87.8, -45.6, 78.9
XYZ49.3, 71.6, 13.6
Decimal11530284
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.32:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFF02C;
}
.text-color {
color: #AFF02C;
}
.border-color {
border: 2px solid #AFF02C;
}