CSS Color Background

Green (Crayola)

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

Preview

Green (Crayola) solid color background preview (#1CAC78)

Color value: #1CAC78

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #1CAC78; }

HTML Code

<section class="hero green-crayola-bg"> <h2>Your content</h2> </section> <style> .green-crayola-bg { background-color: #1CAC78; } </style>