Alien Abduction
#0cff0c
Looking for the precise values behind Alien Abduction (#0cff0c)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #0cff0c | |
|---|---|---|
| RGB | rgb(12, 255, 12) | |
| HSL | hsl(120, 100%, 52%) | |
| CMYK | cmyk(95%, 0%, 95%, 0%) | |
| LAB | lab(88, -79, 80) | |
| OKLCH | oklch(0.87 0.293 143) |
Color harmonies
Tints & shades
Code snippets
color: #0cff0c;
background-color: #0cff0c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF0CFF0C)
/* Swift / UIKit */
UIColor(red: 0.05, green: 1.00, blue: 0.05, alpha: 1.0)