Koopa Green Shell
#58d854
Looking for the precise values behind Koopa Green Shell (#58d854)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #58d854 | |
|---|---|---|
| RGB | rgb(88, 216, 84) | |
| HSL | hsl(118, 63%, 59%) | |
| CMYK | cmyk(59%, 0%, 61%, 15%) | |
| LAB | lab(77, -56, 52) | |
| OKLCH | oklch(0.78 0.207 143) |
Color harmonies
Tints & shades
Code snippets
color: #58d854;
background-color: #58d854;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF58D854)
/* Swift / UIKit */
UIColor(red: 0.35, green: 0.85, blue: 0.33, alpha: 1.0)