Shades of Lawn Green #7AD003
Tints of Lawn Green #7AD003
RGB
CMYK
RGB Variations
Color information
#7AD003 (or 0x7AD003) is known color: Lawn Green. HEX triplet: 7A, D0 and 03. RGB value is (122,208,3). Sum of RGB (Red+Green+Blue) = 122+208+3=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 208 (81.64% from 255 or 62.46% from 333); Blue value is 3 (1.56% from 255 or 0.90% from 333); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD003 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD003 is #852FFC. Grayscale: #9F9F9F. Windows color (decimal): -8728573 or 249978. OLE color: 249978.
HSL color Cylindrical-coordinate representation of color #7AD003: hue angle of 85.17º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7AD003 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 208 | 3 | - |
| CMYK | 0.41 | 0 | 0.99 | 0.18 |
| HSL | 85.17º | 0.97% | 0.41% | - |
| HSV(B) | 85.17º | 0.99% | 0.82% | - |
| XYZ | 30.6 | 49.26 | 7.98 | - |
| YUV | 158.92 | 40.01 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 208 | 3 | 0.41 | 0 | 0.99 | 0.18 | 85.17 | 0.97 | 0.41 |
| Hex | 7A | D0 | 3 | 29 | 0 | 63 | 12 | 55 | 61 | 29 |
| Octal | 172 | 320 | 3 | 51 | 0 | 143 | 22 | 125 | 141 | 51 |
| Binary | 1111010 | 11010000 | 11 | 101001 | 0 | 1100011 | 10010 | 1010101 | 1100001 | 101001 |
Color Harmonies of #7AD003
Complementary color
Monochromatic Colors of #7AD003
Black with #7AD003
Text Example
Text Example
White with #7AD003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD003; }
p { color: rgb(122,208,3); }
H1.HeaderClassName
{
color: #7AD003;
}
.AnyTagClassName
{
color: #7AD003;
}
</style>
background-color css
<style>
a { background-color: #7AD003; }
a { background-color: rgb(122,208,3); }
div.DivClassName
{
background-color: #7AD003;
}
.BgClassName
{
background-color: #7AD003;
}
</style>
border-color css
<style>
span { border-color: #7AD003; }
span { border-color: rgb(122,208,3); }
td.TdClassName
{
border-color: #7AD003;
}
.TagClassName
{
border-color: #7AD003;
}
</style>