Shades of Lima #7CB133
Tints of Lima #7CB133
RGB
CMYK
RGB Variations
Color information
#7CB133 (or 0x7CB133) is known color: Lima. HEX triplet: 7C, B1 and 33. RGB value is (124,177,51). Sum of RGB (Red+Green+Blue) = 124+177+51=352 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.23% from 352); Green value is 177 (69.53% from 255 or 50.28% from 352); Blue value is 51 (20.31% from 255 or 14.49% from 352); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB133 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CB133 is #834ECC. Grayscale: #939393. Windows color (decimal): -8605389 or 3387772. OLE color: 3387772.
HSL color Cylindrical-coordinate representation of color #7CB133: hue angle of 85.24º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7CB133 is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 177 | 51 | - |
| CMYK | 0.30 | 0 | 0.71 | 0.31 |
| HSL | 85.24º | 0.55% | 0.45% | - |
| HSV(B) | 85.24º | 0.71% | 0.69% | - |
| XYZ | 24.63 | 35.97 | 8.78 | - |
| YUV | 146.79 | 73.94 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 177 | 51 | 0.30 | 0 | 0.71 | 0.31 | 85.24 | 0.55 | 0.45 |
| Hex | 7C | B1 | 33 | 1E | 0 | 47 | 1F | 55 | 37 | 2D |
| Octal | 174 | 261 | 63 | 36 | 0 | 107 | 37 | 125 | 67 | 55 |
| Binary | 1111100 | 10110001 | 110011 | 11110 | 0 | 1000111 | 11111 | 1010101 | 110111 | 101101 |
Color Harmonies of #7CB133
Complementary color
Monochromatic Colors of #7CB133
Black with #7CB133
Text Example
Text Example
White with #7CB133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB133; }
p { color: rgb(124,177,51); }
H1.HeaderClassName
{
color: #7CB133;
}
.AnyTagClassName
{
color: #7CB133;
}
</style>
background-color css
<style>
a { background-color: #7CB133; }
a { background-color: rgb(124,177,51); }
div.DivClassName
{
background-color: #7CB133;
}
.BgClassName
{
background-color: #7CB133;
}
</style>
border-color css
<style>
span { border-color: #7CB133; }
span { border-color: rgb(124,177,51); }
td.TdClassName
{
border-color: #7CB133;
}
.TagClassName
{
border-color: #7CB133;
}
</style>