CSS Color Background

Medium Sea Green

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

Preview

Medium Sea Green solid color background preview (#3CB371)

Color value: #3CB371

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #3CB371; }

HTML Code

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