Shades of Lima #7CBC2F
Tints of Lima #7CBC2F
RGB
CMYK
RGB Variations
Color information
#7CBC2F (or 0x7CBC2F) is known color: Lima. HEX triplet: 7C, BC and 2F. RGB value is (124,188,47). Sum of RGB (Red+Green+Blue) = 124+188+47=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 47 (18.75% from 255 or 13.09% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBC2F is #8343D0. Grayscale: #999999. Windows color (decimal): -8602577 or 3128444. OLE color: 3128444.
HSL color Cylindrical-coordinate representation of color #7CBC2F: hue angle of 87.23º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7CBC2F is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 188 | 47 | - |
| CMYK | 0.34 | 0 | 0.75 | 0.26 |
| HSL | 87.23º | 0.6% | 0.46% | - |
| HSV(B) | 87.23º | 0.75% | 0.74% | - |
| XYZ | 26.81 | 40.46 | 9.09 | - |
| YUV | 152.79 | 68.3 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 188 | 47 | 0.34 | 0 | 0.75 | 0.26 | 87.23 | 0.6 | 0.46 |
| Hex | 7C | BC | 2F | 22 | 0 | 4B | 1A | 57 | 3C | 2E |
| Octal | 174 | 274 | 57 | 42 | 0 | 113 | 32 | 127 | 74 | 56 |
| Binary | 1111100 | 10111100 | 101111 | 100010 | 0 | 1001011 | 11010 | 1010111 | 111100 | 101110 |
Color Harmonies of #7CBC2F
Complementary color
Monochromatic Colors of #7CBC2F
Black with #7CBC2F
Text Example
Text Example
White with #7CBC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBC2F; }
p { color: rgb(124,188,47); }
H1.HeaderClassName
{
color: #7CBC2F;
}
.AnyTagClassName
{
color: #7CBC2F;
}
</style>
background-color css
<style>
a { background-color: #7CBC2F; }
a { background-color: rgb(124,188,47); }
div.DivClassName
{
background-color: #7CBC2F;
}
.BgClassName
{
background-color: #7CBC2F;
}
</style>
border-color css
<style>
span { border-color: #7CBC2F; }
span { border-color: rgb(124,188,47); }
td.TdClassName
{
border-color: #7CBC2F;
}
.TagClassName
{
border-color: #7CBC2F;
}
</style>