Lime
#aaff32
Lime, represented by the hex value #aaff32, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #aaff32 | |
|---|---|---|
| RGB | rgb(170, 255, 50) | |
| HSL | hsl(85, 100%, 60%) | |
| CMYK | cmyk(33%, 0%, 80%, 0%) | |
| LAB | lab(92, -47, 80) | |
| OKLCH | oklch(0.91 0.234 131) |
Color harmonies
Tints & shades
Code snippets
color: #aaff32;
background-color: #aaff32;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFAAFF32)
/* Swift / UIKit */
UIColor(red: 0.67, green: 1.00, blue: 0.20, alpha: 1.0)