Shades of Lima #7CBA33
Tints of Lima #7CBA33
RGB
CMYK
RGB Variations
Color information
#7CBA33 (or 0x7CBA33) is known color: Lima. HEX triplet: 7C, BA and 33. RGB value is (124,186,51). Sum of RGB (Red+Green+Blue) = 124+186+51=361 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.35% from 361); Green value is 186 (73.05% from 255 or 51.52% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBA33 is #8345CC. Grayscale: #989898. Windows color (decimal): -8603085 or 3390076. OLE color: 3390076.
HSL color Cylindrical-coordinate representation of color #7CBA33: hue angle of 87.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7CBA33 is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 186 | 51 | - |
| CMYK | 0.33 | 0 | 0.73 | 0.27 |
| HSL | 87.56º | 0.57% | 0.46% | - |
| HSV(B) | 87.56º | 0.73% | 0.73% | - |
| XYZ | 26.47 | 39.64 | 9.39 | - |
| YUV | 152.07 | 70.96 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 186 | 51 | 0.33 | 0 | 0.73 | 0.27 | 87.56 | 0.57 | 0.46 |
| Hex | 7C | BA | 33 | 21 | 0 | 49 | 1B | 58 | 39 | 2E |
| Octal | 174 | 272 | 63 | 41 | 0 | 111 | 33 | 130 | 71 | 56 |
| Binary | 1111100 | 10111010 | 110011 | 100001 | 0 | 1001001 | 11011 | 1011000 | 111001 | 101110 |
Color Harmonies of #7CBA33
Complementary color
Monochromatic Colors of #7CBA33
Black with #7CBA33
Text Example
Text Example
White with #7CBA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBA33; }
p { color: rgb(124,186,51); }
H1.HeaderClassName
{
color: #7CBA33;
}
.AnyTagClassName
{
color: #7CBA33;
}
</style>
background-color css
<style>
a { background-color: #7CBA33; }
a { background-color: rgb(124,186,51); }
div.DivClassName
{
background-color: #7CBA33;
}
.BgClassName
{
background-color: #7CBA33;
}
</style>
border-color css
<style>
span { border-color: #7CBA33; }
span { border-color: rgb(124,186,51); }
td.TdClassName
{
border-color: #7CBA33;
}
.TagClassName
{
border-color: #7CBA33;
}
</style>