Shades of Lawn Green #73DC1C
Tints of Lawn Green #73DC1C
RGB
CMYK
RGB Variations
Color information
#73DC1C (or 0x73DC1C) is known color: Lawn Green. HEX triplet: 73, DC and 1C. RGB value is (115,220,28). Sum of RGB (Red+Green+Blue) = 115+220+28=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 220 (86.33% from 255 or 60.61% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 220 - color contains mainly: green. Hex color #73DC1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73DC1C is #8C23E3. Grayscale: #A7A7A7. Windows color (decimal): -9184228 or 1891443. OLE color: 1891443.
HSL color Cylindrical-coordinate representation of color #73DC1C: hue angle of 92.81º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73DC1C is Cyan = 0.48, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 220 | 28 | - |
| CMYK | 0.48 | 0 | 0.87 | 0.14 |
| HSL | 92.81º | 0.77% | 0.49% | - |
| HSV(B) | 92.81º | 0.87% | 0.86% | - |
| XYZ | 32.87 | 54.92 | 9.97 | - |
| YUV | 166.72 | 49.71 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 220 | 28 | 0.48 | 0 | 0.87 | 0.14 | 92.81 | 0.77 | 0.49 |
| Hex | 73 | DC | 1C | 30 | 0 | 57 | E | 5D | 4D | 31 |
| Octal | 163 | 334 | 34 | 60 | 0 | 127 | 16 | 135 | 115 | 61 |
| Binary | 1110011 | 11011100 | 11100 | 110000 | 0 | 1010111 | 1110 | 1011101 | 1001101 | 110001 |
Color Harmonies of #73DC1C
Complementary color
Monochromatic Colors of #73DC1C
Black with #73DC1C
Text Example
Text Example
White with #73DC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DC1C; }
p { color: rgb(115,220,28); }
H1.HeaderClassName
{
color: #73DC1C;
}
.AnyTagClassName
{
color: #73DC1C;
}
</style>
background-color css
<style>
a { background-color: #73DC1C; }
a { background-color: rgb(115,220,28); }
div.DivClassName
{
background-color: #73DC1C;
}
.BgClassName
{
background-color: #73DC1C;
}
</style>
border-color css
<style>
span { border-color: #73DC1C; }
span { border-color: rgb(115,220,28); }
td.TdClassName
{
border-color: #73DC1C;
}
.TagClassName
{
border-color: #73DC1C;
}
</style>