Lime Zest
#ddff00
Here's everything about the color Lime Zest (#ddff00) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ddff00 | |
|---|---|---|
| RGB | rgb(221, 255, 0) | |
| HSL | hsl(68, 100%, 50%) | |
| CMYK | cmyk(13%, 0%, 100%, 0%) | |
| LAB | lab(95, -29, 90) | |
| OKLCH | oklch(0.94 0.222 119) |
Color harmonies
Tints & shades
Code snippets
color: #ddff00;
background-color: #ddff00;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFDDFF00)
/* Swift / UIKit */
UIColor(red: 0.87, green: 1.00, blue: 0.00, alpha: 1.0)