#AFDB2C
A medium, vivid green closely aligning with Yellowgreen.
About #AFDB2C
At its core, #AFDB2C is a medium and vivid hue. Its closest recognized web color is Yellowgreen. In the RGB color space, it consists of 175 red, 219 green, and 44 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 20% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFDB2C
RGB175, 219, 44
HSL75.1°, 70.9%, 51.6%
CMYK20%, 0%, 80%, 14%
HSV75.1°, 79.9%, 85.9%
LAB81.8, -36.4, 73.7
XYZ43.5, 60.0, 11.7
Decimal11524908
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.62:1
Text on #FFFFFF
FAIL
12.99:1
Text on #000000
AAA
1.54:1
Text on #F8FAFC
FAIL
11.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFDB2C;
}
.text-color {
color: #AFDB2C;
}
.border-color {
border: 2px solid #AFDB2C;
}