CSS Color Background

Kelly Green

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

Preview

Kelly Green solid color background preview (#4CBB17)

Color value: #4CBB17

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #4CBB17; }

HTML Code

<section class="hero kelly-green-bg"> <h2>Your content</h2> </section> <style> .kelly-green-bg { background-color: #4CBB17; } </style>