Shades of Lima #7EC905
Tints of Lima #7EC905
RGB
CMYK
RGB Variations
Color information
#7EC905 (or 0x7EC905) is known color: Lima. HEX triplet: 7E, C9 and 05. RGB value is (126,201,5). Sum of RGB (Red+Green+Blue) = 126+201+5=332 (43% of max value = 765). Red value is 126 (49.61% from 255 or 37.95% from 332); Green value is 201 (78.91% from 255 or 60.54% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 201 - color contains mainly: green. Hex color #7EC905 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC905 is #8136FA. Grayscale: #9C9C9C. Windows color (decimal): -8468219 or 379262. OLE color: 379262.
HSL color Cylindrical-coordinate representation of color #7EC905: hue angle of 82.96º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7EC905 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 201 | 5 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.21 |
| HSL | 82.96º | 0.95% | 0.4% | - |
| HSV(B) | 82.96º | 0.98% | 0.79% | - |
| XYZ | 29.52 | 46.22 | 7.51 | - |
| YUV | 156.23 | 42.65 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 201 | 5 | 0.37 | 0 | 0.98 | 0.21 | 82.96 | 0.95 | 0.4 |
| Hex | 7E | C9 | 5 | 25 | 0 | 62 | 15 | 53 | 5F | 28 |
| Octal | 176 | 311 | 5 | 45 | 0 | 142 | 25 | 123 | 137 | 50 |
| Binary | 1111110 | 11001001 | 101 | 100101 | 0 | 1100010 | 10101 | 1010011 | 1011111 | 101000 |
Color Harmonies of #7EC905
Complementary color
Monochromatic Colors of #7EC905
Black with #7EC905
Text Example
Text Example
White with #7EC905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC905; }
p { color: rgb(126,201,5); }
H1.HeaderClassName
{
color: #7EC905;
}
.AnyTagClassName
{
color: #7EC905;
}
</style>
background-color css
<style>
a { background-color: #7EC905; }
a { background-color: rgb(126,201,5); }
div.DivClassName
{
background-color: #7EC905;
}
.BgClassName
{
background-color: #7EC905;
}
</style>
border-color css
<style>
span { border-color: #7EC905; }
span { border-color: rgb(126,201,5); }
td.TdClassName
{
border-color: #7EC905;
}
.TagClassName
{
border-color: #7EC905;
}
</style>