Shades of Lima #7CB42E
Tints of Lima #7CB42E
RGB
CMYK
RGB Variations
Color information
#7CB42E (or 0x7CB42E) is known color: Lima. HEX triplet: 7C, B4 and 2E. RGB value is (124,180,46). Sum of RGB (Red+Green+Blue) = 124+180+46=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 180 (70.70% from 255 or 51.43% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB42E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB42E is #834BD1. Grayscale: #949494. Windows color (decimal): -8604626 or 3060860. OLE color: 3060860.
HSL color Cylindrical-coordinate representation of color #7CB42E: hue angle of 85.07º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7CB42E is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 180 | 46 | - |
| CMYK | 0.31 | 0 | 0.74 | 0.29 |
| HSL | 85.07º | 0.59% | 0.44% | - |
| HSV(B) | 85.07º | 0.74% | 0.71% | - |
| XYZ | 25.13 | 37.12 | 8.43 | - |
| YUV | 147.98 | 70.45 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 180 | 46 | 0.31 | 0 | 0.74 | 0.29 | 85.07 | 0.59 | 0.44 |
| Hex | 7C | B4 | 2E | 1F | 0 | 4A | 1D | 55 | 3B | 2C |
| Octal | 174 | 264 | 56 | 37 | 0 | 112 | 35 | 125 | 73 | 54 |
| Binary | 1111100 | 10110100 | 101110 | 11111 | 0 | 1001010 | 11101 | 1010101 | 111011 | 101100 |
Color Harmonies of #7CB42E
Complementary color
Monochromatic Colors of #7CB42E
Black with #7CB42E
Text Example
Text Example
White with #7CB42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB42E; }
p { color: rgb(124,180,46); }
H1.HeaderClassName
{
color: #7CB42E;
}
.AnyTagClassName
{
color: #7CB42E;
}
</style>
background-color css
<style>
a { background-color: #7CB42E; }
a { background-color: rgb(124,180,46); }
div.DivClassName
{
background-color: #7CB42E;
}
.BgClassName
{
background-color: #7CB42E;
}
</style>
border-color css
<style>
span { border-color: #7CB42E; }
span { border-color: rgb(124,180,46); }
td.TdClassName
{
border-color: #7CB42E;
}
.TagClassName
{
border-color: #7CB42E;
}
</style>