Shades of Lawn Green #7AD402
Tints of Lawn Green #7AD402
RGB
CMYK
RGB Variations
Color information
#7AD402 (or 0x7AD402) is known color: Lawn Green. HEX triplet: 7A, D4 and 02. RGB value is (122,212,2). Sum of RGB (Red+Green+Blue) = 122+212+2=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 212 (83.20% from 255 or 63.10% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 212 - color contains mainly: green. Hex color #7AD402 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD402 is #852BFD. Grayscale: #A1A1A1. Windows color (decimal): -8727550 or 185466. OLE color: 185466.
HSL color Cylindrical-coordinate representation of color #7AD402: hue angle of 85.71º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7AD402 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 212 | 2 | - |
| CMYK | 0.42 | 0 | 0.99 | 0.17 |
| HSL | 85.71º | 0.98% | 0.42% | - |
| HSV(B) | 85.71º | 0.99% | 0.83% | - |
| XYZ | 31.58 | 51.23 | 8.28 | - |
| YUV | 161.15 | 38.18 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 212 | 2 | 0.42 | 0 | 0.99 | 0.17 | 85.71 | 0.98 | 0.42 |
| Hex | 7A | D4 | 2 | 2A | 0 | 63 | 11 | 56 | 62 | 2A |
| Octal | 172 | 324 | 2 | 52 | 0 | 143 | 21 | 126 | 142 | 52 |
| Binary | 1111010 | 11010100 | 10 | 101010 | 0 | 1100011 | 10001 | 1010110 | 1100010 | 101010 |
Color Harmonies of #7AD402
Complementary color
Monochromatic Colors of #7AD402
Black with #7AD402
Text Example
Text Example
White with #7AD402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD402; }
p { color: rgb(122,212,2); }
H1.HeaderClassName
{
color: #7AD402;
}
.AnyTagClassName
{
color: #7AD402;
}
</style>
background-color css
<style>
a { background-color: #7AD402; }
a { background-color: rgb(122,212,2); }
div.DivClassName
{
background-color: #7AD402;
}
.BgClassName
{
background-color: #7AD402;
}
</style>
border-color css
<style>
span { border-color: #7AD402; }
span { border-color: rgb(122,212,2); }
td.TdClassName
{
border-color: #7AD402;
}
.TagClassName
{
border-color: #7AD402;
}
</style>