Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Emerald | 2BDB87 | #2BDB87 | 43, 219, 135 | 16.86, 85.88, 52.94 | 80.37, 0, 38.36, 14.12 | 151.36363636364, 80.365296803653, 85.882352941176 |
Color #2bdb87 is Emerald. In RGB: 16.86, 85.88, 52.94. In CMYK: 80.37, 0, 38.36, 14.12.
div { background: #2bdb87; color: #000; }
div { background: #2bdb87; color: #fff; }
div { background: linear-gradient(to bottom, #00BE6D 0%, #54F8A2 100%); color: #000; }
div { background: linear-gradient(to bottom, #54F8A2 0%, #00BE6D 100%); color: #000; }
div { background: linear-gradient(to bottom, #00BE6D 0%, #54F8A2 100%); color: #fff; }
div { background: linear-gradient(to bottom, #54F8A2 0%, #00BE6D 100%); color: #fff; }
div { border: 1px solid #2bdb87; }
div { border: 5px solid #2bdb87; }
div { border: 1px dashed #2bdb87; }
div { border: 5px dashed #2bdb87; }
div { border: 1px dotted #2bdb87; }
div { border: 5px dotted #2bdb87; }