Exit Light
#55bb33
Here's everything about the color Exit Light (#55bb33) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #55bb33 | |
|---|---|---|
| RGB | rgb(85, 187, 51) | |
| HSL | hsl(105, 57%, 47%) | |
| CMYK | cmyk(55%, 0%, 73%, 27%) | |
| LAB | lab(68, -49, 55) | |
| OKLCH | oklch(0.7 0.195 139) |
Color harmonies
Tints & shades
Code snippets
color: #55bb33;
background-color: #55bb33;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-green-500 /* ≈ #00c950 */
/* Flutter */
Color(0xFF55BB33)
/* Swift / UIKit */
UIColor(red: 0.33, green: 0.73, blue: 0.20, alpha: 1.0)