Shades of Lima #7CBD38
Tints of Lima #7CBD38
RGB
CMYK
RGB Variations
Color information
#7CBD38 (or 0x7CBD38) is known color: Lima. HEX triplet: 7C, BD and 38. RGB value is (124,189,56). Sum of RGB (Red+Green+Blue) = 124+189+56=369 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.60% from 369); Green value is 189 (74.22% from 255 or 51.22% from 369); Blue value is 56 (22.27% from 255 or 15.18% from 369); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBD38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBD38 is #8342C7. Grayscale: #9A9A9A. Windows color (decimal): -8602312 or 3718524. OLE color: 3718524.
HSL color Cylindrical-coordinate representation of color #7CBD38: hue angle of 89.32º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7CBD38 is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 189 | 56 | - |
| CMYK | 0.34 | 0 | 0.70 | 0.26 |
| HSL | 89.32º | 0.54% | 0.48% | - |
| HSV(B) | 89.32º | 0.7% | 0.74% | - |
| XYZ | 27.22 | 40.97 | 10.21 | - |
| YUV | 154.4 | 72.47 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 189 | 56 | 0.34 | 0 | 0.70 | 0.26 | 89.32 | 0.54 | 0.48 |
| Hex | 7C | BD | 38 | 22 | 0 | 46 | 1A | 59 | 36 | 30 |
| Octal | 174 | 275 | 70 | 42 | 0 | 106 | 32 | 131 | 66 | 60 |
| Binary | 1111100 | 10111101 | 111000 | 100010 | 0 | 1000110 | 11010 | 1011001 | 110110 | 110000 |
Color Harmonies of #7CBD38
Complementary color
Monochromatic Colors of #7CBD38
Black with #7CBD38
Text Example
Text Example
White with #7CBD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBD38; }
p { color: rgb(124,189,56); }
H1.HeaderClassName
{
color: #7CBD38;
}
.AnyTagClassName
{
color: #7CBD38;
}
</style>
background-color css
<style>
a { background-color: #7CBD38; }
a { background-color: rgb(124,189,56); }
div.DivClassName
{
background-color: #7CBD38;
}
.BgClassName
{
background-color: #7CBD38;
}
</style>
border-color css
<style>
span { border-color: #7CBD38; }
span { border-color: rgb(124,189,56); }
td.TdClassName
{
border-color: #7CBD38;
}
.TagClassName
{
border-color: #7CBD38;
}
</style>