Shades of Lima #7CBA38
Tints of Lima #7CBA38
RGB
CMYK
RGB Variations
Color information
#7CBA38 (or 0x7CBA38) is known color: Lima. HEX triplet: 7C, BA and 38. RGB value is (124,186,56). Sum of RGB (Red+Green+Blue) = 124+186+56=366 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.88% from 366); Green value is 186 (73.05% from 255 or 50.82% from 366); Blue value is 56 (22.27% from 255 or 15.30% from 366); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBA38 is #8345C7. Grayscale: #999999. Windows color (decimal): -8603080 or 3717756. OLE color: 3717756.
HSL color Cylindrical-coordinate representation of color #7CBA38: hue angle of 88.62º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7CBA38 is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 186 | 56 | - |
| CMYK | 0.33 | 0 | 0.70 | 0.27 |
| HSL | 88.62º | 0.54% | 0.47% | - |
| HSV(B) | 88.62º | 0.7% | 0.73% | - |
| XYZ | 26.58 | 39.69 | 10 | - |
| YUV | 152.64 | 73.46 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 56 | 0.33 | 0 | 0.70 | 0.27 | 88.62 | 0.54 | 0.47 |
| Hex | 7C | BA | 38 | 21 | 0 | 46 | 1B | 59 | 36 | 2F |
| Octal | 174 | 272 | 70 | 41 | 0 | 106 | 33 | 131 | 66 | 57 |
| Binary | 1111100 | 10111010 | 111000 | 100001 | 0 | 1000110 | 11011 | 1011001 | 110110 | 101111 |
Color Harmonies of #7CBA38
Complementary color
Monochromatic Colors of #7CBA38
Black with #7CBA38
Text Example
Text Example
White with #7CBA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBA38; }
p { color: rgb(124,186,56); }
H1.HeaderClassName
{
color: #7CBA38;
}
.AnyTagClassName
{
color: #7CBA38;
}
</style>
background-color css
<style>
a { background-color: #7CBA38; }
a { background-color: rgb(124,186,56); }
div.DivClassName
{
background-color: #7CBA38;
}
.BgClassName
{
background-color: #7CBA38;
}
</style>
border-color css
<style>
span { border-color: #7CBA38; }
span { border-color: rgb(124,186,56); }
td.TdClassName
{
border-color: #7CBA38;
}
.TagClassName
{
border-color: #7CBA38;
}
</style>