Demeter Green
#02cc02
Here's everything about the color Demeter Green (#02cc02) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #02cc02 | |
|---|---|---|
| RGB | rgb(2, 204, 2) | |
| HSL | hsl(120, 98%, 40%) | |
| CMYK | cmyk(99%, 0%, 99%, 20%) | |
| LAB | lab(72, -67, 68) | |
| OKLCH | oklch(0.73 0.249 143) |
Color harmonies
Tints & shades
Code snippets
color: #02cc02;
background-color: #02cc02;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-green-500 /* ≈ #00c950 */
/* Flutter */
Color(0xFF02CC02)
/* Swift / UIKit */
UIColor(red: 0.01, green: 0.80, blue: 0.01, alpha: 1.0)