Grass Is Greener
#3f9b0b
Looking for the precise values behind Grass Is Greener (#3f9b0b)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #3f9b0b | |
|---|---|---|
| RGB | rgb(63, 155, 11) | |
| HSL | hsl(98, 87%, 33%) | |
| CMYK | cmyk(59%, 0%, 93%, 39%) | |
| LAB | lab(57, -45, 56) | |
| OKLCH | oklch(0.61 0.185 138) |
Color harmonies
Tints & shades
Code snippets
color: #3f9b0b;
background-color: #3f9b0b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF3F9B0B)
/* Swift / UIKit */
UIColor(red: 0.25, green: 0.61, blue: 0.04, alpha: 1.0)