WhatsApp Green Hex Code — #25D366
RGB, HSL, and CMYK values for WhatsApp Green.
Last updated: April 6, 2026
WhatsApp Green Color Values
| Format | Value |
|---|---|
| HEX | #25D366 |
| RGB | rgb(37, 211, 102) |
| HSL | hsl(142, 70%, 49%) |
| CMYK | cmyk(82%, 0%, 52%, 17%) |
About WhatsApp Green
Color psychology: Communication, freshness.
WhatsApp Green (#25D366) is a medium shade of green with a hue angle of 142° on the color wheel, 70% saturation, and 49% lightness. It's commonly used in web design, graphic design, and branding where communication, freshness are desired associations.
In color theory, WhatsApp 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 WhatsApp Green in Design
Web Design
Use WhatsApp Green 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
WhatsApp Green conveys communication, freshness — 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:82% M:0% Y:52% K:17%) 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
Dark colors like WhatsApp Green are effective for primary buttons, navigation bars, and text. Use a lighter tint (increase HSL lightness to 90%+) for hover backgrounds.
How to Use WhatsApp Green in CSS
/* Using HEX */ color: #25D366; background-color: #25D366; /* Using RGB */ color: rgb(37, 211, 102); /* Using HSL — best for creating variations */ color: hsl(142, 70%, 49%); /* Transparent overlay (50% opacity) */ background-color: rgba(37, 211, 102, 0.5); /* Lighter variant for hover states */ background-color: hsl(142, 70%, 59%); /* Darker variant for active states */ background-color: hsl(142, 70%, 39%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from WhatsApp Green without changing its core hue or saturation.
Colors That Go With WhatsApp Green
Complementary
Analogous
Triadic
Similar Shades of Green
Frequently Asked Questions
What is the hex code for WhatsApp Green?
What is WhatsApp Green in RGB and when should I use RGB?
How to use WhatsApp Green in CSS with different color formats?
What is the HSL value of WhatsApp Green and why is HSL useful for designers?
What is the CMYK value of WhatsApp Green for print design?
What colors pair well with WhatsApp Green in design projects?
Is WhatsApp Green (#25D366) 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.