Funky Frog
#98bd3c
Funky Frog is a color with the hex code #98bd3c. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #98bd3c | |
|---|---|---|
| RGB | rgb(152, 189, 60) | |
| HSL | hsl(77, 52%, 49%) | |
| CMYK | cmyk(20%, 0%, 68%, 26%) | |
| LAB | lab(72, -27, 58) | |
| OKLCH | oklch(0.75 0.159 124) |
Color harmonies
Tints & shades
Code snippets
color: #98bd3c;
background-color: #98bd3c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF98BD3C)
/* Swift / UIKit */
UIColor(red: 0.60, green: 0.74, blue: 0.24, alpha: 1.0)