Shades of Lima #7CB834
Tints of Lima #7CB834
RGB
CMYK
RGB Variations
Color information
#7CB834 (or 0x7CB834) is known color: Lima. HEX triplet: 7C, B8 and 34. RGB value is (124,184,52). Sum of RGB (Red+Green+Blue) = 124+184+52=360 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.44% from 360); Green value is 184 (72.27% from 255 or 51.11% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB834 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB834 is #8347CB. Grayscale: #979797. Windows color (decimal): -8603596 or 3455100. OLE color: 3455100.
HSL color Cylindrical-coordinate representation of color #7CB834: hue angle of 87.27º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7CB834 is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 184 | 52 | - |
| CMYK | 0.33 | 0 | 0.72 | 0.28 |
| HSL | 87.27º | 0.56% | 0.46% | - |
| HSV(B) | 87.27º | 0.72% | 0.72% | - |
| XYZ | 26.07 | 38.81 | 9.37 | - |
| YUV | 151.01 | 72.12 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 184 | 52 | 0.33 | 0 | 0.72 | 0.28 | 87.27 | 0.56 | 0.46 |
| Hex | 7C | B8 | 34 | 21 | 0 | 48 | 1C | 57 | 38 | 2E |
| Octal | 174 | 270 | 64 | 41 | 0 | 110 | 34 | 127 | 70 | 56 |
| Binary | 1111100 | 10111000 | 110100 | 100001 | 0 | 1001000 | 11100 | 1010111 | 111000 | 101110 |
Color Harmonies of #7CB834
Complementary color
Monochromatic Colors of #7CB834
Black with #7CB834
Text Example
Text Example
White with #7CB834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB834; }
p { color: rgb(124,184,52); }
H1.HeaderClassName
{
color: #7CB834;
}
.AnyTagClassName
{
color: #7CB834;
}
</style>
background-color css
<style>
a { background-color: #7CB834; }
a { background-color: rgb(124,184,52); }
div.DivClassName
{
background-color: #7CB834;
}
.BgClassName
{
background-color: #7CB834;
}
</style>
border-color css
<style>
span { border-color: #7CB834; }
span { border-color: rgb(124,184,52); }
td.TdClassName
{
border-color: #7CB834;
}
.TagClassName
{
border-color: #7CB834;
}
</style>