Crude Banana
#21c40e
Crude Banana is a color with the hex code #21c40e. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #21c40e | |
|---|---|---|
| RGB | rgb(33, 196, 14) | |
| HSL | hsl(114, 87%, 41%) | |
| CMYK | cmyk(83%, 0%, 93%, 23%) | |
| LAB | lab(69, -63, 65) | |
| OKLCH | oklch(0.71 0.236 142) |
Color harmonies
Tints & shades
Code snippets
color: #21c40e;
background-color: #21c40e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-green-500 /* ≈ #00c950 */
/* Flutter */
Color(0xFF21C40E)
/* Swift / UIKit */
UIColor(red: 0.13, green: 0.77, blue: 0.05, alpha: 1.0)