Shades of Lima #7CBC26
Tints of Lima #7CBC26
RGB
CMYK
RGB Variations
Color information
#7CBC26 (or 0x7CBC26) is known color: Lima. HEX triplet: 7C, BC and 26. RGB value is (124,188,38). Sum of RGB (Red+Green+Blue) = 124+188+38=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 38 (15.23% from 255 or 10.86% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBC26 is #8343D9. Grayscale: #989898. Windows color (decimal): -8602586 or 2538620. OLE color: 2538620.
HSL color Cylindrical-coordinate representation of color #7CBC26: hue angle of 85.6º 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 #7CBC26 is Cyan = 0.34, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 188 | 38 | - |
| CMYK | 0.34 | 0 | 0.80 | 0.26 |
| HSL | 85.6º | 0.66% | 0.44% | - |
| HSV(B) | 85.6º | 0.8% | 0.74% | - |
| XYZ | 26.65 | 40.39 | 8.23 | - |
| YUV | 151.76 | 63.8 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 188 | 38 | 0.34 | 0 | 0.80 | 0.26 | 85.6 | 0.66 | 0.44 |
| Hex | 7C | BC | 26 | 22 | 0 | 50 | 1A | 56 | 42 | 2C |
| Octal | 174 | 274 | 46 | 42 | 0 | 120 | 32 | 126 | 102 | 54 |
| Binary | 1111100 | 10111100 | 100110 | 100010 | 0 | 1010000 | 11010 | 1010110 | 1000010 | 101100 |
Color Harmonies of #7CBC26
Complementary color
Monochromatic Colors of #7CBC26
Black with #7CBC26
Text Example
Text Example
White with #7CBC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBC26; }
p { color: rgb(124,188,38); }
H1.HeaderClassName
{
color: #7CBC26;
}
.AnyTagClassName
{
color: #7CBC26;
}
</style>
background-color css
<style>
a { background-color: #7CBC26; }
a { background-color: rgb(124,188,38); }
div.DivClassName
{
background-color: #7CBC26;
}
.BgClassName
{
background-color: #7CBC26;
}
</style>
border-color css
<style>
span { border-color: #7CBC26; }
span { border-color: rgb(124,188,38); }
td.TdClassName
{
border-color: #7CBC26;
}
.TagClassName
{
border-color: #7CBC26;
}
</style>