Shades of Lima #7EC12A
Tints of Lima #7EC12A
RGB
CMYK
RGB Variations
Color information
#7EC12A (or 0x7EC12A) is known color: Lima. HEX triplet: 7E, C1 and 2A. RGB value is (126,193,42). Sum of RGB (Red+Green+Blue) = 126+193+42=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 193 (75.78% from 255 or 53.46% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC12A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC12A is #813ED5. Grayscale: #9C9C9C. Windows color (decimal): -8470230 or 2802046. OLE color: 2802046.
HSL color Cylindrical-coordinate representation of color #7EC12A: hue angle of 86.62º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7EC12A is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 193 | 42 | - |
| CMYK | 0.35 | 0 | 0.78 | 0.24 |
| HSL | 86.62º | 0.64% | 0.46% | - |
| HSV(B) | 86.62º | 0.78% | 0.76% | - |
| XYZ | 28.09 | 42.74 | 8.96 | - |
| YUV | 155.75 | 63.8 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 193 | 42 | 0.35 | 0 | 0.78 | 0.24 | 86.62 | 0.64 | 0.46 |
| Hex | 7E | C1 | 2A | 23 | 0 | 4E | 18 | 57 | 40 | 2E |
| Octal | 176 | 301 | 52 | 43 | 0 | 116 | 30 | 127 | 100 | 56 |
| Binary | 1111110 | 11000001 | 101010 | 100011 | 0 | 1001110 | 11000 | 1010111 | 1000000 | 101110 |
Color Harmonies of #7EC12A
Complementary color
Monochromatic Colors of #7EC12A
Black with #7EC12A
Text Example
Text Example
White with #7EC12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC12A; }
p { color: rgb(126,193,42); }
H1.HeaderClassName
{
color: #7EC12A;
}
.AnyTagClassName
{
color: #7EC12A;
}
</style>
background-color css
<style>
a { background-color: #7EC12A; }
a { background-color: rgb(126,193,42); }
div.DivClassName
{
background-color: #7EC12A;
}
.BgClassName
{
background-color: #7EC12A;
}
</style>
border-color css
<style>
span { border-color: #7EC12A; }
span { border-color: rgb(126,193,42); }
td.TdClassName
{
border-color: #7EC12A;
}
.TagClassName
{
border-color: #7EC12A;
}
</style>