Liquid Lime
#cdf80c
Looking for the precise values behind Liquid Lime (#cdf80c)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #cdf80c | |
|---|---|---|
| RGB | rgb(205, 248, 12) | |
| HSL | hsl(71, 94%, 51%) | |
| CMYK | cmyk(17%, 0%, 95%, 3%) | |
| LAB | lab(92, -32, 87) | |
| OKLCH | oklch(0.92 0.22 122) |
Color harmonies
Tints & shades
Code snippets
color: #cdf80c;
background-color: #cdf80c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFCDF80C)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.97, blue: 0.05, alpha: 1.0)