Shades of Lima #7CBB29
Tints of Lima #7CBB29
RGB
CMYK
RGB Variations
Color information
#7CBB29 (or 0x7CBB29) is known color: Lima. HEX triplet: 7C, BB and 29. RGB value is (124,187,41). Sum of RGB (Red+Green+Blue) = 124+187+41=352 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.23% from 352); Green value is 187 (73.44% from 255 or 53.12% from 352); Blue value is 41 (16.41% from 255 or 11.65% from 352); Max value from RGB is 187 - color contains mainly: green. Hex color #7CBB29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBB29 is #8344D6. Grayscale: #989898. Windows color (decimal): -8602839 or 2734972. OLE color: 2734972.
HSL color Cylindrical-coordinate representation of color #7CBB29: hue angle of 85.89º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7CBB29 is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 187 | 41 | - |
| CMYK | 0.34 | 0 | 0.78 | 0.27 |
| HSL | 85.89º | 0.64% | 0.45% | - |
| HSV(B) | 85.89º | 0.78% | 0.73% | - |
| XYZ | 26.48 | 39.99 | 8.42 | - |
| YUV | 151.52 | 65.63 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 187 | 41 | 0.34 | 0 | 0.78 | 0.27 | 85.89 | 0.64 | 0.45 |
| Hex | 7C | BB | 29 | 22 | 0 | 4E | 1B | 56 | 40 | 2D |
| Octal | 174 | 273 | 51 | 42 | 0 | 116 | 33 | 126 | 100 | 55 |
| Binary | 1111100 | 10111011 | 101001 | 100010 | 0 | 1001110 | 11011 | 1010110 | 1000000 | 101101 |
Color Harmonies of #7CBB29
Complementary color
Monochromatic Colors of #7CBB29
Black with #7CBB29
Text Example
Text Example
White with #7CBB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBB29; }
p { color: rgb(124,187,41); }
H1.HeaderClassName
{
color: #7CBB29;
}
.AnyTagClassName
{
color: #7CBB29;
}
</style>
background-color css
<style>
a { background-color: #7CBB29; }
a { background-color: rgb(124,187,41); }
div.DivClassName
{
background-color: #7CBB29;
}
.BgClassName
{
background-color: #7CBB29;
}
</style>
border-color css
<style>
span { border-color: #7CBB29; }
span { border-color: rgb(124,187,41); }
td.TdClassName
{
border-color: #7CBB29;
}
.TagClassName
{
border-color: #7CBB29;
}
</style>