Nuclear Throne
#00de00
Nuclear Throne is a color with the hex code #00de00. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #00de00 | |
|---|---|---|
| RGB | rgb(0, 222, 0) | |
| HSL | hsl(120, 100%, 44%) | |
| CMYK | cmyk(100%, 0%, 100%, 13%) | |
| LAB | lab(77, -71, 73) | |
| OKLCH | oklch(0.78 0.266 142) |
Color harmonies
Tints & shades
Code snippets
color: #00de00;
background-color: #00de00;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF00DE00)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.87, blue: 0.00, alpha: 1.0)