Shades of Lawn Green #73F118
Tints of Lawn Green #73F118
RGB
CMYK
RGB Variations
Color information
#73F118 (or 0x73F118) is known color: Lawn Green. HEX triplet: 73, F1 and 18. RGB value is (115,241,24). Sum of RGB (Red+Green+Blue) = 115+241+24=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 241 (94.53% from 255 or 63.42% from 380); Blue value is 24 (9.77% from 255 or 6.32% from 380); Max value from RGB is 241 - color contains mainly: green. Hex color #73F118 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73F118 is #8C0EE7. Grayscale: #B3B3B3. Windows color (decimal): -9178856 or 1634675. OLE color: 1634675.
HSL color Cylindrical-coordinate representation of color #73F118: hue angle of 94.84º 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 #73F118 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 241 | 24 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.05 |
| HSL | 94.84º | 0.89% | 0.52% | - |
| HSV(B) | 94.84º | 0.9% | 0.95% | - |
| XYZ | 38.69 | 66.62 | 11.68 | - |
| YUV | 178.59 | 40.76 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 241 | 24 | 0.52 | 0 | 0.90 | 0.05 | 94.84 | 0.89 | 0.52 |
| Hex | 73 | F1 | 18 | 34 | 0 | 5A | 5 | 5F | 59 | 34 |
| Octal | 163 | 361 | 30 | 64 | 0 | 132 | 5 | 137 | 131 | 64 |
| Binary | 1110011 | 11110001 | 11000 | 110100 | 0 | 1011010 | 101 | 1011111 | 1011001 | 110100 |
Color Harmonies of #73F118
Complementary color
Monochromatic Colors of #73F118
Black with #73F118
Text Example
Text Example
White with #73F118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F118; }
p { color: rgb(115,241,24); }
H1.HeaderClassName
{
color: #73F118;
}
.AnyTagClassName
{
color: #73F118;
}
</style>
background-color css
<style>
a { background-color: #73F118; }
a { background-color: rgb(115,241,24); }
div.DivClassName
{
background-color: #73F118;
}
.BgClassName
{
background-color: #73F118;
}
</style>
border-color css
<style>
span { border-color: #73F118; }
span { border-color: rgb(115,241,24); }
td.TdClassName
{
border-color: #73F118;
}
.TagClassName
{
border-color: #73F118;
}
</style>