Shades of Lima #7AD418
Tints of Lima #7AD418
RGB
CMYK
RGB Variations
Color information
#7AD418 (or 0x7AD418) is known color: Lima. HEX triplet: 7A, D4 and 18. RGB value is (122,212,24). Sum of RGB (Red+Green+Blue) = 122+212+24=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 212 (83.20% from 255 or 59.22% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 212 - color contains mainly: green. Hex color #7AD418 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD418 is #852BE7. Grayscale: #A4A4A4. Windows color (decimal): -8727528 or 1627258. OLE color: 1627258.
HSL color Cylindrical-coordinate representation of color #7AD418: hue angle of 88.72º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7AD418 is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 212 | 24 | - |
| CMYK | 0.42 | 0 | 0.89 | 0.17 |
| HSL | 88.72º | 0.8% | 0.46% | - |
| HSV(B) | 88.72º | 0.89% | 0.83% | - |
| XYZ | 31.73 | 51.29 | 9.09 | - |
| YUV | 163.66 | 49.18 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 212 | 24 | 0.42 | 0 | 0.89 | 0.17 | 88.72 | 0.8 | 0.46 |
| Hex | 7A | D4 | 18 | 2A | 0 | 59 | 11 | 59 | 50 | 2E |
| Octal | 172 | 324 | 30 | 52 | 0 | 131 | 21 | 131 | 120 | 56 |
| Binary | 1111010 | 11010100 | 11000 | 101010 | 0 | 1011001 | 10001 | 1011001 | 1010000 | 101110 |
Color Harmonies of #7AD418
Complementary color
Monochromatic Colors of #7AD418
Black with #7AD418
Text Example
Text Example
White with #7AD418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD418; }
p { color: rgb(122,212,24); }
H1.HeaderClassName
{
color: #7AD418;
}
.AnyTagClassName
{
color: #7AD418;
}
</style>
background-color css
<style>
a { background-color: #7AD418; }
a { background-color: rgb(122,212,24); }
div.DivClassName
{
background-color: #7AD418;
}
.BgClassName
{
background-color: #7AD418;
}
</style>
border-color css
<style>
span { border-color: #7AD418; }
span { border-color: rgb(122,212,24); }
td.TdClassName
{
border-color: #7AD418;
}
.TagClassName
{
border-color: #7AD418;
}
</style>