Shades of Lima #7CBD39
Tints of Lima #7CBD39
RGB
CMYK
RGB Variations
Color information
#7CBD39 (or 0x7CBD39) is known color: Lima. HEX triplet: 7C, BD and 39. RGB value is (124,189,57). Sum of RGB (Red+Green+Blue) = 124+189+57=370 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.51% from 370); Green value is 189 (74.22% from 255 or 51.08% from 370); Blue value is 57 (22.66% from 255 or 15.41% from 370); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBD39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBD39 is #8342C6. Grayscale: #9A9A9A. Windows color (decimal): -8602311 or 3784060. OLE color: 3784060.
HSL color Cylindrical-coordinate representation of color #7CBD39: hue angle of 89.55º 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 #7CBD39 is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 189 | 57 | - |
| CMYK | 0.34 | 0 | 0.70 | 0.26 |
| HSL | 89.55º | 0.54% | 0.48% | - |
| HSV(B) | 89.55º | 0.7% | 0.74% | - |
| XYZ | 27.25 | 40.98 | 10.34 | - |
| YUV | 154.52 | 72.97 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 189 | 57 | 0.34 | 0 | 0.70 | 0.26 | 89.55 | 0.54 | 0.48 |
| Hex | 7C | BD | 39 | 22 | 0 | 46 | 1A | 5A | 36 | 30 |
| Octal | 174 | 275 | 71 | 42 | 0 | 106 | 32 | 132 | 66 | 60 |
| Binary | 1111100 | 10111101 | 111001 | 100010 | 0 | 1000110 | 11010 | 1011010 | 110110 | 110000 |
Color Harmonies of #7CBD39
Complementary color
Monochromatic Colors of #7CBD39
Black with #7CBD39
Text Example
Text Example
White with #7CBD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBD39; }
p { color: rgb(124,189,57); }
H1.HeaderClassName
{
color: #7CBD39;
}
.AnyTagClassName
{
color: #7CBD39;
}
</style>
background-color css
<style>
a { background-color: #7CBD39; }
a { background-color: rgb(124,189,57); }
div.DivClassName
{
background-color: #7CBD39;
}
.BgClassName
{
background-color: #7CBD39;
}
</style>
border-color css
<style>
span { border-color: #7CBD39; }
span { border-color: rgb(124,189,57); }
td.TdClassName
{
border-color: #7CBD39;
}
.TagClassName
{
border-color: #7CBD39;
}
</style>