Shades of Lawn Green #7ADD02
Tints of Lawn Green #7ADD02
RGB
CMYK
RGB Variations
Color information
#7ADD02 (or 0x7ADD02) is known color: Lawn Green. HEX triplet: 7A, DD and 02. RGB value is (122,221,2). Sum of RGB (Red+Green+Blue) = 122+221+2=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 221 (86.72% from 255 or 64.06% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ADD02 is #8522FD. Grayscale: #A7A7A7. Windows color (decimal): -8725246 or 187770. OLE color: 187770.
HSL color Cylindrical-coordinate representation of color #7ADD02: hue angle of 87.12º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7ADD02 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 2 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.13 |
| HSL | 87.12º | 0.98% | 0.44% | - |
| HSV(B) | 87.12º | 0.99% | 0.87% | - |
| XYZ | 33.89 | 55.85 | 9.05 | - |
| YUV | 166.43 | 35.2 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 2 | 0.45 | 0 | 0.99 | 0.13 | 87.12 | 0.98 | 0.44 |
| Hex | 7A | DD | 2 | 2D | 0 | 63 | D | 57 | 62 | 2C |
| Octal | 172 | 335 | 2 | 55 | 0 | 143 | 15 | 127 | 142 | 54 |
| Binary | 1111010 | 11011101 | 10 | 101101 | 0 | 1100011 | 1101 | 1010111 | 1100010 | 101100 |
Color Harmonies of #7ADD02
Complementary color
Monochromatic Colors of #7ADD02
Black with #7ADD02
Text Example
Text Example
White with #7ADD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADD02; }
p { color: rgb(122,221,2); }
H1.HeaderClassName
{
color: #7ADD02;
}
.AnyTagClassName
{
color: #7ADD02;
}
</style>
background-color css
<style>
a { background-color: #7ADD02; }
a { background-color: rgb(122,221,2); }
div.DivClassName
{
background-color: #7ADD02;
}
.BgClassName
{
background-color: #7ADD02;
}
</style>
border-color css
<style>
span { border-color: #7ADD02; }
span { border-color: rgb(122,221,2); }
td.TdClassName
{
border-color: #7ADD02;
}
.TagClassName
{
border-color: #7ADD02;
}
</style>