CSS Color Background

Light Green

Pure CSS color background: #90EE90. Use this solid color for personal and commercial creative projects.

Preview

Light Green solid color background preview (#90EE90)

Color value: #90EE90

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #90EE90; }

HTML Code

<section class="hero light-green-bg"> <h2>Your content</h2> </section> <style> .light-green-bg { background-color: #90EE90; } </style>