Shades of Lawn Green #73D003
Tints of Lawn Green #73D003
RGB
CMYK
RGB Variations
Color information
#73D003 (or 0x73D003) is known color: Lawn Green. HEX triplet: 73, D0 and 03. RGB value is (115,208,3). Sum of RGB (Red+Green+Blue) = 115+208+3=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 208 (81.64% from 255 or 63.80% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 208 - color contains mainly: green. Hex color #73D003 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73D003 is #8C2FFC. Grayscale: #9D9D9D. Windows color (decimal): -9187325 or 249971. OLE color: 249971.
HSL color Cylindrical-coordinate representation of color #73D003: hue angle of 87.22º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #73D003 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 208 | 3 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.18 |
| HSL | 87.22º | 0.97% | 0.41% | - |
| HSV(B) | 87.22º | 0.99% | 0.82% | - |
| XYZ | 29.64 | 48.76 | 7.94 | - |
| YUV | 156.82 | 41.19 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 208 | 3 | 0.45 | 0 | 0.99 | 0.18 | 87.22 | 0.97 | 0.41 |
| Hex | 73 | D0 | 3 | 2D | 0 | 63 | 12 | 57 | 61 | 29 |
| Octal | 163 | 320 | 3 | 55 | 0 | 143 | 22 | 127 | 141 | 51 |
| Binary | 1110011 | 11010000 | 11 | 101101 | 0 | 1100011 | 10010 | 1010111 | 1100001 | 101001 |
Color Harmonies of #73D003
Complementary color
Monochromatic Colors of #73D003
Black with #73D003
Text Example
Text Example
White with #73D003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D003; }
p { color: rgb(115,208,3); }
H1.HeaderClassName
{
color: #73D003;
}
.AnyTagClassName
{
color: #73D003;
}
</style>
background-color css
<style>
a { background-color: #73D003; }
a { background-color: rgb(115,208,3); }
div.DivClassName
{
background-color: #73D003;
}
.BgClassName
{
background-color: #73D003;
}
</style>
border-color css
<style>
span { border-color: #73D003; }
span { border-color: rgb(115,208,3); }
td.TdClassName
{
border-color: #73D003;
}
.TagClassName
{
border-color: #73D003;
}
</style>