Luigi
#4cbb17
Luigi is a color with the hex code #4cbb17. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #4cbb17 | |
|---|---|---|
| RGB | rgb(76, 187, 23) | |
| HSL | hsl(101, 78%, 41%) | |
| CMYK | cmyk(59%, 0%, 88%, 27%) | |
| LAB | lab(67, -52, 63) | |
| OKLCH | oklch(0.7 0.212 139) |
Color harmonies
Tints & shades
Code snippets
color: #4cbb17;
background-color: #4cbb17;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-green-500 /* ≈ #00c950 */
/* Flutter */
Color(0xFF4CBB17)
/* Swift / UIKit */
UIColor(red: 0.30, green: 0.73, blue: 0.09, alpha: 1.0)