Shades of Lima #7AD415
Tints of Lima #7AD415
RGB
CMYK
RGB Variations
Color information
#7AD415 (or 0x7AD415) is known color: Lima. HEX triplet: 7A, D4 and 15. RGB value is (122,212,21). Sum of RGB (Red+Green+Blue) = 122+212+21=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 212 (83.20% from 255 or 59.72% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 212 - color contains mainly: green. Hex color #7AD415 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD415 is #852BEA. Grayscale: #A3A3A3. Windows color (decimal): -8727531 or 1430650. OLE color: 1430650.
HSL color Cylindrical-coordinate representation of color #7AD415: hue angle of 88.27º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7AD415 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 212 | 21 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.17 |
| HSL | 88.27º | 0.82% | 0.46% | - |
| HSV(B) | 88.27º | 0.9% | 0.83% | - |
| XYZ | 31.7 | 51.28 | 8.94 | - |
| YUV | 163.32 | 47.68 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 212 | 21 | 0.42 | 0 | 0.90 | 0.17 | 88.27 | 0.82 | 0.46 |
| Hex | 7A | D4 | 15 | 2A | 0 | 5A | 11 | 58 | 52 | 2E |
| Octal | 172 | 324 | 25 | 52 | 0 | 132 | 21 | 130 | 122 | 56 |
| Binary | 1111010 | 11010100 | 10101 | 101010 | 0 | 1011010 | 10001 | 1011000 | 1010010 | 101110 |
Color Harmonies of #7AD415
Complementary color
Monochromatic Colors of #7AD415
Black with #7AD415
Text Example
Text Example
White with #7AD415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD415; }
p { color: rgb(122,212,21); }
H1.HeaderClassName
{
color: #7AD415;
}
.AnyTagClassName
{
color: #7AD415;
}
</style>
background-color css
<style>
a { background-color: #7AD415; }
a { background-color: rgb(122,212,21); }
div.DivClassName
{
background-color: #7AD415;
}
.BgClassName
{
background-color: #7AD415;
}
</style>
border-color css
<style>
span { border-color: #7AD415; }
span { border-color: rgb(122,212,21); }
td.TdClassName
{
border-color: #7AD415;
}
.TagClassName
{
border-color: #7AD415;
}
</style>