Overgrowth
#88cc33
Here's everything about the color Overgrowth (#88cc33) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #88cc33 | |
|---|---|---|
| RGB | rgb(136, 204, 51) | |
| HSL | hsl(87, 60%, 50%) | |
| CMYK | cmyk(33%, 0%, 75%, 20%) | |
| LAB | lab(75, -39, 64) | |
| OKLCH | oklch(0.77 0.191 131) |
Color harmonies
Tints & shades
Code snippets
color: #88cc33;
background-color: #88cc33;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF88CC33)
/* Swift / UIKit */
UIColor(red: 0.53, green: 0.80, blue: 0.20, alpha: 1.0)