CSS Color Background

Green (Ryb)

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

Preview

Green (Ryb) solid color background preview (#66B032)

Color value: #66B032

Available Resolutions

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

Download all sizes

CSS Code

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

HTML Code

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