Shades of Lima #7EB42C
Tints of Lima #7EB42C
RGB
CMYK
RGB Variations
Color information
#7EB42C (or 0x7EB42C) is known color: Lima. HEX triplet: 7E, B4 and 2C. RGB value is (126,180,44). Sum of RGB (Red+Green+Blue) = 126+180+44=350 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36% from 350); Green value is 180 (70.70% from 255 or 51.43% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 180 - color contains mainly: green. Hex color #7EB42C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EB42C is #814BD3. Grayscale: #949494. Windows color (decimal): -8473556 or 2929790. OLE color: 2929790.
HSL color Cylindrical-coordinate representation of color #7EB42C: hue angle of 83.82º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7EB42C is Cyan = 0.3, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 126 | 180 | 44 | - |
| CMYK | 0.3 | 0 | 0.76 | 0.29 |
| HSL | 83.82º | 0.61% | 0.44% | - |
| HSV(B) | 83.82º | 0.76% | 0.71% | - |
| XYZ | 25.38 | 37.26 | 8.24 | - |
| YUV | 148.35 | 69.11 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 180 | 44 | 0.3 | 0 | 0.76 | 0.29 | 83.82 | 0.61 | 0.44 |
| Hex | 7E | B4 | 2C | 1E | 0 | 4C | 1D | 54 | 3D | 2C |
| Octal | 176 | 264 | 54 | 36 | 0 | 114 | 35 | 124 | 75 | 54 |
| Binary | 1111110 | 10110100 | 101100 | 11110 | 0 | 1001100 | 11101 | 1010100 | 111101 | 101100 |
Color Harmonies of #7EB42C
Complementary color
Monochromatic Colors of #7EB42C
Black with #7EB42C
Text Example
Text Example
White with #7EB42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB42C; }
p { color: rgb(126,180,44); }
H1.HeaderClassName
{
color: #7EB42C;
}
.AnyTagClassName
{
color: #7EB42C;
}
</style>
background-color css
<style>
a { background-color: #7EB42C; }
a { background-color: rgb(126,180,44); }
div.DivClassName
{
background-color: #7EB42C;
}
.BgClassName
{
background-color: #7EB42C;
}
</style>
border-color css
<style>
span { border-color: #7EB42C; }
span { border-color: rgb(126,180,44); }
td.TdClassName
{
border-color: #7EB42C;
}
.TagClassName
{
border-color: #7EB42C;
}
</style>