Shades of Lima #7AD21A
Tints of Lima #7AD21A
RGB
CMYK
RGB Variations
Color information
#7AD21A (or 0x7AD21A) is known color: Lima. HEX triplet: 7A, D2 and 1A. RGB value is (122,210,26). Sum of RGB (Red+Green+Blue) = 122+210+26=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 210 (82.42% from 255 or 58.66% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD21A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD21A is #852DE5. Grayscale: #A3A3A3. Windows color (decimal): -8728038 or 1757818. OLE color: 1757818.
HSL color Cylindrical-coordinate representation of color #7AD21A: hue angle of 88.7º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7AD21A is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 210 | 26 | - |
| CMYK | 0.42 | 0 | 0.88 | 0.18 |
| HSL | 88.7º | 0.78% | 0.46% | - |
| HSV(B) | 88.7º | 0.88% | 0.82% | - |
| XYZ | 31.26 | 50.31 | 9.04 | - |
| YUV | 162.71 | 50.85 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 210 | 26 | 0.42 | 0 | 0.88 | 0.18 | 88.7 | 0.78 | 0.46 |
| Hex | 7A | D2 | 1A | 2A | 0 | 58 | 12 | 59 | 4E | 2E |
| Octal | 172 | 322 | 32 | 52 | 0 | 130 | 22 | 131 | 116 | 56 |
| Binary | 1111010 | 11010010 | 11010 | 101010 | 0 | 1011000 | 10010 | 1011001 | 1001110 | 101110 |
Color Harmonies of #7AD21A
Complementary color
Monochromatic Colors of #7AD21A
Black with #7AD21A
Text Example
Text Example
White with #7AD21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD21A; }
p { color: rgb(122,210,26); }
H1.HeaderClassName
{
color: #7AD21A;
}
.AnyTagClassName
{
color: #7AD21A;
}
</style>
background-color css
<style>
a { background-color: #7AD21A; }
a { background-color: rgb(122,210,26); }
div.DivClassName
{
background-color: #7AD21A;
}
.BgClassName
{
background-color: #7AD21A;
}
</style>
border-color css
<style>
span { border-color: #7AD21A; }
span { border-color: rgb(122,210,26); }
td.TdClassName
{
border-color: #7AD21A;
}
.TagClassName
{
border-color: #7AD21A;
}
</style>