Shades of Lawn Green #73E602
Tints of Lawn Green #73E602
RGB
CMYK
RGB Variations
Color information
#73E602 (or 0x73E602) is known color: Lawn Green. HEX triplet: 73, E6 and 02. RGB value is (115,230,2). Sum of RGB (Red+Green+Blue) = 115+230+2=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 230 (90.23% from 255 or 66.28% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 230 - color contains mainly: green. Hex color #73E602 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73E602 is #8C19FD. Grayscale: #AAAAAA. Windows color (decimal): -9181694 or 190067. OLE color: 190067.
HSL color Cylindrical-coordinate representation of color #73E602: hue angle of 90.26º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #73E602 is Cyan = 0.5, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 230 | 2 | - |
| CMYK | 0.5 | 0 | 0.99 | 0.10 |
| HSL | 90.26º | 0.98% | 0.45% | - |
| HSV(B) | 90.26º | 0.99% | 0.9% | - |
| XYZ | 35.38 | 60.24 | 9.82 | - |
| YUV | 169.62 | 33.4 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 230 | 2 | 0.5 | 0 | 0.99 | 0.10 | 90.26 | 0.98 | 0.45 |
| Hex | 73 | E6 | 2 | 32 | 0 | 63 | A | 5A | 62 | 2D |
| Octal | 163 | 346 | 2 | 62 | 0 | 143 | 12 | 132 | 142 | 55 |
| Binary | 1110011 | 11100110 | 10 | 110010 | 0 | 1100011 | 1010 | 1011010 | 1100010 | 101101 |
Color Harmonies of #73E602
Complementary color
Monochromatic Colors of #73E602
Black with #73E602
Text Example
Text Example
White with #73E602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E602; }
p { color: rgb(115,230,2); }
H1.HeaderClassName
{
color: #73E602;
}
.AnyTagClassName
{
color: #73E602;
}
</style>
background-color css
<style>
a { background-color: #73E602; }
a { background-color: rgb(115,230,2); }
div.DivClassName
{
background-color: #73E602;
}
.BgClassName
{
background-color: #73E602;
}
</style>
border-color css
<style>
span { border-color: #73E602; }
span { border-color: rgb(115,230,2); }
td.TdClassName
{
border-color: #73E602;
}
.TagClassName
{
border-color: #73E602;
}
</style>