Shades of Lima #7AD00C
Tints of Lima #7AD00C
RGB
CMYK
RGB Variations
Color information
#7AD00C (or 0x7AD00C) is known color: Lima. HEX triplet: 7A, D0 and 0C. RGB value is (122,208,12). Sum of RGB (Red+Green+Blue) = 122+208+12=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 208 (81.64% from 255 or 60.82% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD00C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD00C is #852FF3. Grayscale: #A0A0A0. Windows color (decimal): -8728564 or 839802. OLE color: 839802.
HSL color Cylindrical-coordinate representation of color #7AD00C: hue angle of 86.33º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7AD00C is Cyan = 0.41, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 208 | 12 | - |
| CMYK | 0.41 | 0 | 0.94 | 0.18 |
| HSL | 86.33º | 0.89% | 0.43% | - |
| HSV(B) | 86.33º | 0.94% | 0.82% | - |
| XYZ | 30.65 | 49.28 | 8.24 | - |
| YUV | 159.94 | 44.51 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 208 | 12 | 0.41 | 0 | 0.94 | 0.18 | 86.33 | 0.89 | 0.43 |
| Hex | 7A | D0 | C | 29 | 0 | 5E | 12 | 56 | 59 | 2B |
| Octal | 172 | 320 | 14 | 51 | 0 | 136 | 22 | 126 | 131 | 53 |
| Binary | 1111010 | 11010000 | 1100 | 101001 | 0 | 1011110 | 10010 | 1010110 | 1011001 | 101011 |
Color Harmonies of #7AD00C
Complementary color
Monochromatic Colors of #7AD00C
Black with #7AD00C
Text Example
Text Example
White with #7AD00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD00C; }
p { color: rgb(122,208,12); }
H1.HeaderClassName
{
color: #7AD00C;
}
.AnyTagClassName
{
color: #7AD00C;
}
</style>
background-color css
<style>
a { background-color: #7AD00C; }
a { background-color: rgb(122,208,12); }
div.DivClassName
{
background-color: #7AD00C;
}
.BgClassName
{
background-color: #7AD00C;
}
</style>
border-color css
<style>
span { border-color: #7AD00C; }
span { border-color: rgb(122,208,12); }
td.TdClassName
{
border-color: #7AD00C;
}
.TagClassName
{
border-color: #7AD00C;
}
</style>