Shades of Lawn Green #73F119
Tints of Lawn Green #73F119
RGB
CMYK
RGB Variations
Color information
#73F119 (or 0x73F119) is known color: Lawn Green. HEX triplet: 73, F1 and 19. RGB value is (115,241,25). Sum of RGB (Red+Green+Blue) = 115+241+25=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 241 (94.53% from 255 or 63.25% from 381); Blue value is 25 (10.16% from 255 or 6.56% from 381); Max value from RGB is 241 - color contains mainly: green. Hex color #73F119 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73F119 is #8C0EE6. Grayscale: #B3B3B3. Windows color (decimal): -9178855 or 1700211. OLE color: 1700211.
HSL color Cylindrical-coordinate representation of color #73F119: hue angle of 95º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73F119 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 241 | 25 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.05 |
| HSL | 95º | 0.89% | 0.52% | - |
| HSV(B) | 95º | 0.9% | 0.95% | - |
| XYZ | 38.7 | 66.63 | 11.74 | - |
| YUV | 178.7 | 41.26 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 241 | 25 | 0.52 | 0 | 0.90 | 0.05 | 95 | 0.89 | 0.52 |
| Hex | 73 | F1 | 19 | 34 | 0 | 5A | 5 | 5F | 59 | 34 |
| Octal | 163 | 361 | 31 | 64 | 0 | 132 | 5 | 137 | 131 | 64 |
| Binary | 1110011 | 11110001 | 11001 | 110100 | 0 | 1011010 | 101 | 1011111 | 1011001 | 110100 |
Color Harmonies of #73F119
Complementary color
Monochromatic Colors of #73F119
Black with #73F119
Text Example
Text Example
White with #73F119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F119; }
p { color: rgb(115,241,25); }
H1.HeaderClassName
{
color: #73F119;
}
.AnyTagClassName
{
color: #73F119;
}
</style>
background-color css
<style>
a { background-color: #73F119; }
a { background-color: rgb(115,241,25); }
div.DivClassName
{
background-color: #73F119;
}
.BgClassName
{
background-color: #73F119;
}
</style>
border-color css
<style>
span { border-color: #73F119; }
span { border-color: rgb(115,241,25); }
td.TdClassName
{
border-color: #73F119;
}
.TagClassName
{
border-color: #73F119;
}
</style>