Shades of Lima #7AD00E
Tints of Lima #7AD00E
RGB
CMYK
RGB Variations
Color information
#7AD00E (or 0x7AD00E) is known color: Lima. HEX triplet: 7A, D0 and 0E. RGB value is (122,208,14). Sum of RGB (Red+Green+Blue) = 122+208+14=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 208 (81.64% from 255 or 60.47% from 344); Blue value is 14 (5.86% from 255 or 4.07% from 344); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD00E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD00E is #852FF1. Grayscale: #A0A0A0. Windows color (decimal): -8728562 or 970874. OLE color: 970874.
HSL color Cylindrical-coordinate representation of color #7AD00E: hue angle of 86.6º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7AD00E is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 208 | 14 | - |
| CMYK | 0.41 | 0 | 0.93 | 0.18 |
| HSL | 86.6º | 0.87% | 0.44% | - |
| HSV(B) | 86.6º | 0.93% | 0.82% | - |
| XYZ | 30.66 | 49.28 | 8.31 | - |
| YUV | 160.17 | 45.51 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 208 | 14 | 0.41 | 0 | 0.93 | 0.18 | 86.6 | 0.87 | 0.44 |
| Hex | 7A | D0 | E | 29 | 0 | 5D | 12 | 57 | 57 | 2C |
| Octal | 172 | 320 | 16 | 51 | 0 | 135 | 22 | 127 | 127 | 54 |
| Binary | 1111010 | 11010000 | 1110 | 101001 | 0 | 1011101 | 10010 | 1010111 | 1010111 | 101100 |
Color Harmonies of #7AD00E
Complementary color
Monochromatic Colors of #7AD00E
Black with #7AD00E
Text Example
Text Example
White with #7AD00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD00E; }
p { color: rgb(122,208,14); }
H1.HeaderClassName
{
color: #7AD00E;
}
.AnyTagClassName
{
color: #7AD00E;
}
</style>
background-color css
<style>
a { background-color: #7AD00E; }
a { background-color: rgb(122,208,14); }
div.DivClassName
{
background-color: #7AD00E;
}
.BgClassName
{
background-color: #7AD00E;
}
</style>
border-color css
<style>
span { border-color: #7AD00E; }
span { border-color: rgb(122,208,14); }
td.TdClassName
{
border-color: #7AD00E;
}
.TagClassName
{
border-color: #7AD00E;
}
</style>