Vivid Green
#2fef10
Here's everything about the color Vivid Green (#2fef10) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #2fef10 | |
|---|---|---|
| RGB | rgb(47, 239, 16) | |
| HSL | hsl(112, 87%, 50%) | |
| CMYK | cmyk(80%, 0%, 93%, 6%) | |
| LAB | lab(83, -72, 76) | |
| OKLCH | oklch(0.83 0.274 142) |
Color harmonies
Tints & shades
Code snippets
color: #2fef10;
background-color: #2fef10;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF2FEF10)
/* Swift / UIKit */
UIColor(red: 0.18, green: 0.94, blue: 0.06, alpha: 1.0)