Shades of Lima #7AD017
Tints of Lima #7AD017
RGB
CMYK
RGB Variations
Color information
#7AD017 (or 0x7AD017) is known color: Lima. HEX triplet: 7A, D0 and 17. RGB value is (122,208,23). Sum of RGB (Red+Green+Blue) = 122+208+23=353 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.56% from 353); Green value is 208 (81.64% from 255 or 58.92% from 353); Blue value is 23 (9.38% from 255 or 6.52% from 353); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD017 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD017 is #852FE8. Grayscale: #A1A1A1. Windows color (decimal): -8728553 or 1560698. OLE color: 1560698.
HSL color Cylindrical-coordinate representation of color #7AD017: hue angle of 87.89º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7AD017 is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 208 | 23 | - |
| CMYK | 0.41 | 0 | 0.89 | 0.18 |
| HSL | 87.89º | 0.8% | 0.45% | - |
| HSV(B) | 87.89º | 0.89% | 0.82% | - |
| XYZ | 30.74 | 49.31 | 8.71 | - |
| YUV | 161.2 | 50.01 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 208 | 23 | 0.41 | 0 | 0.89 | 0.18 | 87.89 | 0.8 | 0.45 |
| Hex | 7A | D0 | 17 | 29 | 0 | 59 | 12 | 58 | 50 | 2D |
| Octal | 172 | 320 | 27 | 51 | 0 | 131 | 22 | 130 | 120 | 55 |
| Binary | 1111010 | 11010000 | 10111 | 101001 | 0 | 1011001 | 10010 | 1011000 | 1010000 | 101101 |
Color Harmonies of #7AD017
Complementary color
Monochromatic Colors of #7AD017
Black with #7AD017
Text Example
Text Example
White with #7AD017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD017; }
p { color: rgb(122,208,23); }
H1.HeaderClassName
{
color: #7AD017;
}
.AnyTagClassName
{
color: #7AD017;
}
</style>
background-color css
<style>
a { background-color: #7AD017; }
a { background-color: rgb(122,208,23); }
div.DivClassName
{
background-color: #7AD017;
}
.BgClassName
{
background-color: #7AD017;
}
</style>
border-color css
<style>
span { border-color: #7AD017; }
span { border-color: rgb(122,208,23); }
td.TdClassName
{
border-color: #7AD017;
}
.TagClassName
{
border-color: #7AD017;
}
</style>