CSS Color Background

Bright Green

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

Preview

Bright Green solid color background preview (#66FF00)

Color value: #66FF00

Available Resolutions

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

Download all sizes

CSS Code

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

HTML Code

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