Shades of Lawn Green #73D702
Tints of Lawn Green #73D702
RGB
CMYK
RGB Variations
Color information
#73D702 (or 0x73D702) is known color: Lawn Green. HEX triplet: 73, D7 and 02. RGB value is (115,215,2). Sum of RGB (Red+Green+Blue) = 115+215+2=332 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.64% from 332); Green value is 215 (84.38% from 255 or 64.76% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 215 - color contains mainly: green. Hex color #73D702 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73D702 is #8C28FD. Grayscale: #A1A1A1. Windows color (decimal): -9185534 or 186227. OLE color: 186227.
HSL color Cylindrical-coordinate representation of color #73D702: hue angle of 88.17º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #73D702 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 215 | 2 | - |
| CMYK | 0.47 | 0 | 0.99 | 0.16 |
| HSL | 88.17º | 0.98% | 0.43% | - |
| HSV(B) | 88.17º | 0.99% | 0.84% | - |
| XYZ | 31.38 | 52.25 | 8.49 | - |
| YUV | 160.82 | 38.37 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 215 | 2 | 0.47 | 0 | 0.99 | 0.16 | 88.17 | 0.98 | 0.43 |
| Hex | 73 | D7 | 2 | 2F | 0 | 63 | 10 | 58 | 62 | 2B |
| Octal | 163 | 327 | 2 | 57 | 0 | 143 | 20 | 130 | 142 | 53 |
| Binary | 1110011 | 11010111 | 10 | 101111 | 0 | 1100011 | 10000 | 1011000 | 1100010 | 101011 |
Color Harmonies of #73D702
Complementary color
Monochromatic Colors of #73D702
Black with #73D702
Text Example
Text Example
White with #73D702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D702; }
p { color: rgb(115,215,2); }
H1.HeaderClassName
{
color: #73D702;
}
.AnyTagClassName
{
color: #73D702;
}
</style>
background-color css
<style>
a { background-color: #73D702; }
a { background-color: rgb(115,215,2); }
div.DivClassName
{
background-color: #73D702;
}
.BgClassName
{
background-color: #73D702;
}
</style>
border-color css
<style>
span { border-color: #73D702; }
span { border-color: rgb(115,215,2); }
td.TdClassName
{
border-color: #73D702;
}
.TagClassName
{
border-color: #73D702;
}
</style>