CSS Color Background

Caribbean Green

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

Preview

Caribbean Green solid color background preview (#00CC99)

Color value: #00CC99

Available Resolutions

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

Download all sizes

CSS Code

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

HTML Code

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