Shades of Lima #7AAF25
Tints of Lima #7AAF25
RGB
CMYK
RGB Variations
Color information
#7AAF25 (or 0x7AAF25) is known color: Lima. HEX triplet: 7A, AF and 25. RGB value is (122,175,37). Sum of RGB (Red+Green+Blue) = 122+175+37=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 175 (68.75% from 255 or 52.40% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAF25 is #8550DA. Grayscale: #8F8F8F. Windows color (decimal): -8736987 or 2469754. OLE color: 2469754.
HSL color Cylindrical-coordinate representation of color #7AAF25: hue angle of 83.04º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7AAF25 is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 37 | - |
| CMYK | 0.30 | 0 | 0.79 | 0.31 |
| HSL | 83.04º | 0.65% | 0.42% | - |
| HSV(B) | 83.04º | 0.79% | 0.69% | - |
| XYZ | 23.69 | 34.93 | 7.24 | - |
| YUV | 143.42 | 67.94 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 37 | 0.30 | 0 | 0.79 | 0.31 | 83.04 | 0.65 | 0.42 |
| Hex | 7A | AF | 25 | 1E | 0 | 4F | 1F | 53 | 41 | 2A |
| Octal | 172 | 257 | 45 | 36 | 0 | 117 | 37 | 123 | 101 | 52 |
| Binary | 1111010 | 10101111 | 100101 | 11110 | 0 | 1001111 | 11111 | 1010011 | 1000001 | 101010 |
Color Harmonies of #7AAF25
Complementary color
Monochromatic Colors of #7AAF25
Black with #7AAF25
Text Example
Text Example
White with #7AAF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF25; }
p { color: rgb(122,175,37); }
H1.HeaderClassName
{
color: #7AAF25;
}
.AnyTagClassName
{
color: #7AAF25;
}
</style>
background-color css
<style>
a { background-color: #7AAF25; }
a { background-color: rgb(122,175,37); }
div.DivClassName
{
background-color: #7AAF25;
}
.BgClassName
{
background-color: #7AAF25;
}
</style>
border-color css
<style>
span { border-color: #7AAF25; }
span { border-color: rgb(122,175,37); }
td.TdClassName
{
border-color: #7AAF25;
}
.TagClassName
{
border-color: #7AAF25;
}
</style>