Shades of Lima #7ABE2B
Tints of Lima #7ABE2B
RGB
CMYK
RGB Variations
Color information
#7ABE2B (or 0x7ABE2B) is known color: Lima. HEX triplet: 7A, BE and 2B. RGB value is (122,190,43). Sum of RGB (Red+Green+Blue) = 122+190+43=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 190 (74.61% from 255 or 53.52% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABE2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABE2B is #8541D4. Grayscale: #999999. Windows color (decimal): -8733141 or 2866810. OLE color: 2866810.
HSL color Cylindrical-coordinate representation of color #7ABE2B: hue angle of 87.76º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7ABE2B is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
RGB | 122 | 190 | 43 | - |
CMYK | 0.36 | 0 | 0.77 | 0.25 |
HSL | 87.76º | 0.63% | 0.46% | - |
HSV(B) | 87.76º | 0.77% | 0.75% | - |
XYZ | 26.88 | 41.14 | 8.81 | - |
YUV | 152.91 | 65.97 | 105.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 122 | 190 | 43 | 0.36 | 0 | 0.77 | 0.25 | 87.76 | 0.63 | 0.46 |
Hex | 7A | BE | 2B | 24 | 0 | 4D | 19 | 58 | 3F | 2E |
Octal | 172 | 276 | 53 | 44 | 0 | 115 | 31 | 130 | 77 | 56 |
Binary | 1111010 | 10111110 | 101011 | 100100 | 0 | 1001101 | 11001 | 1011000 | 111111 | 101110 |
Color Harmonies of #7ABE2B
Complementary color
Monochromatic Colors of #7ABE2B
Black with #7ABE2B
Text Example
Text Example
White with #7ABE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABE2B; }
p { color: rgb(122,190,43); }
H1.HeaderClassName
{
color: #7ABE2B;
}
.AnyTagClassName
{
color: #7ABE2B;
}
</style>
background-color css
<style>
a { background-color: #7ABE2B; }
a { background-color: rgb(122,190,43); }
div.DivClassName
{
background-color: #7ABE2B;
}
.BgClassName
{
background-color: #7ABE2B;
}
</style>
border-color css
<style>
span { border-color: #7ABE2B; }
span { border-color: rgb(122,190,43); }
td.TdClassName
{
border-color: #7ABE2B;
}
.TagClassName
{
border-color: #7ABE2B;
}
</style>