Shades of Lima #7EC12D
Tints of Lima #7EC12D
RGB
CMYK
RGB Variations
Color information
#7EC12D (or 0x7EC12D) is known color: Lima. HEX triplet: 7E, C1 and 2D. RGB value is (126,193,45). Sum of RGB (Red+Green+Blue) = 126+193+45=364 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.62% from 364); Green value is 193 (75.78% from 255 or 53.02% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC12D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC12D is #813ED2. Grayscale: #9C9C9C. Windows color (decimal): -8470227 or 2998654. OLE color: 2998654.
HSL color Cylindrical-coordinate representation of color #7EC12D: hue angle of 87.16º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7EC12D is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 193 | 45 | - |
| CMYK | 0.35 | 0 | 0.77 | 0.24 |
| HSL | 87.16º | 0.62% | 0.47% | - |
| HSV(B) | 87.16º | 0.77% | 0.76% | - |
| XYZ | 28.15 | 42.77 | 9.25 | - |
| YUV | 156.1 | 65.3 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 193 | 45 | 0.35 | 0 | 0.77 | 0.24 | 87.16 | 0.62 | 0.47 |
| Hex | 7E | C1 | 2D | 23 | 0 | 4D | 18 | 57 | 3E | 2F |
| Octal | 176 | 301 | 55 | 43 | 0 | 115 | 30 | 127 | 76 | 57 |
| Binary | 1111110 | 11000001 | 101101 | 100011 | 0 | 1001101 | 11000 | 1010111 | 111110 | 101111 |
Color Harmonies of #7EC12D
Complementary color
Monochromatic Colors of #7EC12D
Black with #7EC12D
Text Example
Text Example
White with #7EC12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC12D; }
p { color: rgb(126,193,45); }
H1.HeaderClassName
{
color: #7EC12D;
}
.AnyTagClassName
{
color: #7EC12D;
}
</style>
background-color css
<style>
a { background-color: #7EC12D; }
a { background-color: rgb(126,193,45); }
div.DivClassName
{
background-color: #7EC12D;
}
.BgClassName
{
background-color: #7EC12D;
}
</style>
border-color css
<style>
span { border-color: #7EC12D; }
span { border-color: rgb(126,193,45); }
td.TdClassName
{
border-color: #7EC12D;
}
.TagClassName
{
border-color: #7EC12D;
}
</style>