Shades of Lawn Green #7AD30D
Tints of Lawn Green #7AD30D
RGB
CMYK
RGB Variations
Color information
#7AD30D (or 0x7AD30D) is known color: Lawn Green. HEX triplet: 7A, D3 and 0D. RGB value is (122,211,13). Sum of RGB (Red+Green+Blue) = 122+211+13=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 211 (82.81% from 255 or 60.98% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD30D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD30D is #852CF2. Grayscale: #A2A2A2. Windows color (decimal): -8727795 or 906106. OLE color: 906106.
HSL color Cylindrical-coordinate representation of color #7AD30D: hue angle of 86.97º degrees, saturation: 0.88, 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 #7AD30D is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 211 | 13 | - |
| CMYK | 0.42 | 0 | 0.94 | 0.17 |
| HSL | 86.97º | 0.88% | 0.44% | - |
| HSV(B) | 86.97º | 0.94% | 0.83% | - |
| XYZ | 31.39 | 50.76 | 8.52 | - |
| YUV | 161.82 | 44.01 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 211 | 13 | 0.42 | 0 | 0.94 | 0.17 | 86.97 | 0.88 | 0.44 |
| Hex | 7A | D3 | D | 2A | 0 | 5E | 11 | 57 | 58 | 2C |
| Octal | 172 | 323 | 15 | 52 | 0 | 136 | 21 | 127 | 130 | 54 |
| Binary | 1111010 | 11010011 | 1101 | 101010 | 0 | 1011110 | 10001 | 1010111 | 1011000 | 101100 |
Color Harmonies of #7AD30D
Complementary color
Monochromatic Colors of #7AD30D
Black with #7AD30D
Text Example
Text Example
White with #7AD30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD30D; }
p { color: rgb(122,211,13); }
H1.HeaderClassName
{
color: #7AD30D;
}
.AnyTagClassName
{
color: #7AD30D;
}
</style>
background-color css
<style>
a { background-color: #7AD30D; }
a { background-color: rgb(122,211,13); }
div.DivClassName
{
background-color: #7AD30D;
}
.BgClassName
{
background-color: #7AD30D;
}
</style>
border-color css
<style>
span { border-color: #7AD30D; }
span { border-color: rgb(122,211,13); }
td.TdClassName
{
border-color: #7AD30D;
}
.TagClassName
{
border-color: #7AD30D;
}
</style>