5-step gradient: Strong green (#009900) to Luminous vivid yellow (#ffff00).

RGB Gradient: Strong green to Luminous vivid yellow

Spot colors

 
 
 
 
 
#009900 #3fb200 #7fcc00 #bfe500 #ffff00

Linear gradient

CSS
background-image: linear-gradient(135deg, #009900, #ffff00);
Output

HSV Clockwise Gradient: Strong green to Luminous vivid yellow

Spot colors

 
 
 
 
 
#009900 #0085b2 #6600cc #e50039 #ffff00

Linear gradient

CSS
background-image: linear-gradient(135deg, #009900, #0085b2, #6600cc, #e50039, #ffff00);
Output

HSV Counterclockwise Gradient: Strong green to Luminous vivid yellow

Spot colors

 
 
 
 
 
#009900 #2cb200 #66cc00 #ace500 #ffff00

Linear gradient

CSS
background-image: linear-gradient(135deg, #009900, #2cb200, #66cc00, #ace500, #ffff00);
Output