#AFE20F
A medium, vivid yellow closely aligning with Greenyellow.
About #AFE20F
At its core, #AFE20F is a medium and vivid hue. Its closest recognized web color is Greenyellow. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 226, and 15.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 23% Cyan, 0% Magenta, 93% Yellow, and 11% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#AFE20F
RGB175, 226, 15
HSL74.5°, 87.6%, 47.3%
CMYK23%, 0%, 93%, 11%
HSV74.5°, 93.4%, 88.6%
LAB83.7, -40.3, 80.7
XYZ45.0, 63.5, 10.3
Decimal11526671
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.71:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFE20F;
}
.text-color {
color: #AFE20F;
}
.border-color {
border: 2px solid #AFE20F;
}