Light Green Hex Code — #90EE90
RGB, HSL, and CMYK values for Light Green.
Last updated: April 6, 2026
Light Green Color Values
| Format | Value |
|---|---|
| HEX | #90EE90 |
| RGB | rgb(144, 238, 144) |
| HSL | hsl(120, 73%, 75%) |
| CMYK | cmyk(39%, 0%, 39%, 7%) |
About Light Green
Color psychology: Gentleness, healing.
Light Green (#90EE90) is a light shade of green with a hue angle of 120° on the color wheel, 73% saturation, and 75% lightness. It's commonly used in web design, graphic design, and branding where gentleness, healing are desired associations.
In color theory, Light Green 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 Light Green in Design
Web Design
Use Light 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
Light Green conveys gentleness, healing — 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:39% M:0% Y:39% K:7%) 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 Light Green work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Light Green in CSS
/* Using HEX */ color: #90EE90; background-color: #90EE90; /* Using RGB */ color: rgb(144, 238, 144); /* Using HSL — best for creating variations */ color: hsl(120, 73%, 75%); /* Transparent overlay (50% opacity) */ background-color: rgba(144, 238, 144, 0.5); /* Lighter variant for hover states */ background-color: hsl(120, 73%, 85%); /* Darker variant for active states */ background-color: hsl(120, 73%, 65%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Light Green without changing its core hue or saturation.
Colors That Go With Light Green
Complementary
Analogous
Triadic
Similar Shades of Green
Frequently Asked Questions
What is the hex code for Light Green?
What is Light Green in RGB and when should I use RGB?
How to use Light Green in CSS with different color formats?
What is the HSL value of Light Green and why is HSL useful for designers?
What is the CMYK value of Light Green for print design?
What colors pair well with Light Green in design projects?
Is Light Green (#90EE90) 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.