Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
lightgreen | 73EFA5 | #73EFA5 | 115, 239, 165 | 45.1, 93.73, 64.71 | 51.88, 0, 30.96, 6.27 | 144.1935483871, 51.882845188285, 93.725490196078 |
Color #73efa5 is lightgreen. In RGB: 45.1, 93.73, 64.71. In CMYK: 51.88, 0, 30.96, 6.27.
div { background: #73efa5; color: #000; }
div { background: #73efa5; color: #fff; }
div { background: linear-gradient(to bottom, #55D28A 0%, #90FFC0 100%); color: #000; }
div { background: linear-gradient(to bottom, #90FFC0 0%, #55D28A 100%); color: #000; }
div { background: linear-gradient(to bottom, #55D28A 0%, #90FFC0 100%); color: #fff; }
div { background: linear-gradient(to bottom, #90FFC0 0%, #55D28A 100%); color: #fff; }
div { border: 1px solid #73efa5; }
div { border: 5px solid #73efa5; }
div { border: 1px dashed #73efa5; }
div { border: 5px dashed #73efa5; }
div { border: 1px dotted #73efa5; }
div { border: 5px dotted #73efa5; }