High Grass
#bbdd00
Here's everything about the color High Grass (#bbdd00) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #bbdd00 | |
|---|---|---|
| RGB | rgb(187, 221, 0) | |
| HSL | hsl(69, 100%, 43%) | |
| CMYK | cmyk(15%, 0%, 100%, 13%) | |
| LAB | lab(83, -28, 81) | |
| OKLCH | oklch(0.84 0.201 120) |
Color harmonies
Tints & shades
Code snippets
color: #bbdd00;
background-color: #bbdd00;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFBBDD00)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.87, blue: 0.00, alpha: 1.0)