Queen of Gardens
#bbdd55
Here's everything about the color Queen of Gardens (#bbdd55) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #bbdd55 | |
|---|---|---|
| RGB | rgb(187, 221, 85) | |
| HSL | hsl(75, 67%, 60%) | |
| CMYK | cmyk(15%, 0%, 62%, 13%) | |
| LAB | lab(84, -26, 61) | |
| OKLCH | oklch(0.85 0.165 122) |
Color harmonies
Tints & shades
Code snippets
color: #bbdd55;
background-color: #bbdd55;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFBBDD55)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.87, blue: 0.33, alpha: 1.0)