Shades of Lawn Green #73D602
Tints of Lawn Green #73D602
RGB
CMYK
RGB Variations
Color information
#73D602 (or 0x73D602) is known color: Lawn Green. HEX triplet: 73, D6 and 02. RGB value is (115,214,2). Sum of RGB (Red+Green+Blue) = 115+214+2=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 214 (83.98% from 255 or 64.65% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 214 - color contains mainly: green. Hex color #73D602 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73D602 is #8C29FD. Grayscale: #A0A0A0. Windows color (decimal): -9185790 or 185971. OLE color: 185971.
HSL color Cylindrical-coordinate representation of color #73D602: hue angle of 88.02º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #73D602 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 214 | 2 | - |
| CMYK | 0.46 | 0 | 0.99 | 0.16 |
| HSL | 88.02º | 0.98% | 0.42% | - |
| HSV(B) | 88.02º | 0.99% | 0.84% | - |
| XYZ | 31.13 | 51.74 | 8.4 | - |
| YUV | 160.23 | 38.7 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 214 | 2 | 0.46 | 0 | 0.99 | 0.16 | 88.02 | 0.98 | 0.42 |
| Hex | 73 | D6 | 2 | 2E | 0 | 63 | 10 | 58 | 62 | 2A |
| Octal | 163 | 326 | 2 | 56 | 0 | 143 | 20 | 130 | 142 | 52 |
| Binary | 1110011 | 11010110 | 10 | 101110 | 0 | 1100011 | 10000 | 1011000 | 1100010 | 101010 |
Color Harmonies of #73D602
Complementary color
Monochromatic Colors of #73D602
Black with #73D602
Text Example
Text Example
White with #73D602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D602; }
p { color: rgb(115,214,2); }
H1.HeaderClassName
{
color: #73D602;
}
.AnyTagClassName
{
color: #73D602;
}
</style>
background-color css
<style>
a { background-color: #73D602; }
a { background-color: rgb(115,214,2); }
div.DivClassName
{
background-color: #73D602;
}
.BgClassName
{
background-color: #73D602;
}
</style>
border-color css
<style>
span { border-color: #73D602; }
span { border-color: rgb(115,214,2); }
td.TdClassName
{
border-color: #73D602;
}
.TagClassName
{
border-color: #73D602;
}
</style>