Radioactive
#89fe05
Radioactive is a color with the hex code #89fe05. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #89fe05 | |
|---|---|---|
| RGB | rgb(137, 254, 5) | |
| HSL | hsl(88, 99%, 51%) | |
| CMYK | cmyk(46%, 0%, 98%, 0%) | |
| LAB | lab(90, -58, 84) | |
| OKLCH | oklch(0.89 0.259 135) |
Color harmonies
Tints & shades
Code snippets
color: #89fe05;
background-color: #89fe05;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF89FE05)
/* Swift / UIKit */
UIColor(red: 0.54, green: 1.00, blue: 0.02, alpha: 1.0)