Shades of Lawn Green #73EA15
Tints of Lawn Green #73EA15
RGB
CMYK
RGB Variations
Color information
#73EA15 (or 0x73EA15) is known color: Lawn Green. HEX triplet: 73, EA and 15. RGB value is (115,234,21). Sum of RGB (Red+Green+Blue) = 115+234+21=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 234 (91.80% from 255 or 63.24% from 370); Blue value is 21 (8.59% from 255 or 5.68% from 370); Max value from RGB is 234 - color contains mainly: green. Hex color #73EA15 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73EA15 is #8C15EA. Grayscale: #AEAEAE. Windows color (decimal): -9180651 or 1436275. OLE color: 1436275.
HSL color Cylindrical-coordinate representation of color #73EA15: hue angle of 93.52º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73EA15 is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 234 | 21 | - |
| CMYK | 0.51 | 0 | 0.91 | 0.08 |
| HSL | 93.52º | 0.84% | 0.5% | - |
| HSV(B) | 93.52º | 0.91% | 0.92% | - |
| XYZ | 36.63 | 62.54 | 10.85 | - |
| YUV | 174.14 | 41.58 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 234 | 21 | 0.51 | 0 | 0.91 | 0.08 | 93.52 | 0.84 | 0.5 |
| Hex | 73 | EA | 15 | 33 | 0 | 5B | 8 | 5E | 54 | 32 |
| Octal | 163 | 352 | 25 | 63 | 0 | 133 | 10 | 136 | 124 | 62 |
| Binary | 1110011 | 11101010 | 10101 | 110011 | 0 | 1011011 | 1000 | 1011110 | 1010100 | 110010 |
Color Harmonies of #73EA15
Complementary color
Monochromatic Colors of #73EA15
Black with #73EA15
Text Example
Text Example
White with #73EA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EA15; }
p { color: rgb(115,234,21); }
H1.HeaderClassName
{
color: #73EA15;
}
.AnyTagClassName
{
color: #73EA15;
}
</style>
background-color css
<style>
a { background-color: #73EA15; }
a { background-color: rgb(115,234,21); }
div.DivClassName
{
background-color: #73EA15;
}
.BgClassName
{
background-color: #73EA15;
}
</style>
border-color css
<style>
span { border-color: #73EA15; }
span { border-color: rgb(115,234,21); }
td.TdClassName
{
border-color: #73EA15;
}
.TagClassName
{
border-color: #73EA15;
}
</style>