Kelly Green Hex Code — #4CBB17
RGB, HSL, and CMYK values for Kelly Green.
Last updated: April 6, 2026
Kelly Green Color Values
| Format | Value |
|---|---|
| HEX | #4CBB17 |
| RGB | rgb(76, 187, 23) |
| HSL | hsl(101, 78%, 41%) |
| CMYK | cmyk(59%, 0%, 88%, 27%) |
About Kelly Green
Color psychology: Luck, vitality.
Kelly Green (#4CBB17) is a medium shade of green with a hue angle of 101° on the color wheel, 78% saturation, and 41% lightness. It's commonly used in web design, graphic design, and branding where luck, vitality are desired associations.
In color theory, Kelly 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 Kelly Green in Design
Web Design
Use Kelly 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
Kelly Green conveys luck, vitality — 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:59% M:0% Y:88% K:27%) 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 Kelly 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 Kelly Green in CSS
/* Using HEX */ color: #4CBB17; background-color: #4CBB17; /* Using RGB */ color: rgb(76, 187, 23); /* Using HSL — best for creating variations */ color: hsl(101, 78%, 41%); /* Transparent overlay (50% opacity) */ background-color: rgba(76, 187, 23, 0.5); /* Lighter variant for hover states */ background-color: hsl(101, 78%, 51%); /* Darker variant for active states */ background-color: hsl(101, 78%, 31%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Kelly Green without changing its core hue or saturation.
Colors That Go With Kelly Green
Complementary
Analogous
Triadic
Similar Shades of Green
Frequently Asked Questions
What is the hex code for Kelly Green?
What is Kelly Green in RGB and when should I use RGB?
How to use Kelly Green in CSS with different color formats?
What is the HSL value of Kelly Green and why is HSL useful for designers?
What is the CMYK value of Kelly Green for print design?
What colors pair well with Kelly Green in design projects?
Is Kelly Green (#4CBB17) 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.