CSS Color Background

GO Green

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

Preview

GO Green solid color background preview (#00AB66)

Color value: #00AB66

Available Resolutions

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

Download all sizes

CSS Code

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

HTML Code

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