Lush Bamboo
#afbb33
Lush Bamboo is a color with the hex code #afbb33. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #afbb33 | |
|---|---|---|
| RGB | rgb(175, 187, 51) | |
| HSL | hsl(65, 57%, 47%) | |
| CMYK | cmyk(6%, 0%, 73%, 27%) | |
| LAB | lab(73, -17, 63) | |
| OKLCH | oklch(0.76 0.154 115) |
Color harmonies
Tints & shades
Code snippets
color: #afbb33;
background-color: #afbb33;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFAFBB33)
/* Swift / UIKit */
UIColor(red: 0.69, green: 0.73, blue: 0.20, alpha: 1.0)