Shades of Lima #7AD317
Tints of Lima #7AD317
RGB
CMYK
RGB Variations
Color information
#7AD317 (or 0x7AD317) is known color: Lima. HEX triplet: 7A, D3 and 17. RGB value is (122,211,23). Sum of RGB (Red+Green+Blue) = 122+211+23=356 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.27% from 356); Green value is 211 (82.81% from 255 or 59.27% from 356); Blue value is 23 (9.38% from 255 or 6.46% from 356); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD317 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD317 is #852CE8. Grayscale: #A3A3A3. Windows color (decimal): -8727785 or 1561466. OLE color: 1561466.
HSL color Cylindrical-coordinate representation of color #7AD317: hue angle of 88.4º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7AD317 is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 211 | 23 | - |
| CMYK | 0.42 | 0 | 0.89 | 0.17 |
| HSL | 88.4º | 0.8% | 0.46% | - |
| HSV(B) | 88.4º | 0.89% | 0.83% | - |
| XYZ | 31.47 | 50.79 | 8.95 | - |
| YUV | 162.96 | 49.01 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 211 | 23 | 0.42 | 0 | 0.89 | 0.17 | 88.4 | 0.8 | 0.46 |
| Hex | 7A | D3 | 17 | 2A | 0 | 59 | 11 | 58 | 50 | 2E |
| Octal | 172 | 323 | 27 | 52 | 0 | 131 | 21 | 130 | 120 | 56 |
| Binary | 1111010 | 11010011 | 10111 | 101010 | 0 | 1011001 | 10001 | 1011000 | 1010000 | 101110 |
Color Harmonies of #7AD317
Complementary color
Monochromatic Colors of #7AD317
Black with #7AD317
Text Example
Text Example
White with #7AD317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD317; }
p { color: rgb(122,211,23); }
H1.HeaderClassName
{
color: #7AD317;
}
.AnyTagClassName
{
color: #7AD317;
}
</style>
background-color css
<style>
a { background-color: #7AD317; }
a { background-color: rgb(122,211,23); }
div.DivClassName
{
background-color: #7AD317;
}
.BgClassName
{
background-color: #7AD317;
}
</style>
border-color css
<style>
span { border-color: #7AD317; }
span { border-color: rgb(122,211,23); }
td.TdClassName
{
border-color: #7AD317;
}
.TagClassName
{
border-color: #7AD317;
}
</style>