Shades of Lawn Green #73D102
Tints of Lawn Green #73D102
RGB
CMYK
RGB Variations
Color information
#73D102 (or 0x73D102) is known color: Lawn Green. HEX triplet: 73, D1 and 02. RGB value is (115,209,2). Sum of RGB (Red+Green+Blue) = 115+209+2=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 209 (82.03% from 255 or 64.11% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 209 - color contains mainly: green. Hex color #73D102 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73D102 is #8C2EFD. Grayscale: #9E9E9E. Windows color (decimal): -9187070 or 184691. OLE color: 184691.
HSL color Cylindrical-coordinate representation of color #73D102: hue angle of 87.25º degrees, saturation: 0.98, 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 #73D102 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 209 | 2 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.18 |
| HSL | 87.25º | 0.98% | 0.41% | - |
| HSV(B) | 87.25º | 0.99% | 0.82% | - |
| XYZ | 29.88 | 49.25 | 7.99 | - |
| YUV | 157.3 | 40.36 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 209 | 2 | 0.45 | 0 | 0.99 | 0.18 | 87.25 | 0.98 | 0.41 |
| Hex | 73 | D1 | 2 | 2D | 0 | 63 | 12 | 57 | 62 | 29 |
| Octal | 163 | 321 | 2 | 55 | 0 | 143 | 22 | 127 | 142 | 51 |
| Binary | 1110011 | 11010001 | 10 | 101101 | 0 | 1100011 | 10010 | 1010111 | 1100010 | 101001 |
Color Harmonies of #73D102
Complementary color
Monochromatic Colors of #73D102
Black with #73D102
Text Example
Text Example
White with #73D102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D102; }
p { color: rgb(115,209,2); }
H1.HeaderClassName
{
color: #73D102;
}
.AnyTagClassName
{
color: #73D102;
}
</style>
background-color css
<style>
a { background-color: #73D102; }
a { background-color: rgb(115,209,2); }
div.DivClassName
{
background-color: #73D102;
}
.BgClassName
{
background-color: #73D102;
}
</style>
border-color css
<style>
span { border-color: #73D102; }
span { border-color: rgb(115,209,2); }
td.TdClassName
{
border-color: #73D102;
}
.TagClassName
{
border-color: #73D102;
}
</style>