Shades of Lawn Green #73E104
Tints of Lawn Green #73E104
RGB
CMYK
RGB Variations
Color information
#73E104 (or 0x73E104) is known color: Lawn Green. HEX triplet: 73, E1 and 04. RGB value is (115,225,4). Sum of RGB (Red+Green+Blue) = 115+225+4=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 225 (88.28% from 255 or 65.41% from 344); Blue value is 4 (1.95% from 255 or 1.16% from 344); Max value from RGB is 225 - color contains mainly: green. Hex color #73E104 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73E104 is #8C1EFB. Grayscale: #A7A7A7. Windows color (decimal): -9182972 or 319859. OLE color: 319859.
HSL color Cylindrical-coordinate representation of color #73E104: hue angle of 89.86º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #73E104 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 225 | 4 | - |
| CMYK | 0.49 | 0 | 0.98 | 0.12 |
| HSL | 89.86º | 0.97% | 0.45% | - |
| HSV(B) | 89.86º | 0.98% | 0.88% | - |
| XYZ | 34.02 | 57.5 | 9.42 | - |
| YUV | 166.92 | 36.06 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 225 | 4 | 0.49 | 0 | 0.98 | 0.12 | 89.86 | 0.97 | 0.45 |
| Hex | 73 | E1 | 4 | 31 | 0 | 62 | C | 5A | 61 | 2D |
| Octal | 163 | 341 | 4 | 61 | 0 | 142 | 14 | 132 | 141 | 55 |
| Binary | 1110011 | 11100001 | 100 | 110001 | 0 | 1100010 | 1100 | 1011010 | 1100001 | 101101 |
Color Harmonies of #73E104
Complementary color
Monochromatic Colors of #73E104
Black with #73E104
Text Example
Text Example
White with #73E104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E104; }
p { color: rgb(115,225,4); }
H1.HeaderClassName
{
color: #73E104;
}
.AnyTagClassName
{
color: #73E104;
}
</style>
background-color css
<style>
a { background-color: #73E104; }
a { background-color: rgb(115,225,4); }
div.DivClassName
{
background-color: #73E104;
}
.BgClassName
{
background-color: #73E104;
}
</style>
border-color css
<style>
span { border-color: #73E104; }
span { border-color: rgb(115,225,4); }
td.TdClassName
{
border-color: #73E104;
}
.TagClassName
{
border-color: #73E104;
}
</style>