Inchworm
#b2ec5d
Inchworm is a color with the hex code #b2ec5d. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #b2ec5d | |
|---|---|---|
| RGB | rgb(178, 236, 93) | |
| HSL | hsl(84, 79%, 65%) | |
| CMYK | cmyk(25%, 0%, 61%, 7%) | |
| LAB | lab(87, -35, 61) | |
| OKLCH | oklch(0.88 0.182 128) |
Color harmonies
Tints & shades
Code snippets
color: #b2ec5d;
background-color: #b2ec5d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFB2EC5D)
/* Swift / UIKit */
UIColor(red: 0.70, green: 0.93, blue: 0.36, alpha: 1.0)