Shades of Lima #7ABD1B
Tints of Lima #7ABD1B
RGB
CMYK
RGB Variations
Color information
#7ABD1B (or 0x7ABD1B) is known color: Lima. HEX triplet: 7A, BD and 1B. RGB value is (122,189,27). Sum of RGB (Red+Green+Blue) = 122+189+27=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 189 (74.22% from 255 or 55.92% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABD1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABD1B is #8542E4. Grayscale: #979797. Windows color (decimal): -8733413 or 1817978. OLE color: 1817978.
HSL color Cylindrical-coordinate representation of color #7ABD1B: hue angle of 84.81º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7ABD1B is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 189 | 27 | - |
| CMYK | 0.35 | 0 | 0.86 | 0.26 |
| HSL | 84.81º | 0.75% | 0.42% | - |
| HSV(B) | 84.81º | 0.86% | 0.74% | - |
| XYZ | 26.42 | 40.61 | 7.48 | - |
| YUV | 150.5 | 58.3 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 189 | 27 | 0.35 | 0 | 0.86 | 0.26 | 84.81 | 0.75 | 0.42 |
| Hex | 7A | BD | 1B | 23 | 0 | 56 | 1A | 55 | 4B | 2A |
| Octal | 172 | 275 | 33 | 43 | 0 | 126 | 32 | 125 | 113 | 52 |
| Binary | 1111010 | 10111101 | 11011 | 100011 | 0 | 1010110 | 11010 | 1010101 | 1001011 | 101010 |
Color Harmonies of #7ABD1B
Complementary color
Monochromatic Colors of #7ABD1B
Black with #7ABD1B
Text Example
Text Example
White with #7ABD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABD1B; }
p { color: rgb(122,189,27); }
H1.HeaderClassName
{
color: #7ABD1B;
}
.AnyTagClassName
{
color: #7ABD1B;
}
</style>
background-color css
<style>
a { background-color: #7ABD1B; }
a { background-color: rgb(122,189,27); }
div.DivClassName
{
background-color: #7ABD1B;
}
.BgClassName
{
background-color: #7ABD1B;
}
</style>
border-color css
<style>
span { border-color: #7ABD1B; }
span { border-color: rgb(122,189,27); }
td.TdClassName
{
border-color: #7ABD1B;
}
.TagClassName
{
border-color: #7ABD1B;
}
</style>