Radioactive Gradient

Electric chartreuse fading into deep forest green.
Open in the gradient generator →

Color Stops

#CCFF00
#8BC34A
#1B5E20

Radioactive CSS Code

HEX Copy
background: #CCFF00;
background: radial-gradient(at center, #CCFF00 0%, #8BC34A 50%, #1B5E20 100%);
RGBA Copy
background: rgba(204, 255, 0, 1.0);
background: radial-gradient(at center, rgba(204, 255, 0, 1.0) 0%, rgba(139, 195, 74, 1.0) 50%, rgba(27, 94, 32, 1.0) 100%);
HSLA Copy
background: hsla(72, 100%, 50%, 1.0);
background: radial-gradient(at center, hsla(72, 100%, 50%, 1.0) 0%, hsla(88, 50%, 53%, 1.0) 50%, hsla(124, 55%, 24%, 1.0) 100%);

More Gradient Presets

FAQ

What is the Radioactive gradient?

Electric chartreuse fading into deep forest green.

What's the CSS code for the Radioactive gradient?

Use background: radial-gradient(at center, #CCFF00 0%, #8BC34A 50%, #1B5E20 100%);. RGBA and HSLA versions are also available on this page.

Generate a Gradient

Start your own gradient →