#AFFF3A
A light, vivid green closely aligning with Greenyellow.
About #AFFF3A
When working with digital screens, the color #AFFF3A is rendered by mixing light. Designers often compare it to the standard color Greenyellow. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 255, and 58.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 31% C, 0% M, 77% Y, and 0% K. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFFF3A
RGB175, 255, 58
HSL84.4°, 100.0%, 61.4%
CMYK31%, 0%, 77%, 0%
HSV84.4°, 77.3%, 100.0%
LAB92.1, -51.3, 79.2
XYZ54.2, 80.9, 16.8
Decimal11534138
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.22:1
Text on #FFFFFF
FAIL
17.19:1
Text on #000000
AAA
1.17:1
Text on #F8FAFC
FAIL
14.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFFF3A;
}
.text-color {
color: #AFFF3A;
}
.border-color {
border: 2px solid #AFFF3A;
}