Leapfrog
#41a94f
Leapfrog, represented by the hex value #41a94f, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #41a94f | |
|---|---|---|
| RGB | rgb(65, 169, 79) | |
| HSL | hsl(128, 44%, 46%) | |
| CMYK | cmyk(62%, 0%, 53%, 34%) | |
| LAB | lab(62, -46, 37) | |
| OKLCH | oklch(0.65 0.16 146) |
Color harmonies
Tints & shades
Code snippets
color: #41a94f;
background-color: #41a94f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF41A94F)
/* Swift / UIKit */
UIColor(red: 0.25, green: 0.66, blue: 0.31, alpha: 1.0)