Shades of Lima #7EC135
Tints of Lima #7EC135
RGB
CMYK
RGB Variations
Color information
#7EC135 (or 0x7EC135) is known color: Lima. HEX triplet: 7E, C1 and 35. RGB value is (126,193,53). Sum of RGB (Red+Green+Blue) = 126+193+53=372 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.87% from 372); Green value is 193 (75.78% from 255 or 51.88% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC135 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC135 is #813ECA. Grayscale: #9D9D9D. Windows color (decimal): -8470219 or 3522942. OLE color: 3522942.
HSL color Cylindrical-coordinate representation of color #7EC135: hue angle of 88.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7EC135 is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 193 | 53 | - |
| CMYK | 0.35 | 0 | 0.73 | 0.24 |
| HSL | 88.71º | 0.57% | 0.48% | - |
| HSV(B) | 88.71º | 0.73% | 0.76% | - |
| XYZ | 28.32 | 42.83 | 10.14 | - |
| YUV | 157.01 | 69.3 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 193 | 53 | 0.35 | 0 | 0.73 | 0.24 | 88.71 | 0.57 | 0.48 |
| Hex | 7E | C1 | 35 | 23 | 0 | 49 | 18 | 59 | 39 | 30 |
| Octal | 176 | 301 | 65 | 43 | 0 | 111 | 30 | 131 | 71 | 60 |
| Binary | 1111110 | 11000001 | 110101 | 100011 | 0 | 1001001 | 11000 | 1011001 | 111001 | 110000 |
Color Harmonies of #7EC135
Complementary color
Monochromatic Colors of #7EC135
Black with #7EC135
Text Example
Text Example
White with #7EC135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC135; }
p { color: rgb(126,193,53); }
H1.HeaderClassName
{
color: #7EC135;
}
.AnyTagClassName
{
color: #7EC135;
}
</style>
background-color css
<style>
a { background-color: #7EC135; }
a { background-color: rgb(126,193,53); }
div.DivClassName
{
background-color: #7EC135;
}
.BgClassName
{
background-color: #7EC135;
}
</style>
border-color css
<style>
span { border-color: #7EC135; }
span { border-color: rgb(126,193,53); }
td.TdClassName
{
border-color: #7EC135;
}
.TagClassName
{
border-color: #7EC135;
}
</style>