CSS Color Background

Mint Green

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

Preview

Mint Green solid color background preview (#98FF98)

Color value: #98FF98

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #98FF98; }

HTML Code

<section class="hero mint-green-bg"> <h2>Your content</h2> </section> <style> .mint-green-bg { background-color: #98FF98; } </style>