Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Key Lime Pie | BFC026 | #BFC026 | 191, 192, 38 | 74.9, 75.29, 14.9 | 0.52, 0, 80.21, 24.71 | 60.38961038961, 80.208333333333, 75.294117647059 |
Color #bfc026 is Key Lime Pie. In RGB: 74.9, 75.29, 14.9. In CMYK: 0.52, 0, 80.21, 24.71.
div { background: #bfc026; color: #000; }
div { background: #bfc026; color: #fff; }
div { background: linear-gradient(to bottom, #A2A500 0%, #DDDC46 100%); color: #000; }
div { background: linear-gradient(to bottom, #DDDC46 0%, #A2A500 100%); color: #000; }
div { background: linear-gradient(to bottom, #A2A500 0%, #DDDC46 100%); color: #fff; }
div { background: linear-gradient(to bottom, #DDDC46 0%, #A2A500 100%); color: #fff; }
div { border: 1px solid #bfc026; }
div { border: 5px solid #bfc026; }
div { border: 1px dashed #bfc026; }
div { border: 5px dashed #bfc026; }
div { border: 1px dotted #bfc026; }
div { border: 5px dotted #bfc026; }