Shades of Lima #7BB522
Tints of Lima #7BB522
RGB
CMYK
RGB Variations
Color information
#7BB522 (or 0x7BB522) is known color: Lima. HEX triplet: 7B, B5 and 22. RGB value is (123,181,34). Sum of RGB (Red+Green+Blue) = 123+181+34=338 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.39% from 338); Green value is 181 (71.09% from 255 or 53.55% from 338); Blue value is 34 (13.67% from 255 or 10.06% from 338); Max value from RGB is 181 - color contains mainly: green. Hex color #7BB522 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BB522 is #844ADD. Grayscale: #939393. Windows color (decimal): -8669918 or 2274683. OLE color: 2274683.
HSL color Cylindrical-coordinate representation of color #7BB522: hue angle of 83.67º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7BB522 is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 181 | 34 | - |
| CMYK | 0.32 | 0 | 0.81 | 0.29 |
| HSL | 83.67º | 0.68% | 0.42% | - |
| HSV(B) | 83.67º | 0.81% | 0.71% | - |
| XYZ | 24.98 | 37.37 | 7.41 | - |
| YUV | 146.9 | 64.28 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 181 | 34 | 0.32 | 0 | 0.81 | 0.29 | 83.67 | 0.68 | 0.42 |
| Hex | 7B | B5 | 22 | 20 | 0 | 51 | 1D | 54 | 44 | 2A |
| Octal | 173 | 265 | 42 | 40 | 0 | 121 | 35 | 124 | 104 | 52 |
| Binary | 1111011 | 10110101 | 100010 | 100000 | 0 | 1010001 | 11101 | 1010100 | 1000100 | 101010 |
Color Harmonies of #7BB522
Complementary color
Monochromatic Colors of #7BB522
Black with #7BB522
Text Example
Text Example
White with #7BB522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB522; }
p { color: rgb(123,181,34); }
H1.HeaderClassName
{
color: #7BB522;
}
.AnyTagClassName
{
color: #7BB522;
}
</style>
background-color css
<style>
a { background-color: #7BB522; }
a { background-color: rgb(123,181,34); }
div.DivClassName
{
background-color: #7BB522;
}
.BgClassName
{
background-color: #7BB522;
}
</style>
border-color css
<style>
span { border-color: #7BB522; }
span { border-color: rgb(123,181,34); }
td.TdClassName
{
border-color: #7BB522;
}
.TagClassName
{
border-color: #7BB522;
}
</style>