Lime Punch
#c0d725
Lime Punch, represented by the hex value #c0d725, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c0d725 | |
|---|---|---|
| RGB | rgb(192, 215, 37) | |
| HSL | hsl(68, 71%, 49%) | |
| CMYK | cmyk(11%, 0%, 83%, 16%) | |
| LAB | lab(82, -23, 75) | |
| OKLCH | oklch(0.83 0.185 117) |
Color harmonies
Tints & shades
Code snippets
color: #c0d725;
background-color: #c0d725;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFC0D725)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.84, blue: 0.15, alpha: 1.0)