Sour Lime
#acc326
Looking for the precise values behind Sour Lime (#acc326)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #acc326 | |
|---|---|---|
| RGB | rgb(172, 195, 38) | |
| HSL | hsl(69, 67%, 46%) | |
| CMYK | cmyk(12%, 0%, 81%, 24%) | |
| LAB | lab(75, -22, 68) | |
| OKLCH | oklch(0.77 0.17 118) |
Color harmonies
Tints & shades
Code snippets
color: #acc326;
background-color: #acc326;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFACC326)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.76, blue: 0.15, alpha: 1.0)