Badass Grass
#b4da55
Badass Grass, represented by the hex value #b4da55, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #b4da55 | |
|---|---|---|
| RGB | rgb(180, 218, 85) | |
| HSL | hsl(77, 64%, 59%) | |
| CMYK | cmyk(17%, 0%, 61%, 15%) | |
| LAB | lab(82, -27, 59) | |
| OKLCH | oklch(0.83 0.165 123) |
Color harmonies
Tints & shades
Code snippets
color: #b4da55;
background-color: #b4da55;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFB4DA55)
/* Swift / UIKit */
UIColor(red: 0.71, green: 0.85, blue: 0.33, alpha: 1.0)