CSS Color Background

Lime (Web) (X11 Green)

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

Preview

Lime (Web) (X11 Green) solid color background preview (#00FF00)

Color value: #00FF00

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #00FF00; }

HTML Code

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