Shades of Lima #7CB627
Tints of Lima #7CB627
RGB
CMYK
RGB Variations
Color information
#7CB627 (or 0x7CB627) is known color: Lima. HEX triplet: 7C, B6 and 27. RGB value is (124,182,39). Sum of RGB (Red+Green+Blue) = 124+182+39=345 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.94% from 345); Green value is 182 (71.48% from 255 or 52.75% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB627 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB627 is #8349D8. Grayscale: #949494. Windows color (decimal): -8604121 or 2602620. OLE color: 2602620.
HSL color Cylindrical-coordinate representation of color #7CB627: hue angle of 84.34º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7CB627 is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 182 | 39 | - |
| CMYK | 0.32 | 0 | 0.79 | 0.29 |
| HSL | 84.34º | 0.65% | 0.43% | - |
| HSV(B) | 84.34º | 0.79% | 0.71% | - |
| XYZ | 25.41 | 37.89 | 7.89 | - |
| YUV | 148.36 | 66.28 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 182 | 39 | 0.32 | 0 | 0.79 | 0.29 | 84.34 | 0.65 | 0.43 |
| Hex | 7C | B6 | 27 | 20 | 0 | 4F | 1D | 54 | 41 | 2B |
| Octal | 174 | 266 | 47 | 40 | 0 | 117 | 35 | 124 | 101 | 53 |
| Binary | 1111100 | 10110110 | 100111 | 100000 | 0 | 1001111 | 11101 | 1010100 | 1000001 | 101011 |
Color Harmonies of #7CB627
Complementary color
Monochromatic Colors of #7CB627
Black with #7CB627
Text Example
Text Example
White with #7CB627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB627; }
p { color: rgb(124,182,39); }
H1.HeaderClassName
{
color: #7CB627;
}
.AnyTagClassName
{
color: #7CB627;
}
</style>
background-color css
<style>
a { background-color: #7CB627; }
a { background-color: rgb(124,182,39); }
div.DivClassName
{
background-color: #7CB627;
}
.BgClassName
{
background-color: #7CB627;
}
</style>
border-color css
<style>
span { border-color: #7CB627; }
span { border-color: rgb(124,182,39); }
td.TdClassName
{
border-color: #7CB627;
}
.TagClassName
{
border-color: #7CB627;
}
</style>