Shades of Lima #7BBC31
Tints of Lima #7BBC31
RGB
CMYK
RGB Variations
Color information
#7BBC31 (or 0x7BBC31) is known color: Lima. HEX triplet: 7B, BC and 31. RGB value is (123,188,49). Sum of RGB (Red+Green+Blue) = 123+188+49=360 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.17% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBC31 is #8443CE. Grayscale: #999999. Windows color (decimal): -8668111 or 3259515. OLE color: 3259515.
HSL color Cylindrical-coordinate representation of color #7BBC31: hue angle of 88.06º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7BBC31 is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 49 | - |
| CMYK | 0.35 | 0 | 0.74 | 0.26 |
| HSL | 88.06º | 0.59% | 0.46% | - |
| HSV(B) | 88.06º | 0.74% | 0.74% | - |
| XYZ | 26.71 | 40.4 | 9.3 | - |
| YUV | 152.72 | 69.47 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 49 | 0.35 | 0 | 0.74 | 0.26 | 88.06 | 0.59 | 0.46 |
| Hex | 7B | BC | 31 | 23 | 0 | 4A | 1A | 58 | 3B | 2E |
| Octal | 173 | 274 | 61 | 43 | 0 | 112 | 32 | 130 | 73 | 56 |
| Binary | 1111011 | 10111100 | 110001 | 100011 | 0 | 1001010 | 11010 | 1011000 | 111011 | 101110 |
Color Harmonies of #7BBC31
Complementary color
Monochromatic Colors of #7BBC31
Black with #7BBC31
Text Example
Text Example
White with #7BBC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBC31; }
p { color: rgb(123,188,49); }
H1.HeaderClassName
{
color: #7BBC31;
}
.AnyTagClassName
{
color: #7BBC31;
}
</style>
background-color css
<style>
a { background-color: #7BBC31; }
a { background-color: rgb(123,188,49); }
div.DivClassName
{
background-color: #7BBC31;
}
.BgClassName
{
background-color: #7BBC31;
}
</style>
border-color css
<style>
span { border-color: #7BBC31; }
span { border-color: rgb(123,188,49); }
td.TdClassName
{
border-color: #7BBC31;
}
.TagClassName
{
border-color: #7BBC31;
}
</style>