Shades of Lima #7AD414
Tints of Lima #7AD414
RGB
CMYK
RGB Variations
Color information
#7AD414 (or 0x7AD414) is known color: Lima. HEX triplet: 7A, D4 and 14. RGB value is (122,212,20). Sum of RGB (Red+Green+Blue) = 122+212+20=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 212 (83.20% from 255 or 59.89% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 212 - color contains mainly: green. Hex color #7AD414 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD414 is #852BEB. Grayscale: #A3A3A3. Windows color (decimal): -8727532 or 1365114. OLE color: 1365114.
HSL color Cylindrical-coordinate representation of color #7AD414: hue angle of 88.12º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7AD414 is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 212 | 20 | - |
| CMYK | 0.42 | 0 | 0.91 | 0.17 |
| HSL | 88.13º | 0.83% | 0.45% | - |
| HSV(B) | 88.13º | 0.91% | 0.83% | - |
| XYZ | 31.7 | 51.28 | 8.89 | - |
| YUV | 163.2 | 47.18 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 212 | 20 | 0.42 | 0 | 0.91 | 0.17 | 88.13 | 0.83 | 0.45 |
| Hex | 7A | D4 | 14 | 2A | 0 | 5B | 11 | 58 | 53 | 2D |
| Octal | 172 | 324 | 24 | 52 | 0 | 133 | 21 | 130 | 123 | 55 |
| Binary | 1111010 | 11010100 | 10100 | 101010 | 0 | 1011011 | 10001 | 1011000 | 1010011 | 101101 |
Color Harmonies of #7AD414
Complementary color
Monochromatic Colors of #7AD414
Black with #7AD414
Text Example
Text Example
White with #7AD414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD414; }
p { color: rgb(122,212,20); }
H1.HeaderClassName
{
color: #7AD414;
}
.AnyTagClassName
{
color: #7AD414;
}
</style>
background-color css
<style>
a { background-color: #7AD414; }
a { background-color: rgb(122,212,20); }
div.DivClassName
{
background-color: #7AD414;
}
.BgClassName
{
background-color: #7AD414;
}
</style>
border-color css
<style>
span { border-color: #7AD414; }
span { border-color: rgb(122,212,20); }
td.TdClassName
{
border-color: #7AD414;
}
.TagClassName
{
border-color: #7AD414;
}
</style>