Shades of Lima #7BB122
Tints of Lima #7BB122
RGB
CMYK
RGB Variations
Color information
#7BB122 (or 0x7BB122) is known color: Lima. HEX triplet: 7B, B1 and 22. RGB value is (123,177,34). Sum of RGB (Red+Green+Blue) = 123+177+34=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 177 (69.53% from 255 or 52.99% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 177 - color contains mainly: green. Hex color #7BB122 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BB122 is #844EDD. Grayscale: #919191. Windows color (decimal): -8670942 or 2273659. OLE color: 2273659.
HSL color Cylindrical-coordinate representation of color #7BB122: hue angle of 82.66º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7BB122 is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 177 | 34 | - |
| CMYK | 0.31 | 0 | 0.81 | 0.31 |
| HSL | 82.66º | 0.68% | 0.41% | - |
| HSV(B) | 82.66º | 0.81% | 0.69% | - |
| XYZ | 24.18 | 35.77 | 7.14 | - |
| YUV | 144.55 | 65.61 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 177 | 34 | 0.31 | 0 | 0.81 | 0.31 | 82.66 | 0.68 | 0.41 |
| Hex | 7B | B1 | 22 | 1F | 0 | 51 | 1F | 53 | 44 | 29 |
| Octal | 173 | 261 | 42 | 37 | 0 | 121 | 37 | 123 | 104 | 51 |
| Binary | 1111011 | 10110001 | 100010 | 11111 | 0 | 1010001 | 11111 | 1010011 | 1000100 | 101001 |
Color Harmonies of #7BB122
Complementary color
Monochromatic Colors of #7BB122
Black with #7BB122
Text Example
Text Example
White with #7BB122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB122; }
p { color: rgb(123,177,34); }
H1.HeaderClassName
{
color: #7BB122;
}
.AnyTagClassName
{
color: #7BB122;
}
</style>
background-color css
<style>
a { background-color: #7BB122; }
a { background-color: rgb(123,177,34); }
div.DivClassName
{
background-color: #7BB122;
}
.BgClassName
{
background-color: #7BB122;
}
</style>
border-color css
<style>
span { border-color: #7BB122; }
span { border-color: rgb(123,177,34); }
td.TdClassName
{
border-color: #7BB122;
}
.TagClassName
{
border-color: #7BB122;
}
</style>