Shades of Lawn Green #73E112
Tints of Lawn Green #73E112
RGB
CMYK
RGB Variations
Color information
#73E112 (or 0x73E112) is known color: Lawn Green. HEX triplet: 73, E1 and 12. RGB value is (115,225,18). Sum of RGB (Red+Green+Blue) = 115+225+18=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 225 (88.28% from 255 or 62.85% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 225 - color contains mainly: green. Hex color #73E112 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73E112 is #8C1EED. Grayscale: #A9A9A9. Windows color (decimal): -9182958 or 1237363. OLE color: 1237363.
HSL color Cylindrical-coordinate representation of color #73E112: hue angle of 91.88º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #73E112 is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 225 | 18 | - |
| CMYK | 0.49 | 0 | 0.92 | 0.12 |
| HSL | 91.88º | 0.85% | 0.48% | - |
| HSV(B) | 91.88º | 0.92% | 0.88% | - |
| XYZ | 34.1 | 57.54 | 9.88 | - |
| YUV | 168.51 | 43.06 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 225 | 18 | 0.49 | 0 | 0.92 | 0.12 | 91.88 | 0.85 | 0.48 |
| Hex | 73 | E1 | 12 | 31 | 0 | 5C | C | 5C | 55 | 30 |
| Octal | 163 | 341 | 22 | 61 | 0 | 134 | 14 | 134 | 125 | 60 |
| Binary | 1110011 | 11100001 | 10010 | 110001 | 0 | 1011100 | 1100 | 1011100 | 1010101 | 110000 |
Color Harmonies of #73E112
Complementary color
Monochromatic Colors of #73E112
Black with #73E112
Text Example
Text Example
White with #73E112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E112; }
p { color: rgb(115,225,18); }
H1.HeaderClassName
{
color: #73E112;
}
.AnyTagClassName
{
color: #73E112;
}
</style>
background-color css
<style>
a { background-color: #73E112; }
a { background-color: rgb(115,225,18); }
div.DivClassName
{
background-color: #73E112;
}
.BgClassName
{
background-color: #73E112;
}
</style>
border-color css
<style>
span { border-color: #73E112; }
span { border-color: rgb(115,225,18); }
td.TdClassName
{
border-color: #73E112;
}
.TagClassName
{
border-color: #73E112;
}
</style>