Shades of Lawn Green #7AF02C
Tints of Lawn Green #7AF02C
RGB
CMYK
RGB Variations
Color information
#7AF02C (or 0x7AF02C) is known color: Lawn Green. HEX triplet: 7A, F0 and 2C. RGB value is (122,240,44). Sum of RGB (Red+Green+Blue) = 122+240+44=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 240 (94.14% from 255 or 59.11% from 406); Blue value is 44 (17.58% from 255 or 10.84% from 406); Max value from RGB is 240 - color contains mainly: green. Hex color #7AF02C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AF02C is #850FD3. Grayscale: #B7B7B7. Windows color (decimal): -8720340 or 2945146. OLE color: 2945146.
HSL color Cylindrical-coordinate representation of color #7AF02C: hue angle of 96.12º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7AF02C is Cyan = 0.49, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 240 | 44 | - |
| CMYK | 0.49 | 0 | 0.82 | 0.06 |
| HSL | 96.12º | 0.87% | 0.56% | - |
| HSV(B) | 96.12º | 0.82% | 0.94% | - |
| XYZ | 39.64 | 66.64 | 13.16 | - |
| YUV | 182.37 | 49.91 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 240 | 44 | 0.49 | 0 | 0.82 | 0.06 | 96.12 | 0.87 | 0.56 |
| Hex | 7A | F0 | 2C | 31 | 0 | 52 | 6 | 60 | 57 | 38 |
| Octal | 172 | 360 | 54 | 61 | 0 | 122 | 6 | 140 | 127 | 70 |
| Binary | 1111010 | 11110000 | 101100 | 110001 | 0 | 1010010 | 110 | 1100000 | 1010111 | 111000 |
Color Harmonies of #7AF02C
Complementary color
Monochromatic Colors of #7AF02C
Black with #7AF02C
Text Example
Text Example
White with #7AF02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF02C; }
p { color: rgb(122,240,44); }
H1.HeaderClassName
{
color: #7AF02C;
}
.AnyTagClassName
{
color: #7AF02C;
}
</style>
background-color css
<style>
a { background-color: #7AF02C; }
a { background-color: rgb(122,240,44); }
div.DivClassName
{
background-color: #7AF02C;
}
.BgClassName
{
background-color: #7AF02C;
}
</style>
border-color css
<style>
span { border-color: #7AF02C; }
span { border-color: rgb(122,240,44); }
td.TdClassName
{
border-color: #7AF02C;
}
.TagClassName
{
border-color: #7AF02C;
}
</style>