CSS Color Background

Apple Green

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

Preview

Apple Green solid color background preview (#8DB600)

Color value: #8DB600

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #8DB600; }

HTML Code

<section class="hero apple-green-bg"> <h2>Your content</h2> </section> <style> .apple-green-bg { background-color: #8DB600; } </style>