Lush Grass
#468d45
Lush Grass, represented by the hex value #468d45, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #468d45 | |
|---|---|---|
| RGB | rgb(70, 141, 69) | |
| HSL | hsl(119, 34%, 41%) | |
| CMYK | cmyk(50%, 0%, 51%, 45%) | |
| LAB | lab(53, -35, 31) | |
| OKLCH | oklch(0.58 0.128 143) |
Color harmonies
Tints & shades
Code snippets
color: #468d45;
background-color: #468d45;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF468D45)
/* Swift / UIKit */
UIColor(red: 0.27, green: 0.55, blue: 0.27, alpha: 1.0)