Shades of Lima #7CB130
Tints of Lima #7CB130
RGB
CMYK
RGB Variations
Color information
#7CB130 (or 0x7CB130) is known color: Lima. HEX triplet: 7C, B1 and 30. RGB value is (124,177,48). Sum of RGB (Red+Green+Blue) = 124+177+48=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 177 (69.53% from 255 or 50.72% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CB130 is #834ECF. Grayscale: #929292. Windows color (decimal): -8605392 or 3191164. OLE color: 3191164.
HSL color Cylindrical-coordinate representation of color #7CB130: hue angle of 84.65º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7CB130 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 177 | 48 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.31 |
| HSL | 84.65º | 0.57% | 0.44% | - |
| HSV(B) | 84.65º | 0.73% | 0.69% | - |
| XYZ | 24.57 | 35.94 | 8.44 | - |
| YUV | 146.45 | 72.44 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 177 | 48 | 0.30 | 0 | 0.73 | 0.31 | 84.65 | 0.57 | 0.44 |
| Hex | 7C | B1 | 30 | 1E | 0 | 49 | 1F | 55 | 39 | 2C |
| Octal | 174 | 261 | 60 | 36 | 0 | 111 | 37 | 125 | 71 | 54 |
| Binary | 1111100 | 10110001 | 110000 | 11110 | 0 | 1001001 | 11111 | 1010101 | 111001 | 101100 |
Color Harmonies of #7CB130
Complementary color
Monochromatic Colors of #7CB130
Black with #7CB130
Text Example
Text Example
White with #7CB130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB130; }
p { color: rgb(124,177,48); }
H1.HeaderClassName
{
color: #7CB130;
}
.AnyTagClassName
{
color: #7CB130;
}
</style>
background-color css
<style>
a { background-color: #7CB130; }
a { background-color: rgb(124,177,48); }
div.DivClassName
{
background-color: #7CB130;
}
.BgClassName
{
background-color: #7CB130;
}
</style>
border-color css
<style>
span { border-color: #7CB130; }
span { border-color: rgb(124,177,48); }
td.TdClassName
{
border-color: #7CB130;
}
.TagClassName
{
border-color: #7CB130;
}
</style>