Shades of Lima #7AD11B
Tints of Lima #7AD11B
RGB
CMYK
RGB Variations
Color information
#7AD11B (or 0x7AD11B) is known color: Lima. HEX triplet: 7A, D1 and 1B. RGB value is (122,209,27). Sum of RGB (Red+Green+Blue) = 122+209+27=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 209 (82.03% from 255 or 58.38% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 209 - color contains mainly: green. Hex color #7AD11B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD11B is #852EE4. Grayscale: #A2A2A2. Windows color (decimal): -8728293 or 1823098. OLE color: 1823098.
HSL color Cylindrical-coordinate representation of color #7AD11B: hue angle of 88.68º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7AD11B is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 209 | 27 | - |
| CMYK | 0.42 | 0 | 0.87 | 0.18 |
| HSL | 88.68º | 0.77% | 0.46% | - |
| HSV(B) | 88.68º | 0.87% | 0.82% | - |
| XYZ | 31.02 | 49.82 | 9.02 | - |
| YUV | 162.24 | 51.68 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 209 | 27 | 0.42 | 0 | 0.87 | 0.18 | 88.68 | 0.77 | 0.46 |
| Hex | 7A | D1 | 1B | 2A | 0 | 57 | 12 | 59 | 4D | 2E |
| Octal | 172 | 321 | 33 | 52 | 0 | 127 | 22 | 131 | 115 | 56 |
| Binary | 1111010 | 11010001 | 11011 | 101010 | 0 | 1010111 | 10010 | 1011001 | 1001101 | 101110 |
Color Harmonies of #7AD11B
Complementary color
Monochromatic Colors of #7AD11B
Black with #7AD11B
Text Example
Text Example
White with #7AD11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD11B; }
p { color: rgb(122,209,27); }
H1.HeaderClassName
{
color: #7AD11B;
}
.AnyTagClassName
{
color: #7AD11B;
}
</style>
background-color css
<style>
a { background-color: #7AD11B; }
a { background-color: rgb(122,209,27); }
div.DivClassName
{
background-color: #7AD11B;
}
.BgClassName
{
background-color: #7AD11B;
}
</style>
border-color css
<style>
span { border-color: #7AD11B; }
span { border-color: rgb(122,209,27); }
td.TdClassName
{
border-color: #7AD11B;
}
.TagClassName
{
border-color: #7AD11B;
}
</style>