Thrilling Lime
#8cc34b
Thrilling Lime is a color with the hex code #8cc34b. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #8cc34b | |
|---|---|---|
| RGB | rgb(140, 195, 75) | |
| HSL | hsl(87, 50%, 53%) | |
| CMYK | cmyk(28%, 0%, 62%, 24%) | |
| LAB | lab(73, -33, 53) | |
| OKLCH | oklch(0.75 0.161 130) |
Color harmonies
Tints & shades
Code snippets
color: #8cc34b;
background-color: #8cc34b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF8CC34B)
/* Swift / UIKit */
UIColor(red: 0.55, green: 0.76, blue: 0.29, alpha: 1.0)