Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
limegreen | 06BF33 | #06BF33 | 6, 191, 51 | 2.35, 74.9, 20 | 96.86, 0, 73.3, 25.1 | 134.59459459459, 96.858638743456, 74.901960784314 |
Color #06bf33 is limegreen. In RGB: 2.35, 74.9, 20. In CMYK: 96.86, 0, 73.3, 25.1.
div { background: #06bf33; color: #000; }
div { background: #06bf33; color: #fff; }
div { background: linear-gradient(to bottom, #00A312 0%, #42DC4F 100%); color: #000; }
div { background: linear-gradient(to bottom, #42DC4F 0%, #00A312 100%); color: #000; }
div { background: linear-gradient(to bottom, #00A312 0%, #42DC4F 100%); color: #fff; }
div { background: linear-gradient(to bottom, #42DC4F 0%, #00A312 100%); color: #fff; }
div { border: 1px solid #06bf33; }
div { border: 5px solid #06bf33; }
div { border: 1px dashed #06bf33; }
div { border: 5px dashed #06bf33; }
div { border: 1px dotted #06bf33; }
div { border: 5px dotted #06bf33; }