Shades of Lima #7BB211
Tints of Lima #7BB211
RGB
CMYK
RGB Variations
Color information
#7BB211 (or 0x7BB211) is known color: Lima. HEX triplet: 7B, B2 and 11. RGB value is (123,178,17). Sum of RGB (Red+Green+Blue) = 123+178+17=318 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.68% from 318); Green value is 178 (69.92% from 255 or 55.97% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 178 - color contains mainly: green. Hex color #7BB211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BB211 is #844DEE. Grayscale: #8F8F8F. Windows color (decimal): -8670703 or 1159803. OLE color: 1159803.
HSL color Cylindrical-coordinate representation of color #7BB211: hue angle of 80.5º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7BB211 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 123 | 178 | 17 | - |
| CMYK | 0.31 | 0 | 0.90 | 0.30 |
| HSL | 80.5º | 0.83% | 0.38% | - |
| HSV(B) | 80.5º | 0.9% | 0.7% | - |
| XYZ | 24.19 | 36.09 | 6.22 | - |
| YUV | 143.2 | 56.78 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 178 | 17 | 0.31 | 0 | 0.90 | 0.30 | 80.5 | 0.83 | 0.38 |
| Hex | 7B | B2 | 11 | 1F | 0 | 5A | 1E | 50 | 53 | 26 |
| Octal | 173 | 262 | 21 | 37 | 0 | 132 | 36 | 120 | 123 | 46 |
| Binary | 1111011 | 10110010 | 10001 | 11111 | 0 | 1011010 | 11110 | 1010000 | 1010011 | 100110 |
Color Harmonies of #7BB211
Complementary color
Monochromatic Colors of #7BB211
Black with #7BB211
Text Example
Text Example
White with #7BB211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB211; }
p { color: rgb(123,178,17); }
H1.HeaderClassName
{
color: #7BB211;
}
.AnyTagClassName
{
color: #7BB211;
}
</style>
background-color css
<style>
a { background-color: #7BB211; }
a { background-color: rgb(123,178,17); }
div.DivClassName
{
background-color: #7BB211;
}
.BgClassName
{
background-color: #7BB211;
}
</style>
border-color css
<style>
span { border-color: #7BB211; }
span { border-color: rgb(123,178,17); }
td.TdClassName
{
border-color: #7BB211;
}
.TagClassName
{
border-color: #7BB211;
}
</style>