Satin Lime
#33ee00
Here's everything about the color Satin Lime (#33ee00) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #33ee00 | |
|---|---|---|
| RGB | rgb(51, 238, 0) | |
| HSL | hsl(107, 100%, 47%) | |
| CMYK | cmyk(79%, 0%, 100%, 7%) | |
| LAB | lab(83, -72, 77) | |
| OKLCH | oklch(0.83 0.274 141) |
Color harmonies
Tints & shades
Code snippets
color: #33ee00;
background-color: #33ee00;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF33EE00)
/* Swift / UIKit */
UIColor(red: 0.20, green: 0.93, blue: 0.00, alpha: 1.0)