Shades of Lima #7AD519
Tints of Lima #7AD519
RGB
CMYK
RGB Variations
Color information
#7AD519 (or 0x7AD519) is known color: Lima. HEX triplet: 7A, D5 and 19. RGB value is (122,213,25). Sum of RGB (Red+Green+Blue) = 122+213+25=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 213 (83.59% from 255 or 59.17% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD519 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD519 is #852AE6. Grayscale: #A5A5A5. Windows color (decimal): -8727271 or 1693050. OLE color: 1693050.
HSL color Cylindrical-coordinate representation of color #7AD519: hue angle of 89.04º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7AD519 is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 213 | 25 | - |
| CMYK | 0.43 | 0 | 0.88 | 0.16 |
| HSL | 89.04º | 0.79% | 0.47% | - |
| HSV(B) | 89.04º | 0.88% | 0.84% | - |
| XYZ | 32 | 51.8 | 9.23 | - |
| YUV | 164.36 | 49.35 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 213 | 25 | 0.43 | 0 | 0.88 | 0.16 | 89.04 | 0.79 | 0.47 |
| Hex | 7A | D5 | 19 | 2B | 0 | 58 | 10 | 59 | 4F | 2F |
| Octal | 172 | 325 | 31 | 53 | 0 | 130 | 20 | 131 | 117 | 57 |
| Binary | 1111010 | 11010101 | 11001 | 101011 | 0 | 1011000 | 10000 | 1011001 | 1001111 | 101111 |
Color Harmonies of #7AD519
Complementary color
Monochromatic Colors of #7AD519
Black with #7AD519
Text Example
Text Example
White with #7AD519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD519; }
p { color: rgb(122,213,25); }
H1.HeaderClassName
{
color: #7AD519;
}
.AnyTagClassName
{
color: #7AD519;
}
</style>
background-color css
<style>
a { background-color: #7AD519; }
a { background-color: rgb(122,213,25); }
div.DivClassName
{
background-color: #7AD519;
}
.BgClassName
{
background-color: #7AD519;
}
</style>
border-color css
<style>
span { border-color: #7AD519; }
span { border-color: rgb(122,213,25); }
td.TdClassName
{
border-color: #7AD519;
}
.TagClassName
{
border-color: #7AD519;
}
</style>