Shades of Lawn Green #7ADC04
Tints of Lawn Green #7ADC04
RGB
CMYK
RGB Variations
Color information
#7ADC04 (or 0x7ADC04) is known color: Lawn Green. HEX triplet: 7A, DC and 04. RGB value is (122,220,4). Sum of RGB (Red+Green+Blue) = 122+220+4=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 220 (86.33% from 255 or 63.58% from 346); Blue value is 4 (1.95% from 255 or 1.16% from 346); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ADC04 is #8523FB. Grayscale: #A6A6A6. Windows color (decimal): -8725500 or 318586. OLE color: 318586.
HSL color Cylindrical-coordinate representation of color #7ADC04: hue angle of 87.22º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7ADC04 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 4 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.14 |
| HSL | 87.22º | 0.96% | 0.44% | - |
| HSV(B) | 87.22º | 0.98% | 0.86% | - |
| XYZ | 33.64 | 55.33 | 9.02 | - |
| YUV | 166.07 | 36.53 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 4 | 0.45 | 0 | 0.98 | 0.14 | 87.22 | 0.96 | 0.44 |
| Hex | 7A | DC | 4 | 2D | 0 | 62 | E | 57 | 60 | 2C |
| Octal | 172 | 334 | 4 | 55 | 0 | 142 | 16 | 127 | 140 | 54 |
| Binary | 1111010 | 11011100 | 100 | 101101 | 0 | 1100010 | 1110 | 1010111 | 1100000 | 101100 |
Color Harmonies of #7ADC04
Complementary color
Monochromatic Colors of #7ADC04
Black with #7ADC04
Text Example
Text Example
White with #7ADC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC04; }
p { color: rgb(122,220,4); }
H1.HeaderClassName
{
color: #7ADC04;
}
.AnyTagClassName
{
color: #7ADC04;
}
</style>
background-color css
<style>
a { background-color: #7ADC04; }
a { background-color: rgb(122,220,4); }
div.DivClassName
{
background-color: #7ADC04;
}
.BgClassName
{
background-color: #7ADC04;
}
</style>
border-color css
<style>
span { border-color: #7ADC04; }
span { border-color: rgb(122,220,4); }
td.TdClassName
{
border-color: #7ADC04;
}
.TagClassName
{
border-color: #7ADC04;
}
</style>