Illicit Green
#56fca2
Illicit Green, represented by the hex value #56fca2, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #56fca2 | |
|---|---|---|
| RGB | rgb(86, 252, 162) | |
| HSL | hsl(147, 97%, 66%) | |
| CMYK | cmyk(66%, 0%, 36%, 1%) | |
| LAB | lab(89, -60, 30) | |
| OKLCH | oklch(0.88 0.186 155) |
Color harmonies
Tints & shades
Code snippets
color: #56fca2;
background-color: #56fca2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF56FCA2)
/* Swift / UIKit */
UIColor(red: 0.34, green: 0.99, blue: 0.64, alpha: 1.0)