Shades of Lima #7BBC37
Tints of Lima #7BBC37
RGB
CMYK
RGB Variations
Color information
#7BBC37 (or 0x7BBC37) is known color: Lima. HEX triplet: 7B, BC and 37. RGB value is (123,188,55). Sum of RGB (Red+Green+Blue) = 123+188+55=366 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.61% from 366); Green value is 188 (73.83% from 255 or 51.37% from 366); Blue value is 55 (21.88% from 255 or 15.03% from 366); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBC37 is #8443C8. Grayscale: #999999. Windows color (decimal): -8668105 or 3652731. OLE color: 3652731.
HSL color Cylindrical-coordinate representation of color #7BBC37: hue angle of 89.32º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7BBC37 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 55 | - |
| CMYK | 0.35 | 0 | 0.71 | 0.26 |
| HSL | 89.32º | 0.55% | 0.48% | - |
| HSV(B) | 89.32º | 0.71% | 0.74% | - |
| XYZ | 26.84 | 40.45 | 10.01 | - |
| YUV | 153.4 | 72.47 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 55 | 0.35 | 0 | 0.71 | 0.26 | 89.32 | 0.55 | 0.48 |
| Hex | 7B | BC | 37 | 23 | 0 | 47 | 1A | 59 | 37 | 30 |
| Octal | 173 | 274 | 67 | 43 | 0 | 107 | 32 | 131 | 67 | 60 |
| Binary | 1111011 | 10111100 | 110111 | 100011 | 0 | 1000111 | 11010 | 1011001 | 110111 | 110000 |
Color Harmonies of #7BBC37
Complementary color
Monochromatic Colors of #7BBC37
Black with #7BBC37
Text Example
Text Example
White with #7BBC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBC37; }
p { color: rgb(123,188,55); }
H1.HeaderClassName
{
color: #7BBC37;
}
.AnyTagClassName
{
color: #7BBC37;
}
</style>
background-color css
<style>
a { background-color: #7BBC37; }
a { background-color: rgb(123,188,55); }
div.DivClassName
{
background-color: #7BBC37;
}
.BgClassName
{
background-color: #7BBC37;
}
</style>
border-color css
<style>
span { border-color: #7BBC37; }
span { border-color: rgb(123,188,55); }
td.TdClassName
{
border-color: #7BBC37;
}
.TagClassName
{
border-color: #7BBC37;
}
</style>