Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Key Lime Pie | BFD32F | #BFD32F | 191, 211, 47 | 74.9, 82.75, 18.43 | 9.48, 0, 77.73, 17.25 | 67.317073170732, 77.725118483412, 82.745098039216 |
Color #bfd32f is Key Lime Pie. In RGB: 74.9, 82.75, 18.43. In CMYK: 9.48, 0, 77.73, 17.25.
div { background: #bfd32f; color: #000; }
div { background: #bfd32f; color: #fff; }
div { background: linear-gradient(to bottom, #A2B700 0%, #DDEF4E 100%); color: #000; }
div { background: linear-gradient(to bottom, #DDEF4E 0%, #A2B700 100%); color: #000; }
div { background: linear-gradient(to bottom, #A2B700 0%, #DDEF4E 100%); color: #fff; }
div { background: linear-gradient(to bottom, #DDEF4E 0%, #A2B700 100%); color: #fff; }
div { border: 1px solid #bfd32f; }
div { border: 5px solid #bfd32f; }
div { border: 1px dashed #bfd32f; }
div { border: 5px dashed #bfd32f; }
div { border: 1px dotted #bfd32f; }
div { border: 5px dotted #bfd32f; }