Shades of Lawn Green #73EE1C
Tints of Lawn Green #73EE1C
RGB
CMYK
RGB Variations
Color information
#73EE1C (or 0x73EE1C) is known color: Lawn Green. HEX triplet: 73, EE and 1C. RGB value is (115,238,28). Sum of RGB (Red+Green+Blue) = 115+238+28=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 238 (93.36% from 255 or 62.47% from 381); Blue value is 28 (11.33% from 255 or 7.35% from 381); Max value from RGB is 238 - color contains mainly: green. Hex color #73EE1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73EE1C is #8C11E3. Grayscale: #B2B2B2. Windows color (decimal): -9179620 or 1896051. OLE color: 1896051.
HSL color Cylindrical-coordinate representation of color #73EE1C: hue angle of 95.14º degrees, saturation: 0.86, 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 #73EE1C is Cyan = 0.52, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 238 | 28 | - |
| CMYK | 0.52 | 0 | 0.88 | 0.07 |
| HSL | 95.14º | 0.86% | 0.52% | - |
| HSV(B) | 95.14º | 0.88% | 0.93% | - |
| XYZ | 37.85 | 64.88 | 11.63 | - |
| YUV | 177.28 | 43.75 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 238 | 28 | 0.52 | 0 | 0.88 | 0.07 | 95.14 | 0.86 | 0.52 |
| Hex | 73 | EE | 1C | 34 | 0 | 58 | 7 | 5F | 56 | 34 |
| Octal | 163 | 356 | 34 | 64 | 0 | 130 | 7 | 137 | 126 | 64 |
| Binary | 1110011 | 11101110 | 11100 | 110100 | 0 | 1011000 | 111 | 1011111 | 1010110 | 110100 |
Color Harmonies of #73EE1C
Complementary color
Monochromatic Colors of #73EE1C
Black with #73EE1C
Text Example
Text Example
White with #73EE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EE1C; }
p { color: rgb(115,238,28); }
H1.HeaderClassName
{
color: #73EE1C;
}
.AnyTagClassName
{
color: #73EE1C;
}
</style>
background-color css
<style>
a { background-color: #73EE1C; }
a { background-color: rgb(115,238,28); }
div.DivClassName
{
background-color: #73EE1C;
}
.BgClassName
{
background-color: #73EE1C;
}
</style>
border-color css
<style>
span { border-color: #73EE1C; }
span { border-color: rgb(115,238,28); }
td.TdClassName
{
border-color: #73EE1C;
}
.TagClassName
{
border-color: #73EE1C;
}
</style>