Greenyellow — #ADFF2F
#ADFF2F is a medium, vivid yellow-green. It is the CSS named color greenyellow.
Color values
| HEX | #ADFF2F |
| RGB | rgb(173, 255, 47) |
| HSL | hsl(84, 100%, 59%) |
| CMYK | cmyk(32%, 0%, 82%, 0%) |
| Decimal | 11403055 |
| CSS | color: #ADFF2F; |
| Android | 0xFFADFF2F |
| Swift | UIColor(red: 0.678, green: 1.000, blue: 0.184, alpha: 1) |
Accessibility and contrast
| White text on #ADFF2F | 1.23:1 — AA fail · AA large fail · AAA fail |
| Black text on #ADFF2F | 17.12:1 — AA pass · AA large pass · AAA pass |
| Recommended text color | black |
WCAG 2.1 asks for at least 4.5:1 for body text and 3:1 for large text (18 pt, or 14 pt bold).
Tints and shades of #ADFF2F
Each swatch keeps the hue and saturation of #ADFF2F and varies only lightness — the quickest way to build a usable scale from a single brand color.
Colors that go with #ADFF2F
Harmonies generated by rotating the hue on the color wheel while holding saturation and lightness constant.
Using #ADFF2F in code
/* CSS */
.element { color: #ADFF2F; background-color: #ADFF2F; }
.element { color: rgb(173 255 47); }
.element { color: hsl(84 100% 59%); }
/* Tailwind arbitrary value */
<div class="bg-[#ADFF2F] text-black">
/* SCSS variable */
$brand: #ADFF2F;
Frequently asked questions
What color is #ADFF2F?
#ADFF2F is a medium, vivid yellow-green, which CSS calls greenyellow. Its hue sits at 84° on the color wheel, with 100% saturation and 59% lightness.
What is #ADFF2F in RGB?
#ADFF2F converts to rgb(173, 255, 47) — 173 red, 255 green and 47 blue.
What is #ADFF2F in CMYK?
Approximately cmyk(32%, 0%, 82%, 0%). Print output depends on the ICC profile of the press and paper, so treat this as a starting point rather than an exact match.
Should text on #ADFF2F be white or black?
Black gives the better contrast ratio (17.12:1 versus 1.23:1).
What is the complementary color of #ADFF2F?
#822EFF — the hue directly opposite #ADFF2F on the color wheel.