Shades of Lima #7AD115
Tints of Lima #7AD115
RGB
CMYK
RGB Variations
Color information
#7AD115 (or 0x7AD115) is known color: Lima. HEX triplet: 7A, D1 and 15. RGB value is (122,209,21). Sum of RGB (Red+Green+Blue) = 122+209+21=352 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.66% from 352); Green value is 209 (82.03% from 255 or 59.38% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 209 - color contains mainly: green. Hex color #7AD115 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD115 is #852EEA. Grayscale: #A2A2A2. Windows color (decimal): -8728299 or 1429882. OLE color: 1429882.
HSL color Cylindrical-coordinate representation of color #7AD115: hue angle of 87.77º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7AD115 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 209 | 21 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.18 |
| HSL | 87.77º | 0.82% | 0.45% | - |
| HSV(B) | 87.77º | 0.9% | 0.82% | - |
| XYZ | 30.96 | 49.79 | 8.69 | - |
| YUV | 161.56 | 48.68 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 209 | 21 | 0.42 | 0 | 0.90 | 0.18 | 87.77 | 0.82 | 0.45 |
| Hex | 7A | D1 | 15 | 2A | 0 | 5A | 12 | 58 | 52 | 2D |
| Octal | 172 | 321 | 25 | 52 | 0 | 132 | 22 | 130 | 122 | 55 |
| Binary | 1111010 | 11010001 | 10101 | 101010 | 0 | 1011010 | 10010 | 1011000 | 1010010 | 101101 |
Color Harmonies of #7AD115
Complementary color
Monochromatic Colors of #7AD115
Black with #7AD115
Text Example
Text Example
White with #7AD115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD115; }
p { color: rgb(122,209,21); }
H1.HeaderClassName
{
color: #7AD115;
}
.AnyTagClassName
{
color: #7AD115;
}
</style>
background-color css
<style>
a { background-color: #7AD115; }
a { background-color: rgb(122,209,21); }
div.DivClassName
{
background-color: #7AD115;
}
.BgClassName
{
background-color: #7AD115;
}
</style>
border-color css
<style>
span { border-color: #7AD115; }
span { border-color: rgb(122,209,21); }
td.TdClassName
{
border-color: #7AD115;
}
.TagClassName
{
border-color: #7AD115;
}
</style>