Shades of Lawn Green #7AFC1E
Tints of Lawn Green #7AFC1E
RGB
CMYK
RGB Variations
Color information
#7AFC1E (or 0x7AFC1E) is known color: Lawn Green. HEX triplet: 7A, FC and 1E. RGB value is (122,252,30). Sum of RGB (Red+Green+Blue) = 122+252+30=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 252 (98.83% from 255 or 62.38% from 404); Blue value is 30 (12.11% from 255 or 7.43% from 404); Max value from RGB is 252 - color contains mainly: green. Hex color #7AFC1E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AFC1E is #8503E1. Grayscale: #BCBCBC. Windows color (decimal): -8717282 or 2030714. OLE color: 2030714.
HSL color Cylindrical-coordinate representation of color #7AFC1E: hue angle of 95.14º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7AFC1E is Cyan = 0.52, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 252 | 30 | - |
| CMYK | 0.52 | 0 | 0.88 | 0.01 |
| HSL | 95.14º | 0.97% | 0.55% | - |
| HSV(B) | 95.14º | 0.88% | 0.99% | - |
| XYZ | 43.07 | 73.85 | 13.21 | - |
| YUV | 187.82 | 38.93 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 252 | 30 | 0.52 | 0 | 0.88 | 0.01 | 95.14 | 0.97 | 0.55 |
| Hex | 7A | FC | 1E | 34 | 0 | 58 | 1 | 5F | 61 | 37 |
| Octal | 172 | 374 | 36 | 64 | 0 | 130 | 1 | 137 | 141 | 67 |
| Binary | 1111010 | 11111100 | 11110 | 110100 | 0 | 1011000 | 1 | 1011111 | 1100001 | 110111 |
Color Harmonies of #7AFC1E
Complementary color
Monochromatic Colors of #7AFC1E
Black with #7AFC1E
Text Example
Text Example
White with #7AFC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFC1E; }
p { color: rgb(122,252,30); }
H1.HeaderClassName
{
color: #7AFC1E;
}
.AnyTagClassName
{
color: #7AFC1E;
}
</style>
background-color css
<style>
a { background-color: #7AFC1E; }
a { background-color: rgb(122,252,30); }
div.DivClassName
{
background-color: #7AFC1E;
}
.BgClassName
{
background-color: #7AFC1E;
}
</style>
border-color css
<style>
span { border-color: #7AFC1E; }
span { border-color: rgb(122,252,30); }
td.TdClassName
{
border-color: #7AFC1E;
}
.TagClassName
{
border-color: #7AFC1E;
}
</style>