CSS Color Background

Paris Green

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

Preview

Paris Green solid color background preview (#50C878)

Color value: #50C878

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #50C878; }

HTML Code

<section class="hero paris-green-bg"> <h2>Your content</h2> </section> <style> .paris-green-bg { background-color: #50C878; } </style>