Shades of Lima #7EC12F
Tints of Lima #7EC12F
RGB
CMYK
RGB Variations
Color information
#7EC12F (or 0x7EC12F) is known color: Lima. HEX triplet: 7E, C1 and 2F. RGB value is (126,193,47). Sum of RGB (Red+Green+Blue) = 126+193+47=366 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.43% from 366); Green value is 193 (75.78% from 255 or 52.73% from 366); Blue value is 47 (18.75% from 255 or 12.84% from 366); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC12F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC12F is #813ED0. Grayscale: #9C9C9C. Windows color (decimal): -8470225 or 3129726. OLE color: 3129726.
HSL color Cylindrical-coordinate representation of color #7EC12F: hue angle of 87.53º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7EC12F is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 193 | 47 | - |
| CMYK | 0.35 | 0 | 0.76 | 0.24 |
| HSL | 87.53º | 0.61% | 0.47% | - |
| HSV(B) | 87.53º | 0.76% | 0.76% | - |
| XYZ | 28.19 | 42.78 | 9.46 | - |
| YUV | 156.32 | 66.3 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 193 | 47 | 0.35 | 0 | 0.76 | 0.24 | 87.53 | 0.61 | 0.47 |
| Hex | 7E | C1 | 2F | 23 | 0 | 4C | 18 | 58 | 3D | 2F |
| Octal | 176 | 301 | 57 | 43 | 0 | 114 | 30 | 130 | 75 | 57 |
| Binary | 1111110 | 11000001 | 101111 | 100011 | 0 | 1001100 | 11000 | 1011000 | 111101 | 101111 |
Color Harmonies of #7EC12F
Complementary color
Monochromatic Colors of #7EC12F
Black with #7EC12F
Text Example
Text Example
White with #7EC12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC12F; }
p { color: rgb(126,193,47); }
H1.HeaderClassName
{
color: #7EC12F;
}
.AnyTagClassName
{
color: #7EC12F;
}
</style>
background-color css
<style>
a { background-color: #7EC12F; }
a { background-color: rgb(126,193,47); }
div.DivClassName
{
background-color: #7EC12F;
}
.BgClassName
{
background-color: #7EC12F;
}
</style>
border-color css
<style>
span { border-color: #7EC12F; }
span { border-color: rgb(126,193,47); }
td.TdClassName
{
border-color: #7EC12F;
}
.TagClassName
{
border-color: #7EC12F;
}
</style>