Luxurious Lime
#88ee22
Here's everything about the color Luxurious Lime (#88ee22) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #88ee22 | |
|---|---|---|
| RGB | rgb(136, 238, 34) | |
| HSL | hsl(90, 86%, 53%) | |
| CMYK | cmyk(43%, 0%, 86%, 7%) | |
| LAB | lab(85, -53, 77) | |
| OKLCH | oklch(0.85 0.237 134) |
Color harmonies
Tints & shades
Code snippets
color: #88ee22;
background-color: #88ee22;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF88EE22)
/* Swift / UIKit */
UIColor(red: 0.53, green: 0.93, blue: 0.13, alpha: 1.0)