#00b700 hex color code descriptions: deep green. #00b700 color hex could be obtained by blending #00ff00 with #006f00 . Closest websafe color is: #00cc00.
#00b700 color RGB value is (0,183,0)
#00b700 color CMYK value
#00b700 color HSL value
HSV(or HSB) | 120° | 100 | 71.8 |
XYZ | 16.933 | 33.867 | 5.644 |
Yxy | 0.3 | 0.6 | 33.867 |
LAB | 64.857 | -67.176 | 64.835 |
LUV | 64.857 | -61.414 | 79.393 |
Hunter-LAB | 58.195 | -49.903 | 34.986 |
CIE-LCH | 64.857 | 93.36 | 136.016 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | 0 | B7 | 0 |
Decimal | 0 | 183 | 0 |
Octal | 0 | 267 | 0 |
Binary | 00000000 | 10110111 | 00000000 |
Below, you can see some colors close to #00b700. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #00b700.
<span style="color:#00b700">Text here</span>
This paragraph has a background color of #00b700.
<p style="background-color:#00b700;">Content here</p>
This element has a border color of #00b700.
<div style="border:1px #00b700;">Content here</div>
.text {color:#00b700;}
.background {background-color:#00b700;}
.border {border:1px solid #00b700;}
.text-shadow {border:1px solid #00b700;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000d00 is the darkest color, while #f7fff7 is the lightest one.