Shades of Lawn Green #7AD30C
Tints of Lawn Green #7AD30C
RGB
CMYK
RGB Variations
Color information
#7AD30C (or 0x7AD30C) is known color: Lawn Green. HEX triplet: 7A, D3 and 0C. RGB value is (122,211,12). Sum of RGB (Red+Green+Blue) = 122+211+12=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 211 (82.81% from 255 or 61.16% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD30C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD30C is #852CF3. Grayscale: #A2A2A2. Windows color (decimal): -8727796 or 840570. OLE color: 840570.
HSL color Cylindrical-coordinate representation of color #7AD30C: hue angle of 86.83º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7AD30C is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 211 | 12 | - |
| CMYK | 0.42 | 0 | 0.94 | 0.17 |
| HSL | 86.83º | 0.89% | 0.44% | - |
| HSV(B) | 86.83º | 0.94% | 0.83% | - |
| XYZ | 31.39 | 50.75 | 8.49 | - |
| YUV | 161.7 | 43.51 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 211 | 12 | 0.42 | 0 | 0.94 | 0.17 | 86.83 | 0.89 | 0.44 |
| Hex | 7A | D3 | C | 2A | 0 | 5E | 11 | 57 | 59 | 2C |
| Octal | 172 | 323 | 14 | 52 | 0 | 136 | 21 | 127 | 131 | 54 |
| Binary | 1111010 | 11010011 | 1100 | 101010 | 0 | 1011110 | 10001 | 1010111 | 1011001 | 101100 |
Color Harmonies of #7AD30C
Complementary color
Monochromatic Colors of #7AD30C
Black with #7AD30C
Text Example
Text Example
White with #7AD30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD30C; }
p { color: rgb(122,211,12); }
H1.HeaderClassName
{
color: #7AD30C;
}
.AnyTagClassName
{
color: #7AD30C;
}
</style>
background-color css
<style>
a { background-color: #7AD30C; }
a { background-color: rgb(122,211,12); }
div.DivClassName
{
background-color: #7AD30C;
}
.BgClassName
{
background-color: #7AD30C;
}
</style>
border-color css
<style>
span { border-color: #7AD30C; }
span { border-color: rgb(122,211,12); }
td.TdClassName
{
border-color: #7AD30C;
}
.TagClassName
{
border-color: #7AD30C;
}
</style>