Battletoad
#11cc55
Here's everything about the color Battletoad (#11cc55) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #11cc55 | |
|---|---|---|
| RGB | rgb(17, 204, 85) | |
| HSL | hsl(142, 85%, 43%) | |
| CMYK | cmyk(92%, 0%, 58%, 20%) | |
| LAB | lab(72, -62, 46) | |
| OKLCH | oklch(0.74 0.21 148) |
Color harmonies
Tints & shades
Code snippets
color: #11cc55;
background-color: #11cc55;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-green-500 /* ≈ #00c950 */
/* Flutter */
Color(0xFF11CC55)
/* Swift / UIKit */
UIColor(red: 0.07, green: 0.80, blue: 0.33, alpha: 1.0)