5-step gradient: Luminous vivid green (#00ff00) to Very light yellow (#ffff99).

RGB Gradient: Luminous vivid green to Very light yellow

Spot colors

 
 
 
 
 
#00ff00 #3fff26 #7fff4c #bfff72 #ffff99

Linear gradient

CSS
background-image: linear-gradient(135deg, #00ff00, #ffff99);
Output

HSV Clockwise Gradient: Luminous vivid green to Very light yellow

Spot colors

 
 
 
 
 
#00ff00 #26c8ff #a54cff #ff7295 #ffff99

Linear gradient

CSS
background-image: linear-gradient(135deg, #00ff00, #26c8ff, #a54cff, #ff7295, #ffff99);
Output

HSV Counterclockwise Gradient: Luminous vivid green to Very light yellow

Spot colors

 
 
 
 
 
#00ff00 #5cff26 #a5ff4c #dbff72 #ffff99

Linear gradient

CSS
background-image: linear-gradient(135deg, #00ff00, #5cff26, #a5ff4c, #dbff72, #ffff99);
Output