Shades of Lima #7AD008
Tints of Lima #7AD008
RGB
CMYK
RGB Variations
Color information
#7AD008 (or 0x7AD008) is known color: Lima. HEX triplet: 7A, D0 and 08. RGB value is (122,208,8). Sum of RGB (Red+Green+Blue) = 122+208+8=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 208 (81.64% from 255 or 61.54% from 338); Blue value is 8 (3.52% from 255 or 2.37% from 338); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD008 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD008 is #852FF7. Grayscale: #A0A0A0. Windows color (decimal): -8728568 or 577658. OLE color: 577658.
HSL color Cylindrical-coordinate representation of color #7AD008: hue angle of 85.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7AD008 is Cyan = 0.41, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 208 | 8 | - |
| CMYK | 0.41 | 0 | 0.96 | 0.18 |
| HSL | 85.8º | 0.93% | 0.42% | - |
| HSV(B) | 85.8º | 0.96% | 0.82% | - |
| XYZ | 30.63 | 49.27 | 8.13 | - |
| YUV | 159.49 | 42.51 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 208 | 8 | 0.41 | 0 | 0.96 | 0.18 | 85.8 | 0.93 | 0.42 |
| Hex | 7A | D0 | 8 | 29 | 0 | 60 | 12 | 56 | 5D | 2A |
| Octal | 172 | 320 | 10 | 51 | 0 | 140 | 22 | 126 | 135 | 52 |
| Binary | 1111010 | 11010000 | 1000 | 101001 | 0 | 1100000 | 10010 | 1010110 | 1011101 | 101010 |
Color Harmonies of #7AD008
Complementary color
Monochromatic Colors of #7AD008
Black with #7AD008
Text Example
Text Example
White with #7AD008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD008; }
p { color: rgb(122,208,8); }
H1.HeaderClassName
{
color: #7AD008;
}
.AnyTagClassName
{
color: #7AD008;
}
</style>
background-color css
<style>
a { background-color: #7AD008; }
a { background-color: rgb(122,208,8); }
div.DivClassName
{
background-color: #7AD008;
}
.BgClassName
{
background-color: #7AD008;
}
</style>
border-color css
<style>
span { border-color: #7AD008; }
span { border-color: rgb(122,208,8); }
td.TdClassName
{
border-color: #7AD008;
}
.TagClassName
{
border-color: #7AD008;
}
</style>