Shades of Lima #7ABF20
Tints of Lima #7ABF20
RGB
CMYK
RGB Variations
Color information
#7ABF20 (or 0x7ABF20) is known color: Lima. HEX triplet: 7A, BF and 20. RGB value is (122,191,32). Sum of RGB (Red+Green+Blue) = 122+191+32=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 191 (75% from 255 or 55.36% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABF20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABF20 is #8540DF. Grayscale: #989898. Windows color (decimal): -8732896 or 2146170. OLE color: 2146170.
HSL color Cylindrical-coordinate representation of color #7ABF20: hue angle of 86.04º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7ABF20 is Cyan = 0.36, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 191 | 32 | - |
| CMYK | 0.36 | 0 | 0.83 | 0.25 |
| HSL | 86.04º | 0.71% | 0.44% | - |
| HSV(B) | 86.04º | 0.83% | 0.75% | - |
| XYZ | 26.92 | 41.5 | 7.96 | - |
| YUV | 152.24 | 60.14 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 191 | 32 | 0.36 | 0 | 0.83 | 0.25 | 86.04 | 0.71 | 0.44 |
| Hex | 7A | BF | 20 | 24 | 0 | 53 | 19 | 56 | 47 | 2C |
| Octal | 172 | 277 | 40 | 44 | 0 | 123 | 31 | 126 | 107 | 54 |
| Binary | 1111010 | 10111111 | 100000 | 100100 | 0 | 1010011 | 11001 | 1010110 | 1000111 | 101100 |
Color Harmonies of #7ABF20
Complementary color
Monochromatic Colors of #7ABF20
Black with #7ABF20
Text Example
Text Example
White with #7ABF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABF20; }
p { color: rgb(122,191,32); }
H1.HeaderClassName
{
color: #7ABF20;
}
.AnyTagClassName
{
color: #7ABF20;
}
</style>
background-color css
<style>
a { background-color: #7ABF20; }
a { background-color: rgb(122,191,32); }
div.DivClassName
{
background-color: #7ABF20;
}
.BgClassName
{
background-color: #7ABF20;
}
</style>
border-color css
<style>
span { border-color: #7ABF20; }
span { border-color: rgb(122,191,32); }
td.TdClassName
{
border-color: #7ABF20;
}
.TagClassName
{
border-color: #7ABF20;
}
</style>