Green Yellow Hex Code — #ADFF2F
RGB, HSL, and CMYK values for Green Yellow.
Last updated: April 6, 2026
Green Yellow Color Values
| Format | Value |
|---|---|
| HEX | #ADFF2F |
| RGB | rgb(173, 255, 47) |
| HSL | hsl(84, 100%, 59%) |
| CMYK | cmyk(32%, 0%, 82%, 0%) |
About Green Yellow
Color psychology: Freshness, vibrancy.
Green Yellow (#ADFF2F) is a medium shade of green with a hue angle of 84° on the color wheel, 100% saturation, and 59% lightness. It's commonly used in web design, graphic design, and branding where freshness, vibrancy are desired associations.
In color theory, Green Yellow sits in the neutral section of the spectrum. Its high saturation makes it vivid and attention-grabbing — ideal for CTAs, headings, and brand accents.
When to Use Green Yellow in Design
Web Design
Use Green Yellow for headings, links, or accent elements against light backgrounds. Dark colors like this provide strong contrast and draw the eye to important content.
Branding & Logo
Green Yellow conveys freshness, vibrancy — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:32% M:0% Y:82% K:0%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Green Yellow work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Green Yellow in CSS
/* Using HEX */ color: #ADFF2F; background-color: #ADFF2F; /* Using RGB */ color: rgb(173, 255, 47); /* Using HSL — best for creating variations */ color: hsl(84, 100%, 59%); /* Transparent overlay (50% opacity) */ background-color: rgba(173, 255, 47, 0.5); /* Lighter variant for hover states */ background-color: hsl(84, 100%, 69%); /* Darker variant for active states */ background-color: hsl(84, 100%, 49%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Green Yellow without changing its core hue or saturation.
Colors That Go With Green Yellow
Complementary
Analogous
Triadic
Similar Shades of Green
Frequently Asked Questions
What is the hex code for Green Yellow?
What is Green Yellow in RGB and when should I use RGB?
How to use Green Yellow in CSS with different color formats?
What is the HSL value of Green Yellow and why is HSL useful for designers?
What is the CMYK value of Green Yellow for print design?
What colors pair well with Green Yellow in design projects?
Is Green Yellow (#ADFF2F) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.