Shades of Lima #7EC130
Tints of Lima #7EC130
RGB
CMYK
RGB Variations
Color information
#7EC130 (or 0x7EC130) is known color: Lima. HEX triplet: 7E, C1 and 30. RGB value is (126,193,48). Sum of RGB (Red+Green+Blue) = 126+193+48=367 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.33% from 367); Green value is 193 (75.78% from 255 or 52.59% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC130 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC130 is #813ECF. Grayscale: #9C9C9C. Windows color (decimal): -8470224 or 3195262. OLE color: 3195262.
HSL color Cylindrical-coordinate representation of color #7EC130: hue angle of 87.72º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7EC130 is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 193 | 48 | - |
| CMYK | 0.35 | 0 | 0.75 | 0.24 |
| HSL | 87.72º | 0.6% | 0.47% | - |
| HSV(B) | 87.72º | 0.75% | 0.76% | - |
| XYZ | 28.21 | 42.79 | 9.57 | - |
| YUV | 156.44 | 66.8 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 193 | 48 | 0.35 | 0 | 0.75 | 0.24 | 87.72 | 0.6 | 0.47 |
| Hex | 7E | C1 | 30 | 23 | 0 | 4B | 18 | 58 | 3C | 2F |
| Octal | 176 | 301 | 60 | 43 | 0 | 113 | 30 | 130 | 74 | 57 |
| Binary | 1111110 | 11000001 | 110000 | 100011 | 0 | 1001011 | 11000 | 1011000 | 111100 | 101111 |
Color Harmonies of #7EC130
Complementary color
Monochromatic Colors of #7EC130
Black with #7EC130
Text Example
Text Example
White with #7EC130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC130; }
p { color: rgb(126,193,48); }
H1.HeaderClassName
{
color: #7EC130;
}
.AnyTagClassName
{
color: #7EC130;
}
</style>
background-color css
<style>
a { background-color: #7EC130; }
a { background-color: rgb(126,193,48); }
div.DivClassName
{
background-color: #7EC130;
}
.BgClassName
{
background-color: #7EC130;
}
</style>
border-color css
<style>
span { border-color: #7EC130; }
span { border-color: rgb(126,193,48); }
td.TdClassName
{
border-color: #7EC130;
}
.TagClassName
{
border-color: #7EC130;
}
</style>