Shades of Lima #7CB628
Tints of Lima #7CB628
RGB
CMYK
RGB Variations
Color information
#7CB628 (or 0x7CB628) is known color: Lima. HEX triplet: 7C, B6 and 28. RGB value is (124,182,40). Sum of RGB (Red+Green+Blue) = 124+182+40=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 182 (71.48% from 255 or 52.60% from 346); Blue value is 40 (16.02% from 255 or 11.56% from 346); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB628 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB628 is #8349D7. Grayscale: #949494. Windows color (decimal): -8604120 or 2668156. OLE color: 2668156.
HSL color Cylindrical-coordinate representation of color #7CB628: hue angle of 84.51º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7CB628 is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 182 | 40 | - |
| CMYK | 0.32 | 0 | 0.78 | 0.29 |
| HSL | 84.51º | 0.64% | 0.44% | - |
| HSV(B) | 84.51º | 0.78% | 0.71% | - |
| XYZ | 25.42 | 37.89 | 7.98 | - |
| YUV | 148.47 | 66.78 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 182 | 40 | 0.32 | 0 | 0.78 | 0.29 | 84.51 | 0.64 | 0.44 |
| Hex | 7C | B6 | 28 | 20 | 0 | 4E | 1D | 55 | 40 | 2C |
| Octal | 174 | 266 | 50 | 40 | 0 | 116 | 35 | 125 | 100 | 54 |
| Binary | 1111100 | 10110110 | 101000 | 100000 | 0 | 1001110 | 11101 | 1010101 | 1000000 | 101100 |
Color Harmonies of #7CB628
Complementary color
Monochromatic Colors of #7CB628
Black with #7CB628
Text Example
Text Example
White with #7CB628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB628; }
p { color: rgb(124,182,40); }
H1.HeaderClassName
{
color: #7CB628;
}
.AnyTagClassName
{
color: #7CB628;
}
</style>
background-color css
<style>
a { background-color: #7CB628; }
a { background-color: rgb(124,182,40); }
div.DivClassName
{
background-color: #7CB628;
}
.BgClassName
{
background-color: #7CB628;
}
</style>
border-color css
<style>
span { border-color: #7CB628; }
span { border-color: rgb(124,182,40); }
td.TdClassName
{
border-color: #7CB628;
}
.TagClassName
{
border-color: #7CB628;
}
</style>