Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
green | 00A31B | #00A31B | 0, 163, 27 | 0, 63.92, 10.59 | 100, 0, 83.44, 36.08 | 129.93865030675, 100, 63.921568627451 |
Color #00a31b is green. In RGB: 0, 63.92, 10.59. In CMYK: 100, 0, 83.44, 36.08.
div { background: #00a31b; color: #000; }
div { background: #00a31b; color: #fff; }
div { background: linear-gradient(to bottom, #008800 0%, #3ABF39 100%); color: #000; }
div { background: linear-gradient(to bottom, #3ABF39 0%, #008800 100%); color: #000; }
div { background: linear-gradient(to bottom, #008800 0%, #3ABF39 100%); color: #fff; }
div { background: linear-gradient(to bottom, #3ABF39 0%, #008800 100%); color: #fff; }
div { border: 1px solid #00a31b; }
div { border: 5px solid #00a31b; }
div { border: 1px dashed #00a31b; }
div { border: 5px dashed #00a31b; }
div { border: 1px dotted #00a31b; }
div { border: 5px dotted #00a31b; }