Shades of Lawn Green #7AF932
Tints of Lawn Green #7AF932
RGB
CMYK
RGB Variations
Color information
#7AF932 (or 0x7AF932) is known color: Lawn Green. HEX triplet: 7A, F9 and 32. RGB value is (122,249,50). Sum of RGB (Red+Green+Blue) = 122+249+50=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 249 (97.66% from 255 or 59.14% from 421); Blue value is 50 (19.92% from 255 or 11.88% from 421); Max value from RGB is 249 - color contains mainly: green. Hex color #7AF932 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AF932 is #8506CD. Grayscale: #BDBDBD. Windows color (decimal): -8718030 or 3340666. OLE color: 3340666.
HSL color Cylindrical-coordinate representation of color #7AF932: hue angle of 98.29º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7AF932 is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 249 | 50 | - |
| CMYK | 0.51 | 0 | 0.80 | 0.02 |
| HSL | 98.29º | 0.94% | 0.59% | - |
| HSV(B) | 98.29º | 0.8% | 0.98% | - |
| XYZ | 42.48 | 72.12 | 14.7 | - |
| YUV | 188.34 | 49.92 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 249 | 50 | 0.51 | 0 | 0.80 | 0.02 | 98.29 | 0.94 | 0.59 |
| Hex | 7A | F9 | 32 | 33 | 0 | 50 | 2 | 62 | 5E | 3B |
| Octal | 172 | 371 | 62 | 63 | 0 | 120 | 2 | 142 | 136 | 73 |
| Binary | 1111010 | 11111001 | 110010 | 110011 | 0 | 1010000 | 10 | 1100010 | 1011110 | 111011 |
Color Harmonies of #7AF932
Complementary color
Monochromatic Colors of #7AF932
Black with #7AF932
Text Example
Text Example
White with #7AF932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF932; }
p { color: rgb(122,249,50); }
H1.HeaderClassName
{
color: #7AF932;
}
.AnyTagClassName
{
color: #7AF932;
}
</style>
background-color css
<style>
a { background-color: #7AF932; }
a { background-color: rgb(122,249,50); }
div.DivClassName
{
background-color: #7AF932;
}
.BgClassName
{
background-color: #7AF932;
}
</style>
border-color css
<style>
span { border-color: #7AF932; }
span { border-color: rgb(122,249,50); }
td.TdClassName
{
border-color: #7AF932;
}
.TagClassName
{
border-color: #7AF932;
}
</style>