Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
lightgreen | 88FDB2 | #88FDB2 | 136, 253, 178 | 53.33, 99.22, 69.8 | 46.25, 0, 29.64, 0.78 | 141.53846153846, 46.245059288538, 99.21568627451 |
Color #88fdb2 is lightgreen. In RGB: 53.33, 99.22, 69.8. In CMYK: 46.25, 0, 29.64, 0.78.
div { background: #88fdb2; color: #000; }
div { background: #88fdb2; color: #fff; }
div { background: linear-gradient(to bottom, #6BE097 0%, #A5FFCE 100%); color: #000; }
div { background: linear-gradient(to bottom, #A5FFCE 0%, #6BE097 100%); color: #000; }
div { background: linear-gradient(to bottom, #6BE097 0%, #A5FFCE 100%); color: #fff; }
div { background: linear-gradient(to bottom, #A5FFCE 0%, #6BE097 100%); color: #fff; }
div { border: 1px solid #88fdb2; }
div { border: 5px solid #88fdb2; }
div { border: 1px dashed #88fdb2; }
div { border: 5px dashed #88fdb2; }
div { border: 1px dotted #88fdb2; }
div { border: 5px dotted #88fdb2; }