Plutonium
#35fa00
Plutonium is a color with the hex code #35fa00. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #35fa00 | |
|---|---|---|
| RGB | rgb(53, 250, 0) | |
| HSL | hsl(107, 100%, 49%) | |
| CMYK | cmyk(79%, 0%, 100%, 2%) | |
| LAB | lab(87, -75, 80) | |
| OKLCH | oklch(0.86 0.285 141) |
Color harmonies
Tints & shades
Code snippets
color: #35fa00;
background-color: #35fa00;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF35FA00)
/* Swift / UIKit */
UIColor(red: 0.21, green: 0.98, blue: 0.00, alpha: 1.0)