Shades of Lawn Green #73E116
Tints of Lawn Green #73E116
RGB
CMYK
RGB Variations
Color information
#73E116 (or 0x73E116) is known color: Lawn Green. HEX triplet: 73, E1 and 16. RGB value is (115,225,22). Sum of RGB (Red+Green+Blue) = 115+225+22=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 225 (88.28% from 255 or 62.15% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 225 - color contains mainly: green. Hex color #73E116 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73E116 is #8C1EE9. Grayscale: #A9A9A9. Windows color (decimal): -9182954 or 1499507. OLE color: 1499507.
HSL color Cylindrical-coordinate representation of color #73E116: hue angle of 92.51º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73E116 is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 225 | 22 | - |
| CMYK | 0.49 | 0 | 0.90 | 0.12 |
| HSL | 92.51º | 0.82% | 0.48% | - |
| HSV(B) | 92.51º | 0.9% | 0.88% | - |
| XYZ | 34.14 | 57.55 | 10.07 | - |
| YUV | 168.97 | 45.06 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 225 | 22 | 0.49 | 0 | 0.90 | 0.12 | 92.51 | 0.82 | 0.48 |
| Hex | 73 | E1 | 16 | 31 | 0 | 5A | C | 5D | 52 | 30 |
| Octal | 163 | 341 | 26 | 61 | 0 | 132 | 14 | 135 | 122 | 60 |
| Binary | 1110011 | 11100001 | 10110 | 110001 | 0 | 1011010 | 1100 | 1011101 | 1010010 | 110000 |
Color Harmonies of #73E116
Complementary color
Monochromatic Colors of #73E116
Black with #73E116
Text Example
Text Example
White with #73E116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E116; }
p { color: rgb(115,225,22); }
H1.HeaderClassName
{
color: #73E116;
}
.AnyTagClassName
{
color: #73E116;
}
</style>
background-color css
<style>
a { background-color: #73E116; }
a { background-color: rgb(115,225,22); }
div.DivClassName
{
background-color: #73E116;
}
.BgClassName
{
background-color: #73E116;
}
</style>
border-color css
<style>
span { border-color: #73E116; }
span { border-color: rgb(115,225,22); }
td.TdClassName
{
border-color: #73E116;
}
.TagClassName
{
border-color: #73E116;
}
</style>