Lone Hunter
#94c84c
Lone Hunter, represented by the hex value #94c84c, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #94c84c | |
|---|---|---|
| RGB | rgb(148, 200, 76) | |
| HSL | hsl(85, 53%, 54%) | |
| CMYK | cmyk(26%, 0%, 62%, 22%) | |
| LAB | lab(75, -32, 54) | |
| OKLCH | oklch(0.77 0.163 129) |
Color harmonies
Tints & shades
Code snippets
color: #94c84c;
background-color: #94c84c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF94C84C)
/* Swift / UIKit */
UIColor(red: 0.58, green: 0.78, blue: 0.30, alpha: 1.0)