Shades of Lawn Green #7AD202
Tints of Lawn Green #7AD202
RGB
CMYK
RGB Variations
Color information
#7AD202 (or 0x7AD202) is known color: Lawn Green. HEX triplet: 7A, D2 and 02. RGB value is (122,210,2). Sum of RGB (Red+Green+Blue) = 122+210+2=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 210 (82.42% from 255 or 62.87% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD202 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD202 is #852DFD. Grayscale: #A0A0A0. Windows color (decimal): -8728062 or 184954. OLE color: 184954.
HSL color Cylindrical-coordinate representation of color #7AD202: hue angle of 85.38º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7AD202 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 210 | 2 | - |
| CMYK | 0.42 | 0 | 0.99 | 0.18 |
| HSL | 85.38º | 0.98% | 0.42% | - |
| HSV(B) | 85.38º | 0.99% | 0.82% | - |
| XYZ | 31.08 | 50.24 | 8.12 | - |
| YUV | 159.98 | 38.85 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 210 | 2 | 0.42 | 0 | 0.99 | 0.18 | 85.38 | 0.98 | 0.42 |
| Hex | 7A | D2 | 2 | 2A | 0 | 63 | 12 | 55 | 62 | 2A |
| Octal | 172 | 322 | 2 | 52 | 0 | 143 | 22 | 125 | 142 | 52 |
| Binary | 1111010 | 11010010 | 10 | 101010 | 0 | 1100011 | 10010 | 1010101 | 1100010 | 101010 |
Color Harmonies of #7AD202
Complementary color
Monochromatic Colors of #7AD202
Black with #7AD202
Text Example
Text Example
White with #7AD202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD202; }
p { color: rgb(122,210,2); }
H1.HeaderClassName
{
color: #7AD202;
}
.AnyTagClassName
{
color: #7AD202;
}
</style>
background-color css
<style>
a { background-color: #7AD202; }
a { background-color: rgb(122,210,2); }
div.DivClassName
{
background-color: #7AD202;
}
.BgClassName
{
background-color: #7AD202;
}
</style>
border-color css
<style>
span { border-color: #7AD202; }
span { border-color: rgb(122,210,2); }
td.TdClassName
{
border-color: #7AD202;
}
.TagClassName
{
border-color: #7AD202;
}
</style>