#AFFF24
A medium, vivid green closely aligning with Greenyellow.
About #AFFF24
At its core, #AFFF24 is a medium and vivid hue. It is closely associated with the named CSS color Greenyellow. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 255, and 36.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 31% C, 0% M, 86% Y, and 0% K. The HSL representation is 81.9° hue, 100.0% saturation, and 57.1% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFFF24
RGB175, 255, 36
HSL81.9°, 100.0%, 57.1%
CMYK31%, 0%, 86%, 0%
HSV81.9°, 85.9%, 100.0%
LAB92.0, -52.1, 84.3
XYZ53.8, 80.8, 14.4
Decimal11534116
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.22:1
Text on #FFFFFF
FAIL
17.15:1
Text on #000000
AAA
1.17:1
Text on #F8FAFC
FAIL
14.58:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFFF24;
}
.text-color {
color: #AFFF24;
}
.border-color {
border: 2px solid #AFFF24;
}