Shades of Lima #7ABE2A
Tints of Lima #7ABE2A
RGB
CMYK
RGB Variations
Color information
#7ABE2A (or 0x7ABE2A) is known color: Lima. HEX triplet: 7A, BE and 2A. RGB value is (122,190,42). Sum of RGB (Red+Green+Blue) = 122+190+42=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 190 (74.61% from 255 or 53.67% from 354); Blue value is 42 (16.80% from 255 or 11.86% from 354); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABE2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABE2A is #8541D5. Grayscale: #999999. Windows color (decimal): -8733142 or 2801274. OLE color: 2801274.
HSL color Cylindrical-coordinate representation of color #7ABE2A: hue angle of 87.57º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7ABE2A is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 190 | 42 | - |
| CMYK | 0.36 | 0 | 0.78 | 0.25 |
| HSL | 87.57º | 0.64% | 0.45% | - |
| HSV(B) | 87.57º | 0.78% | 0.75% | - |
| XYZ | 26.86 | 41.13 | 8.71 | - |
| YUV | 152.8 | 65.47 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 190 | 42 | 0.36 | 0 | 0.78 | 0.25 | 87.57 | 0.64 | 0.45 |
| Hex | 7A | BE | 2A | 24 | 0 | 4E | 19 | 58 | 40 | 2D |
| Octal | 172 | 276 | 52 | 44 | 0 | 116 | 31 | 130 | 100 | 55 |
| Binary | 1111010 | 10111110 | 101010 | 100100 | 0 | 1001110 | 11001 | 1011000 | 1000000 | 101101 |
Color Harmonies of #7ABE2A
Complementary color
Monochromatic Colors of #7ABE2A
Black with #7ABE2A
Text Example
Text Example
White with #7ABE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABE2A; }
p { color: rgb(122,190,42); }
H1.HeaderClassName
{
color: #7ABE2A;
}
.AnyTagClassName
{
color: #7ABE2A;
}
</style>
background-color css
<style>
a { background-color: #7ABE2A; }
a { background-color: rgb(122,190,42); }
div.DivClassName
{
background-color: #7ABE2A;
}
.BgClassName
{
background-color: #7ABE2A;
}
</style>
border-color css
<style>
span { border-color: #7ABE2A; }
span { border-color: rgb(122,190,42); }
td.TdClassName
{
border-color: #7ABE2A;
}
.TagClassName
{
border-color: #7ABE2A;
}
</style>