CSS Color Background

Sheen Green

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

Preview

Sheen Green solid color background preview (#8FD400)

Color value: #8FD400

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #8FD400; }

HTML Code

<section class="hero sheen-green-bg"> <h2>Your content</h2> </section> <style> .sheen-green-bg { background-color: #8FD400; } </style>