Shades of Lima #7BBC29
Tints of Lima #7BBC29
RGB
CMYK
RGB Variations
Color information
#7BBC29 (or 0x7BBC29) is known color: Lima. HEX triplet: 7B, BC and 29. RGB value is (123,188,41). Sum of RGB (Red+Green+Blue) = 123+188+41=352 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.94% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 41 (16.41% from 255 or 11.65% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBC29 is #8443D6. Grayscale: #989898. Windows color (decimal): -8668119 or 2735227. OLE color: 2735227.
HSL color Cylindrical-coordinate representation of color #7BBC29: hue angle of 86.53º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7BBC29 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 41 | - |
| CMYK | 0.35 | 0 | 0.78 | 0.26 |
| HSL | 86.53º | 0.64% | 0.45% | - |
| HSV(B) | 86.53º | 0.78% | 0.74% | - |
| XYZ | 26.55 | 40.34 | 8.48 | - |
| YUV | 151.81 | 65.47 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 41 | 0.35 | 0 | 0.78 | 0.26 | 86.53 | 0.64 | 0.45 |
| Hex | 7B | BC | 29 | 23 | 0 | 4E | 1A | 57 | 40 | 2D |
| Octal | 173 | 274 | 51 | 43 | 0 | 116 | 32 | 127 | 100 | 55 |
| Binary | 1111011 | 10111100 | 101001 | 100011 | 0 | 1001110 | 11010 | 1010111 | 1000000 | 101101 |
Color Harmonies of #7BBC29
Complementary color
Monochromatic Colors of #7BBC29
Black with #7BBC29
Text Example
Text Example
White with #7BBC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBC29; }
p { color: rgb(123,188,41); }
H1.HeaderClassName
{
color: #7BBC29;
}
.AnyTagClassName
{
color: #7BBC29;
}
</style>
background-color css
<style>
a { background-color: #7BBC29; }
a { background-color: rgb(123,188,41); }
div.DivClassName
{
background-color: #7BBC29;
}
.BgClassName
{
background-color: #7BBC29;
}
</style>
border-color css
<style>
span { border-color: #7BBC29; }
span { border-color: rgb(123,188,41); }
td.TdClassName
{
border-color: #7BBC29;
}
.TagClassName
{
border-color: #7BBC29;
}
</style>