Shades of Lawn Green #73EA1F
Tints of Lawn Green #73EA1F
RGB
CMYK
RGB Variations
Color information
#73EA1F (or 0x73EA1F) is known color: Lawn Green. HEX triplet: 73, EA and 1F. RGB value is (115,234,31). Sum of RGB (Red+Green+Blue) = 115+234+31=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 234 (91.80% from 255 or 61.58% from 380); Blue value is 31 (12.5% from 255 or 8.16% from 380); Max value from RGB is 234 - color contains mainly: green. Hex color #73EA1F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73EA1F is #8C15E0. Grayscale: #AFAFAF. Windows color (decimal): -9180641 or 2091635. OLE color: 2091635.
HSL color Cylindrical-coordinate representation of color #73EA1F: hue angle of 95.17º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73EA1F is Cyan = 0.51, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 234 | 31 | - |
| CMYK | 0.51 | 0 | 0.87 | 0.08 |
| HSL | 95.17º | 0.83% | 0.52% | - |
| HSV(B) | 95.17º | 0.87% | 0.92% | - |
| XYZ | 36.74 | 62.59 | 11.44 | - |
| YUV | 175.28 | 46.58 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 234 | 31 | 0.51 | 0 | 0.87 | 0.08 | 95.17 | 0.83 | 0.52 |
| Hex | 73 | EA | 1F | 33 | 0 | 57 | 8 | 5F | 53 | 34 |
| Octal | 163 | 352 | 37 | 63 | 0 | 127 | 10 | 137 | 123 | 64 |
| Binary | 1110011 | 11101010 | 11111 | 110011 | 0 | 1010111 | 1000 | 1011111 | 1010011 | 110100 |
Color Harmonies of #73EA1F
Complementary color
Monochromatic Colors of #73EA1F
Black with #73EA1F
Text Example
Text Example
White with #73EA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EA1F; }
p { color: rgb(115,234,31); }
H1.HeaderClassName
{
color: #73EA1F;
}
.AnyTagClassName
{
color: #73EA1F;
}
</style>
background-color css
<style>
a { background-color: #73EA1F; }
a { background-color: rgb(115,234,31); }
div.DivClassName
{
background-color: #73EA1F;
}
.BgClassName
{
background-color: #73EA1F;
}
</style>
border-color css
<style>
span { border-color: #73EA1F; }
span { border-color: rgb(115,234,31); }
td.TdClassName
{
border-color: #73EA1F;
}
.TagClassName
{
border-color: #73EA1F;
}
</style>