Green Priestess
#11dd55
Here's everything about the color Green Priestess (#11dd55) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #11dd55 | |
|---|---|---|
| RGB | rgb(17, 221, 85) | |
| HSL | hsl(140, 86%, 47%) | |
| CMYK | cmyk(92%, 0%, 62%, 13%) | |
| LAB | lab(78, -67, 52) | |
| OKLCH | oklch(0.78 0.229 147) |
Color harmonies
Tints & shades
Code snippets
color: #11dd55;
background-color: #11dd55;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-green-500 /* ≈ #00c950 */
/* Flutter */
Color(0xFF11DD55)
/* Swift / UIKit */
UIColor(red: 0.07, green: 0.87, blue: 0.33, alpha: 1.0)