Shades of Lima #7BAD2B
Tints of Lima #7BAD2B
RGB
CMYK
RGB Variations
Color information
#7BAD2B (or 0x7BAD2B) is known color: Lima. HEX triplet: 7B, AD and 2B. RGB value is (123,173,43). Sum of RGB (Red+Green+Blue) = 123+173+43=339 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.28% from 339); Green value is 173 (67.97% from 255 or 51.03% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 173 - color contains mainly: green. Hex color #7BAD2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAD2B is #8452D4. Grayscale: #8F8F8F. Windows color (decimal): -8671957 or 2862459. OLE color: 2862459.
HSL color Cylindrical-coordinate representation of color #7BAD2B: hue angle of 83.08º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7BAD2B is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 173 | 43 | - |
| CMYK | 0.29 | 0 | 0.75 | 0.32 |
| HSL | 83.08º | 0.6% | 0.42% | - |
| HSV(B) | 83.08º | 0.75% | 0.68% | - |
| XYZ | 23.55 | 34.27 | 7.66 | - |
| YUV | 143.23 | 71.44 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 43 | 0.29 | 0 | 0.75 | 0.32 | 83.08 | 0.6 | 0.42 |
| Hex | 7B | AD | 2B | 1D | 0 | 4B | 20 | 53 | 3C | 2A |
| Octal | 173 | 255 | 53 | 35 | 0 | 113 | 40 | 123 | 74 | 52 |
| Binary | 1111011 | 10101101 | 101011 | 11101 | 0 | 1001011 | 100000 | 1010011 | 111100 | 101010 |
Color Harmonies of #7BAD2B
Complementary color
Monochromatic Colors of #7BAD2B
Black with #7BAD2B
Text Example
Text Example
White with #7BAD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAD2B; }
p { color: rgb(123,173,43); }
H1.HeaderClassName
{
color: #7BAD2B;
}
.AnyTagClassName
{
color: #7BAD2B;
}
</style>
background-color css
<style>
a { background-color: #7BAD2B; }
a { background-color: rgb(123,173,43); }
div.DivClassName
{
background-color: #7BAD2B;
}
.BgClassName
{
background-color: #7BAD2B;
}
</style>
border-color css
<style>
span { border-color: #7BAD2B; }
span { border-color: rgb(123,173,43); }
td.TdClassName
{
border-color: #7BAD2B;
}
.TagClassName
{
border-color: #7BAD2B;
}
</style>