Fluorescent Green
#08ff08
Here's everything about the color Fluorescent Green (#08ff08) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #08ff08 | |
|---|---|---|
| RGB | rgb(8, 255, 8) | |
| HSL | hsl(120, 100%, 52%) | |
| CMYK | cmyk(97%, 0%, 97%, 0%) | |
| LAB | lab(88, -79, 80) | |
| OKLCH | oklch(0.87 0.294 143) |
Color harmonies
Tints & shades
Code snippets
color: #08ff08;
background-color: #08ff08;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF08FF08)
/* Swift / UIKit */
UIColor(red: 0.03, green: 1.00, blue: 0.03, alpha: 1.0)