Shades of Lawn Green #73EC1C
Tints of Lawn Green #73EC1C
RGB
CMYK
RGB Variations
Color information
#73EC1C (or 0x73EC1C) is known color: Lawn Green. HEX triplet: 73, EC and 1C. RGB value is (115,236,28). Sum of RGB (Red+Green+Blue) = 115+236+28=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 236 (92.58% from 255 or 62.27% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 236 - color contains mainly: green. Hex color #73EC1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73EC1C is #8C13E3. Grayscale: #B0B0B0. Windows color (decimal): -9180132 or 1895539. OLE color: 1895539.
HSL color Cylindrical-coordinate representation of color #73EC1C: hue angle of 94.9º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73EC1C is Cyan = 0.51, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 236 | 28 | - |
| CMYK | 0.51 | 0 | 0.88 | 0.07 |
| HSL | 94.9º | 0.85% | 0.52% | - |
| HSV(B) | 94.9º | 0.88% | 0.93% | - |
| XYZ | 37.28 | 63.72 | 11.43 | - |
| YUV | 176.11 | 44.41 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 236 | 28 | 0.51 | 0 | 0.88 | 0.07 | 94.9 | 0.85 | 0.52 |
| Hex | 73 | EC | 1C | 33 | 0 | 58 | 7 | 5F | 55 | 34 |
| Octal | 163 | 354 | 34 | 63 | 0 | 130 | 7 | 137 | 125 | 64 |
| Binary | 1110011 | 11101100 | 11100 | 110011 | 0 | 1011000 | 111 | 1011111 | 1010101 | 110100 |
Color Harmonies of #73EC1C
Complementary color
Monochromatic Colors of #73EC1C
Black with #73EC1C
Text Example
Text Example
White with #73EC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EC1C; }
p { color: rgb(115,236,28); }
H1.HeaderClassName
{
color: #73EC1C;
}
.AnyTagClassName
{
color: #73EC1C;
}
</style>
background-color css
<style>
a { background-color: #73EC1C; }
a { background-color: rgb(115,236,28); }
div.DivClassName
{
background-color: #73EC1C;
}
.BgClassName
{
background-color: #73EC1C;
}
</style>
border-color css
<style>
span { border-color: #73EC1C; }
span { border-color: rgb(115,236,28); }
td.TdClassName
{
border-color: #73EC1C;
}
.TagClassName
{
border-color: #73EC1C;
}
</style>