CSS Color Background

Yellow-Green

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

Preview

Yellow-Green solid color background preview (#9ACD32)

Color value: #9ACD32

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #9ACD32; }

HTML Code

<section class="hero yellow-green-bg"> <h2>Your content</h2> </section> <style> .yellow-green-bg { background-color: #9ACD32; } </style>