Shades of Lima #7AD318
Tints of Lima #7AD318
RGB
CMYK
RGB Variations
Color information
#7AD318 (or 0x7AD318) is known color: Lima. HEX triplet: 7A, D3 and 18. RGB value is (122,211,24). Sum of RGB (Red+Green+Blue) = 122+211+24=357 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.17% from 357); Green value is 211 (82.81% from 255 or 59.10% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD318 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD318 is #852CE7. Grayscale: #A3A3A3. Windows color (decimal): -8727784 or 1627002. OLE color: 1627002.
HSL color Cylindrical-coordinate representation of color #7AD318: hue angle of 88.56º 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 #7AD318 is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 211 | 24 | - |
| CMYK | 0.42 | 0 | 0.89 | 0.17 |
| HSL | 88.56º | 0.8% | 0.46% | - |
| HSV(B) | 88.56º | 0.89% | 0.83% | - |
| XYZ | 31.49 | 50.79 | 9.01 | - |
| YUV | 163.07 | 49.51 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 211 | 24 | 0.42 | 0 | 0.89 | 0.17 | 88.56 | 0.8 | 0.46 |
| Hex | 7A | D3 | 18 | 2A | 0 | 59 | 11 | 59 | 50 | 2E |
| Octal | 172 | 323 | 30 | 52 | 0 | 131 | 21 | 131 | 120 | 56 |
| Binary | 1111010 | 11010011 | 11000 | 101010 | 0 | 1011001 | 10001 | 1011001 | 1010000 | 101110 |
Color Harmonies of #7AD318
Complementary color
Monochromatic Colors of #7AD318
Black with #7AD318
Text Example
Text Example
White with #7AD318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD318; }
p { color: rgb(122,211,24); }
H1.HeaderClassName
{
color: #7AD318;
}
.AnyTagClassName
{
color: #7AD318;
}
</style>
background-color css
<style>
a { background-color: #7AD318; }
a { background-color: rgb(122,211,24); }
div.DivClassName
{
background-color: #7AD318;
}
.BgClassName
{
background-color: #7AD318;
}
</style>
border-color css
<style>
span { border-color: #7AD318; }
span { border-color: rgb(122,211,24); }
td.TdClassName
{
border-color: #7AD318;
}
.TagClassName
{
border-color: #7AD318;
}
</style>