Shades of Lima #7BBC38
Tints of Lima #7BBC38
RGB
CMYK
RGB Variations
Color information
#7BBC38 (or 0x7BBC38) is known color: Lima. HEX triplet: 7B, BC and 38. RGB value is (123,188,56). Sum of RGB (Red+Green+Blue) = 123+188+56=367 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.51% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 56 (22.27% from 255 or 15.26% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBC38 is #8443C7. Grayscale: #999999. Windows color (decimal): -8668104 or 3718267. OLE color: 3718267.
HSL color Cylindrical-coordinate representation of color #7BBC38: hue angle of 89.55º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7BBC38 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 56 | - |
| CMYK | 0.35 | 0 | 0.70 | 0.26 |
| HSL | 89.55º | 0.54% | 0.48% | - |
| HSV(B) | 89.55º | 0.7% | 0.74% | - |
| XYZ | 26.87 | 40.46 | 10.14 | - |
| YUV | 153.52 | 72.97 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 56 | 0.35 | 0 | 0.70 | 0.26 | 89.55 | 0.54 | 0.48 |
| Hex | 7B | BC | 38 | 23 | 0 | 46 | 1A | 5A | 36 | 30 |
| Octal | 173 | 274 | 70 | 43 | 0 | 106 | 32 | 132 | 66 | 60 |
| Binary | 1111011 | 10111100 | 111000 | 100011 | 0 | 1000110 | 11010 | 1011010 | 110110 | 110000 |
Color Harmonies of #7BBC38
Complementary color
Monochromatic Colors of #7BBC38
Black with #7BBC38
Text Example
Text Example
White with #7BBC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBC38; }
p { color: rgb(123,188,56); }
H1.HeaderClassName
{
color: #7BBC38;
}
.AnyTagClassName
{
color: #7BBC38;
}
</style>
background-color css
<style>
a { background-color: #7BBC38; }
a { background-color: rgb(123,188,56); }
div.DivClassName
{
background-color: #7BBC38;
}
.BgClassName
{
background-color: #7BBC38;
}
</style>
border-color css
<style>
span { border-color: #7BBC38; }
span { border-color: rgb(123,188,56); }
td.TdClassName
{
border-color: #7BBC38;
}
.TagClassName
{
border-color: #7BBC38;
}
</style>