Shades of Lima #7EC912
Tints of Lima #7EC912
RGB
CMYK
RGB Variations
Color information
#7EC912 (or 0x7EC912) is known color: Lima. HEX triplet: 7E, C9 and 12. RGB value is (126,201,18). Sum of RGB (Red+Green+Blue) = 126+201+18=345 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.52% from 345); Green value is 201 (78.91% from 255 or 58.26% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 201 - color contains mainly: green. Hex color #7EC912 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC912 is #8136ED. Grayscale: #9E9E9E. Windows color (decimal): -8468206 or 1231230. OLE color: 1231230.
HSL color Cylindrical-coordinate representation of color #7EC912: hue angle of 84.59º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7EC912 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 201 | 18 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.21 |
| HSL | 84.59º | 0.84% | 0.43% | - |
| HSV(B) | 84.59º | 0.91% | 0.79% | - |
| XYZ | 29.6 | 46.25 | 7.94 | - |
| YUV | 157.71 | 49.15 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 201 | 18 | 0.37 | 0 | 0.91 | 0.21 | 84.59 | 0.84 | 0.43 |
| Hex | 7E | C9 | 12 | 25 | 0 | 5B | 15 | 55 | 54 | 2B |
| Octal | 176 | 311 | 22 | 45 | 0 | 133 | 25 | 125 | 124 | 53 |
| Binary | 1111110 | 11001001 | 10010 | 100101 | 0 | 1011011 | 10101 | 1010101 | 1010100 | 101011 |
Color Harmonies of #7EC912
Complementary color
Monochromatic Colors of #7EC912
Black with #7EC912
Text Example
Text Example
White with #7EC912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC912; }
p { color: rgb(126,201,18); }
H1.HeaderClassName
{
color: #7EC912;
}
.AnyTagClassName
{
color: #7EC912;
}
</style>
background-color css
<style>
a { background-color: #7EC912; }
a { background-color: rgb(126,201,18); }
div.DivClassName
{
background-color: #7EC912;
}
.BgClassName
{
background-color: #7EC912;
}
</style>
border-color css
<style>
span { border-color: #7EC912; }
span { border-color: rgb(126,201,18); }
td.TdClassName
{
border-color: #7EC912;
}
.TagClassName
{
border-color: #7EC912;
}
</style>