Venomous Green
#66ff22
Here's everything about the color Venomous Green (#66ff22) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #66ff22 | |
|---|---|---|
| RGB | rgb(102, 255, 34) | |
| HSL | hsl(102, 100%, 57%) | |
| CMYK | cmyk(60%, 0%, 87%, 0%) | |
| LAB | lab(89, -67, 79) | |
| OKLCH | oklch(0.88 0.27 139) |
Color harmonies
Tints & shades
Code snippets
color: #66ff22;
background-color: #66ff22;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF66FF22)
/* Swift / UIKit */
UIColor(red: 0.40, green: 1.00, blue: 0.13, alpha: 1.0)