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