#AFFF42
A light, vivid green closely aligning with Greenyellow.
About #AFFF42
Visually, #AFFF42 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, 255 green, and 66 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 31% cyan, 0% magenta, 74% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AFFF42
RGB175, 255, 66
HSL85.4°, 100.0%, 62.9%
CMYK31%, 0%, 74%, 0%
HSV85.4°, 74.1%, 100.0%
LAB92.1, -50.9, 76.8
XYZ54.4, 81.0, 17.9
Decimal11534146
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.22:1
Text on #FFFFFF
FAIL
17.21:1
Text on #000000
AAA
1.17:1
Text on #F8FAFC
FAIL
14.63:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFFF42;
}
.text-color {
color: #AFFF42;
}
.border-color {
border: 2px solid #AFFF42;
}