Shades of Lima #7BB911
Tints of Lima #7BB911
RGB
CMYK
RGB Variations
Color information
#7BB911 (or 0x7BB911) is known color: Lima. HEX triplet: 7B, B9 and 11. RGB value is (123,185,17). Sum of RGB (Red+Green+Blue) = 123+185+17=325 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.85% from 325); Green value is 185 (72.66% from 255 or 56.92% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 185 - color contains mainly: green. Hex color #7BB911 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BB911 is #8446EE. Grayscale: #939393. Windows color (decimal): -8668911 or 1161595. OLE color: 1161595.
HSL color Cylindrical-coordinate representation of color #7BB911: hue angle of 82.14º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7BB911 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 185 | 17 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.27 |
| HSL | 82.14º | 0.83% | 0.4% | - |
| HSV(B) | 82.14º | 0.91% | 0.73% | - |
| XYZ | 25.62 | 38.95 | 6.7 | - |
| YUV | 147.31 | 54.46 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 185 | 17 | 0.34 | 0 | 0.91 | 0.27 | 82.14 | 0.83 | 0.4 |
| Hex | 7B | B9 | 11 | 22 | 0 | 5B | 1B | 52 | 53 | 28 |
| Octal | 173 | 271 | 21 | 42 | 0 | 133 | 33 | 122 | 123 | 50 |
| Binary | 1111011 | 10111001 | 10001 | 100010 | 0 | 1011011 | 11011 | 1010010 | 1010011 | 101000 |
Color Harmonies of #7BB911
Complementary color
Monochromatic Colors of #7BB911
Black with #7BB911
Text Example
Text Example
White with #7BB911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB911; }
p { color: rgb(123,185,17); }
H1.HeaderClassName
{
color: #7BB911;
}
.AnyTagClassName
{
color: #7BB911;
}
</style>
background-color css
<style>
a { background-color: #7BB911; }
a { background-color: rgb(123,185,17); }
div.DivClassName
{
background-color: #7BB911;
}
.BgClassName
{
background-color: #7BB911;
}
</style>
border-color css
<style>
span { border-color: #7BB911; }
span { border-color: rgb(123,185,17); }
td.TdClassName
{
border-color: #7BB911;
}
.TagClassName
{
border-color: #7BB911;
}
</style>