#ADFF2F
A medium, vivid green closely aligning with Greenyellow.
About #ADFF2F
At its core, #ADFF2F is a medium and vivid hue. Designers often compare it to the standard color Greenyellow. This translates to an RGB value of rgb(173, 255, 47).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 32% C, 0% M, 82% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#ADFF2F
RGB173, 255, 47
HSL83.7°, 100.0%, 59.2%
CMYK32%, 0%, 82%, 0%
HSV83.7°, 81.6%, 100.0%
LAB92.0, -52.5, 81.9
XYZ53.5, 80.6, 15.4
Decimal11403055
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.12:1
Text on #000000
AAA
1.17:1
Text on #F8FAFC
FAIL
14.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #ADFF2F;
}
.text-color {
color: #ADFF2F;
}
.border-color {
border: 2px solid #ADFF2F;
}