CSS Color Background

Lime Green

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

Preview

Lime Green solid color background preview (#32CD32)

Color value: #32CD32

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #32CD32; }

HTML Code

<section class="hero lime-green-bg"> <h2>Your content</h2> </section> <style> .lime-green-bg { background-color: #32CD32; } </style>