Shades of Lima #7CAE2B
Tints of Lima #7CAE2B
RGB
CMYK
RGB Variations
Color information
#7CAE2B (or 0x7CAE2B) is known color: Lima. HEX triplet: 7C, AE and 2B. RGB value is (124,174,43). Sum of RGB (Red+Green+Blue) = 124+174+43=341 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.36% from 341); Green value is 174 (68.36% from 255 or 51.03% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAE2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAE2B is #8351D4. Grayscale: #909090. Windows color (decimal): -8606165 or 2862716. OLE color: 2862716.
HSL color Cylindrical-coordinate representation of color #7CAE2B: hue angle of 82.9º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7CAE2B is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 174 | 43 | - |
| CMYK | 0.29 | 0 | 0.75 | 0.32 |
| HSL | 82.9º | 0.6% | 0.43% | - |
| HSV(B) | 82.9º | 0.75% | 0.68% | - |
| XYZ | 23.88 | 34.73 | 7.73 | - |
| YUV | 144.12 | 70.94 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 174 | 43 | 0.29 | 0 | 0.75 | 0.32 | 82.9 | 0.6 | 0.43 |
| Hex | 7C | AE | 2B | 1D | 0 | 4B | 20 | 53 | 3C | 2B |
| Octal | 174 | 256 | 53 | 35 | 0 | 113 | 40 | 123 | 74 | 53 |
| Binary | 1111100 | 10101110 | 101011 | 11101 | 0 | 1001011 | 100000 | 1010011 | 111100 | 101011 |
Color Harmonies of #7CAE2B
Complementary color
Monochromatic Colors of #7CAE2B
Black with #7CAE2B
Text Example
Text Example
White with #7CAE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAE2B; }
p { color: rgb(124,174,43); }
H1.HeaderClassName
{
color: #7CAE2B;
}
.AnyTagClassName
{
color: #7CAE2B;
}
</style>
background-color css
<style>
a { background-color: #7CAE2B; }
a { background-color: rgb(124,174,43); }
div.DivClassName
{
background-color: #7CAE2B;
}
.BgClassName
{
background-color: #7CAE2B;
}
</style>
border-color css
<style>
span { border-color: #7CAE2B; }
span { border-color: rgb(124,174,43); }
td.TdClassName
{
border-color: #7CAE2B;
}
.TagClassName
{
border-color: #7CAE2B;
}
</style>