Grinch Green
#93b83d
Grinch Green is a color with the hex code #93b83d. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #93b83d | |
|---|---|---|
| RGB | rgb(147, 184, 61) | |
| HSL | hsl(78, 50%, 48%) | |
| CMYK | cmyk(20%, 0%, 67%, 28%) | |
| LAB | lab(70, -26, 55) | |
| OKLCH | oklch(0.73 0.154 125) |
Color harmonies
Tints & shades
Code snippets
color: #93b83d;
background-color: #93b83d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF93B83D)
/* Swift / UIKit */
UIColor(red: 0.58, green: 0.72, blue: 0.24, alpha: 1.0)