Wicked Green
#9bca47
Looking for the precise values behind Wicked Green (#9bca47)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #9bca47 | |
|---|---|---|
| RGB | rgb(155, 202, 71) | |
| HSL | hsl(82, 55%, 54%) | |
| CMYK | cmyk(23%, 0%, 65%, 21%) | |
| LAB | lab(76, -31, 58) | |
| OKLCH | oklch(0.78 0.166 127) |
Color harmonies
Tints & shades
Code snippets
color: #9bca47;
background-color: #9bca47;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF9BCA47)
/* Swift / UIKit */
UIColor(red: 0.61, green: 0.79, blue: 0.28, alpha: 1.0)