CSS Color Background

Medium Spring Green

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

Preview

Medium Spring Green solid color background preview (#00FA9A)

Color value: #00FA9A

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #00FA9A; }

HTML Code

<section class="hero medium-spring-green-bg"> <h2>Your content</h2> </section> <style> .medium-spring-green-bg { background-color: #00FA9A; } </style>