Shades of Lima #7CBC22
Tints of Lima #7CBC22
RGB
CMYK
RGB Variations
Color information
#7CBC22 (or 0x7CBC22) is known color: Lima. HEX triplet: 7C, BC and 22. RGB value is (124,188,34). Sum of RGB (Red+Green+Blue) = 124+188+34=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 188 (73.83% from 255 or 54.34% from 346); Blue value is 34 (13.67% from 255 or 9.83% from 346); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBC22 is #8343DD. Grayscale: #979797. Windows color (decimal): -8602590 or 2276476. OLE color: 2276476.
HSL color Cylindrical-coordinate representation of color #7CBC22: hue angle of 84.94º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7CBC22 is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 188 | 34 | - |
| CMYK | 0.34 | 0 | 0.82 | 0.26 |
| HSL | 84.94º | 0.69% | 0.44% | - |
| HSV(B) | 84.94º | 0.82% | 0.74% | - |
| XYZ | 26.58 | 40.37 | 7.9 | - |
| YUV | 151.31 | 61.8 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 188 | 34 | 0.34 | 0 | 0.82 | 0.26 | 84.94 | 0.69 | 0.44 |
| Hex | 7C | BC | 22 | 22 | 0 | 52 | 1A | 55 | 45 | 2C |
| Octal | 174 | 274 | 42 | 42 | 0 | 122 | 32 | 125 | 105 | 54 |
| Binary | 1111100 | 10111100 | 100010 | 100010 | 0 | 1010010 | 11010 | 1010101 | 1000101 | 101100 |
Color Harmonies of #7CBC22
Complementary color
Monochromatic Colors of #7CBC22
Black with #7CBC22
Text Example
Text Example
White with #7CBC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBC22; }
p { color: rgb(124,188,34); }
H1.HeaderClassName
{
color: #7CBC22;
}
.AnyTagClassName
{
color: #7CBC22;
}
</style>
background-color css
<style>
a { background-color: #7CBC22; }
a { background-color: rgb(124,188,34); }
div.DivClassName
{
background-color: #7CBC22;
}
.BgClassName
{
background-color: #7CBC22;
}
</style>
border-color css
<style>
span { border-color: #7CBC22; }
span { border-color: rgb(124,188,34); }
td.TdClassName
{
border-color: #7CBC22;
}
.TagClassName
{
border-color: #7CBC22;
}
</style>