Shades of Lawn Green #73E11F
Tints of Lawn Green #73E11F
RGB
CMYK
RGB Variations
Color information
#73E11F (or 0x73E11F) is known color: Lawn Green. HEX triplet: 73, E1 and 1F. RGB value is (115,225,31). Sum of RGB (Red+Green+Blue) = 115+225+31=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 225 (88.28% from 255 or 60.65% from 371); Blue value is 31 (12.5% from 255 or 8.36% from 371); Max value from RGB is 225 - color contains mainly: green. Hex color #73E11F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73E11F is #8C1EE0. Grayscale: #AAAAAA. Windows color (decimal): -9182945 or 2089331. OLE color: 2089331.
HSL color Cylindrical-coordinate representation of color #73E11F: hue angle of 94.02º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #73E11F is Cyan = 0.49, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 115 | 225 | 31 | - |
| CMYK | 0.49 | 0 | 0.86 | 0.12 |
| HSL | 94.02º | 0.76% | 0.5% | - |
| HSV(B) | 94.02º | 0.86% | 0.88% | - |
| XYZ | 34.24 | 57.59 | 10.61 | - |
| YUV | 169.99 | 49.56 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 225 | 31 | 0.49 | 0 | 0.86 | 0.12 | 94.02 | 0.76 | 0.5 |
| Hex | 73 | E1 | 1F | 31 | 0 | 56 | C | 5E | 4C | 32 |
| Octal | 163 | 341 | 37 | 61 | 0 | 126 | 14 | 136 | 114 | 62 |
| Binary | 1110011 | 11100001 | 11111 | 110001 | 0 | 1010110 | 1100 | 1011110 | 1001100 | 110010 |
Color Harmonies of #73E11F
Complementary color
Monochromatic Colors of #73E11F
Black with #73E11F
Text Example
Text Example
White with #73E11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73E11F; }
p { color: rgb(115,225,31); }
H1.HeaderClassName
{
color: #73E11F;
}
.AnyTagClassName
{
color: #73E11F;
}
</style>
background-color css
<style>
a { background-color: #73E11F; }
a { background-color: rgb(115,225,31); }
div.DivClassName
{
background-color: #73E11F;
}
.BgClassName
{
background-color: #73E11F;
}
</style>
border-color css
<style>
span { border-color: #73E11F; }
span { border-color: rgb(115,225,31); }
td.TdClassName
{
border-color: #73E11F;
}
.TagClassName
{
border-color: #73E11F;
}
</style>