King Lime
#add900
Here's everything about the color King Lime (#add900) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #add900 | |
|---|---|---|
| RGB | rgb(173, 217, 0) | |
| HSL | hsl(72, 100%, 43%) | |
| CMYK | cmyk(20%, 0%, 100%, 15%) | |
| LAB | lab(81, -32, 79) | |
| OKLCH | oklch(0.82 0.202 123) |
Color harmonies
Tints & shades
Code snippets
color: #add900;
background-color: #add900;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFADD900)
/* Swift / UIKit */
UIColor(red: 0.68, green: 0.85, blue: 0.00, alpha: 1.0)