Frog
#58bc08
Here's everything about the color Frog (#58bc08) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #58bc08 | |
|---|---|---|
| RGB | rgb(88, 188, 8) | |
| HSL | hsl(93, 92%, 38%) | |
| CMYK | cmyk(53%, 0%, 96%, 26%) | |
| LAB | lab(68, -50, 66) | |
| OKLCH | oklch(0.71 0.211 137) |
Color harmonies
Tints & shades
Code snippets
color: #58bc08;
background-color: #58bc08;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-green-500 /* ≈ #00c950 */
/* Flutter */
Color(0xFF58BC08)
/* Swift / UIKit */
UIColor(red: 0.35, green: 0.74, blue: 0.03, alpha: 1.0)