Shades of Lima #7BBC26
Tints of Lima #7BBC26
RGB
CMYK
RGB Variations
Color information
#7BBC26 (or 0x7BBC26) is known color: Lima. HEX triplet: 7B, BC and 26. RGB value is (123,188,38). Sum of RGB (Red+Green+Blue) = 123+188+38=349 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.24% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 38 (15.23% from 255 or 10.89% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBC26 is #8443D9. Grayscale: #989898. Windows color (decimal): -8668122 or 2538619. OLE color: 2538619.
HSL color Cylindrical-coordinate representation of color #7BBC26: hue angle of 86º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7BBC26 is Cyan = 0.35, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 38 | - |
| CMYK | 0.35 | 0 | 0.80 | 0.26 |
| HSL | 86º | 0.66% | 0.44% | - |
| HSV(B) | 86º | 0.8% | 0.74% | - |
| XYZ | 26.5 | 40.32 | 8.22 | - |
| YUV | 151.47 | 63.97 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 38 | 0.35 | 0 | 0.80 | 0.26 | 86 | 0.66 | 0.44 |
| Hex | 7B | BC | 26 | 23 | 0 | 50 | 1A | 56 | 42 | 2C |
| Octal | 173 | 274 | 46 | 43 | 0 | 120 | 32 | 126 | 102 | 54 |
| Binary | 1111011 | 10111100 | 100110 | 100011 | 0 | 1010000 | 11010 | 1010110 | 1000010 | 101100 |
Color Harmonies of #7BBC26
Complementary color
Monochromatic Colors of #7BBC26
Black with #7BBC26
Text Example
Text Example
White with #7BBC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBC26; }
p { color: rgb(123,188,38); }
H1.HeaderClassName
{
color: #7BBC26;
}
.AnyTagClassName
{
color: #7BBC26;
}
</style>
background-color css
<style>
a { background-color: #7BBC26; }
a { background-color: rgb(123,188,38); }
div.DivClassName
{
background-color: #7BBC26;
}
.BgClassName
{
background-color: #7BBC26;
}
</style>
border-color css
<style>
span { border-color: #7BBC26; }
span { border-color: rgb(123,188,38); }
td.TdClassName
{
border-color: #7BBC26;
}
.TagClassName
{
border-color: #7BBC26;
}
</style>