Shades of Lima #7AD313
Tints of Lima #7AD313
RGB
CMYK
RGB Variations
Color information
#7AD313 (or 0x7AD313) is known color: Lima. HEX triplet: 7A, D3 and 13. RGB value is (122,211,19). Sum of RGB (Red+Green+Blue) = 122+211+19=352 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.66% from 352); Green value is 211 (82.81% from 255 or 59.94% from 352); Blue value is 19 (7.81% from 255 or 5.40% from 352); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD313 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD313 is #852CEC. Grayscale: #A3A3A3. Windows color (decimal): -8727789 or 1299322. OLE color: 1299322.
HSL color Cylindrical-coordinate representation of color #7AD313: hue angle of 87.81º 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 #7AD313 is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 211 | 19 | - |
| CMYK | 0.42 | 0 | 0.91 | 0.17 |
| HSL | 87.81º | 0.83% | 0.45% | - |
| HSV(B) | 87.81º | 0.91% | 0.83% | - |
| XYZ | 31.44 | 50.77 | 8.76 | - |
| YUV | 162.5 | 47.01 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 211 | 19 | 0.42 | 0 | 0.91 | 0.17 | 87.81 | 0.83 | 0.45 |
| Hex | 7A | D3 | 13 | 2A | 0 | 5B | 11 | 58 | 53 | 2D |
| Octal | 172 | 323 | 23 | 52 | 0 | 133 | 21 | 130 | 123 | 55 |
| Binary | 1111010 | 11010011 | 10011 | 101010 | 0 | 1011011 | 10001 | 1011000 | 1010011 | 101101 |
Color Harmonies of #7AD313
Complementary color
Monochromatic Colors of #7AD313
Black with #7AD313
Text Example
Text Example
White with #7AD313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD313; }
p { color: rgb(122,211,19); }
H1.HeaderClassName
{
color: #7AD313;
}
.AnyTagClassName
{
color: #7AD313;
}
</style>
background-color css
<style>
a { background-color: #7AD313; }
a { background-color: rgb(122,211,19); }
div.DivClassName
{
background-color: #7AD313;
}
.BgClassName
{
background-color: #7AD313;
}
</style>
border-color css
<style>
span { border-color: #7AD313; }
span { border-color: rgb(122,211,19); }
td.TdClassName
{
border-color: #7AD313;
}
.TagClassName
{
border-color: #7AD313;
}
</style>