Jewel Beetle
#8cc90b
Jewel Beetle, represented by the hex value #8cc90b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #8cc90b | |
|---|---|---|
| RGB | rgb(140, 201, 11) | |
| HSL | hsl(79, 90%, 42%) | |
| CMYK | cmyk(30%, 0%, 95%, 21%) | |
| LAB | lab(75, -38, 72) | |
| OKLCH | oklch(0.77 0.199 128) |
Color harmonies
Tints & shades
Code snippets
color: #8cc90b;
background-color: #8cc90b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF8CC90B)
/* Swift / UIKit */
UIColor(red: 0.55, green: 0.79, blue: 0.04, alpha: 1.0)