Shades of Lima #7ECE06
Tints of Lima #7ECE06
RGB
CMYK
RGB Variations
Color information
#7ECE06 (or 0x7ECE06) is known color: Lima. HEX triplet: 7E, CE and 06. RGB value is (126,206,6). Sum of RGB (Red+Green+Blue) = 126+206+6=338 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.28% from 338); Green value is 206 (80.86% from 255 or 60.95% from 338); Blue value is 6 (2.73% from 255 or 1.78% from 338); Max value from RGB is 206 - color contains mainly: green. Hex color #7ECE06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ECE06 is #8131F9. Grayscale: #9F9F9F. Windows color (decimal): -8466938 or 446078. OLE color: 446078.
HSL color Cylindrical-coordinate representation of color #7ECE06: hue angle of 84º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7ECE06 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 206 | 6 | - |
| CMYK | 0.39 | 0 | 0.97 | 0.19 |
| HSL | 84º | 0.94% | 0.42% | - |
| HSV(B) | 84º | 0.97% | 0.81% | - |
| XYZ | 30.71 | 48.59 | 7.93 | - |
| YUV | 159.28 | 41.5 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 206 | 6 | 0.39 | 0 | 0.97 | 0.19 | 84 | 0.94 | 0.42 |
| Hex | 7E | CE | 6 | 27 | 0 | 61 | 13 | 54 | 5E | 2A |
| Octal | 176 | 316 | 6 | 47 | 0 | 141 | 23 | 124 | 136 | 52 |
| Binary | 1111110 | 11001110 | 110 | 100111 | 0 | 1100001 | 10011 | 1010100 | 1011110 | 101010 |
Color Harmonies of #7ECE06
Complementary color
Monochromatic Colors of #7ECE06
Black with #7ECE06
Text Example
Text Example
White with #7ECE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECE06; }
p { color: rgb(126,206,6); }
H1.HeaderClassName
{
color: #7ECE06;
}
.AnyTagClassName
{
color: #7ECE06;
}
</style>
background-color css
<style>
a { background-color: #7ECE06; }
a { background-color: rgb(126,206,6); }
div.DivClassName
{
background-color: #7ECE06;
}
.BgClassName
{
background-color: #7ECE06;
}
</style>
border-color css
<style>
span { border-color: #7ECE06; }
span { border-color: rgb(126,206,6); }
td.TdClassName
{
border-color: #7ECE06;
}
.TagClassName
{
border-color: #7ECE06;
}
</style>