Herbivore
#88ee77
Here's everything about the color Herbivore (#88ee77) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #88ee77 | |
|---|---|---|
| RGB | rgb(136, 238, 119) | |
| HSL | hsl(111, 78%, 70%) | |
| CMYK | cmyk(43%, 0%, 50%, 7%) | |
| LAB | lab(86, -48, 47) | |
| OKLCH | oklch(0.86 0.184 141) |
Color harmonies
Tints & shades
Code snippets
color: #88ee77;
background-color: #88ee77;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF88EE77)
/* Swift / UIKit */
UIColor(red: 0.53, green: 0.93, blue: 0.47, alpha: 1.0)