Shades of Lawn Green #76DC1C
Tints of Lawn Green #76DC1C
RGB
CMYK
RGB Variations
Color information
#76DC1C (or 0x76DC1C) is known color: Lawn Green. HEX triplet: 76, DC and 1C. RGB value is (118,220,28). Sum of RGB (Red+Green+Blue) = 118+220+28=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 220 (86.33% from 255 or 60.11% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76DC1C is #8923E3. Grayscale: #A8A8A8. Windows color (decimal): -8987620 or 1891446. OLE color: 1891446.
HSL color Cylindrical-coordinate representation of color #76DC1C: hue angle of 91.88º 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 #76DC1C is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 220 | 28 | - |
| CMYK | 0.46 | 0 | 0.87 | 0.14 |
| HSL | 91.88º | 0.77% | 0.49% | - |
| HSV(B) | 91.88º | 0.87% | 0.86% | - |
| XYZ | 33.27 | 55.12 | 9.98 | - |
| YUV | 167.61 | 49.21 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 28 | 0.46 | 0 | 0.87 | 0.14 | 91.88 | 0.77 | 0.49 |
| Hex | 76 | DC | 1C | 2E | 0 | 57 | E | 5C | 4D | 31 |
| Octal | 166 | 334 | 34 | 56 | 0 | 127 | 16 | 134 | 115 | 61 |
| Binary | 1110110 | 11011100 | 11100 | 101110 | 0 | 1010111 | 1110 | 1011100 | 1001101 | 110001 |
Color Harmonies of #76DC1C
Complementary color
Monochromatic Colors of #76DC1C
Black with #76DC1C
Text Example
Text Example
White with #76DC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DC1C; }
p { color: rgb(118,220,28); }
H1.HeaderClassName
{
color: #76DC1C;
}
.AnyTagClassName
{
color: #76DC1C;
}
</style>
background-color css
<style>
a { background-color: #76DC1C; }
a { background-color: rgb(118,220,28); }
div.DivClassName
{
background-color: #76DC1C;
}
.BgClassName
{
background-color: #76DC1C;
}
</style>
border-color css
<style>
span { border-color: #76DC1C; }
span { border-color: rgb(118,220,28); }
td.TdClassName
{
border-color: #76DC1C;
}
.TagClassName
{
border-color: #76DC1C;
}
</style>