Screamin’ Green
#66ff66
Here's everything about the color Screamin’ Green (#66ff66) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #66ff66 | |
|---|---|---|
| RGB | rgb(102, 255, 102) | |
| HSL | hsl(120, 100%, 70%) | |
| CMYK | cmyk(60%, 0%, 60%, 0%) | |
| LAB | lab(90, -64, 59) | |
| OKLCH | oklch(0.89 0.234 143) |
Color harmonies
Tints & shades
Code snippets
color: #66ff66;
background-color: #66ff66;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF66FF66)
/* Swift / UIKit */
UIColor(red: 0.40, green: 1.00, blue: 0.40, alpha: 1.0)