Pastel Green Hex Code — #77DD77
RGB, HSL, and CMYK values for Pastel Green.
Last updated: April 6, 2026
Pastel Green Color Values
| Format | Value |
|---|---|
| HEX | #77DD77 |
| RGB | rgb(119, 221, 119) |
| HSL | hsl(120, 60%, 67%) |
| CMYK | cmyk(46%, 0%, 46%, 13%) |
About Pastel Green
Color psychology: Freshness, growth.
Pastel Green (#77DD77) is a medium shade of green with a hue angle of 120° on the color wheel, 60% saturation, and 67% lightness. It's commonly used in web design, graphic design, and branding where freshness, growth are desired associations.
In color theory, Pastel Green sits in the neutral section of the spectrum. Its moderate saturation gives it a balanced, professional appearance suitable for both text and backgrounds.
When to Use Pastel Green in Design
Web Design
Use Pastel Green as a background color with dark text overlay. Light colors like this create open, airy layouts that reduce visual fatigue for content-heavy pages.
Branding & Logo
Pastel Green conveys freshness, growth — 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:46% M:0% Y:46% K:13%) 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 Pastel Green work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Pastel Green in CSS
/* Using HEX */ color: #77DD77; background-color: #77DD77; /* Using RGB */ color: rgb(119, 221, 119); /* Using HSL — best for creating variations */ color: hsl(120, 60%, 67%); /* Transparent overlay (50% opacity) */ background-color: rgba(119, 221, 119, 0.5); /* Lighter variant for hover states */ background-color: hsl(120, 60%, 77%); /* Darker variant for active states */ background-color: hsl(120, 60%, 57%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Pastel Green without changing its core hue or saturation.
Colors That Go With Pastel Green
Complementary
Analogous
Triadic
Similar Shades of Green
Frequently Asked Questions
What is the hex code for Pastel Green?
What is Pastel Green in RGB and when should I use RGB?
How to use Pastel Green in CSS with different color formats?
What is the HSL value of Pastel Green and why is HSL useful for designers?
What is the CMYK value of Pastel Green for print design?
What colors pair well with Pastel Green in design projects?
Is Pastel Green (#77DD77) 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.