Shades of Lima #7ECE02
Tints of Lima #7ECE02
RGB
CMYK
RGB Variations
Color information
#7ECE02 (or 0x7ECE02) is known color: Lima. HEX triplet: 7E, CE and 02. RGB value is (126,206,2). Sum of RGB (Red+Green+Blue) = 126+206+2=334 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.72% from 334); Green value is 206 (80.86% from 255 or 61.68% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 206 - color contains mainly: green. Hex color #7ECE02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ECE02 is #8131FD. Grayscale: #9F9F9F. Windows color (decimal): -8466942 or 183934. OLE color: 183934.
HSL color Cylindrical-coordinate representation of color #7ECE02: hue angle of 83.53º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7ECE02 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 206 | 2 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.19 |
| HSL | 83.53º | 0.98% | 0.41% | - |
| HSV(B) | 83.53º | 0.99% | 0.81% | - |
| XYZ | 30.69 | 48.58 | 7.82 | - |
| YUV | 158.82 | 39.5 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 206 | 2 | 0.39 | 0 | 0.99 | 0.19 | 83.53 | 0.98 | 0.41 |
| Hex | 7E | CE | 2 | 27 | 0 | 63 | 13 | 54 | 62 | 29 |
| Octal | 176 | 316 | 2 | 47 | 0 | 143 | 23 | 124 | 142 | 51 |
| Binary | 1111110 | 11001110 | 10 | 100111 | 0 | 1100011 | 10011 | 1010100 | 1100010 | 101001 |
Color Harmonies of #7ECE02
Complementary color
Monochromatic Colors of #7ECE02
Black with #7ECE02
Text Example
Text Example
White with #7ECE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECE02; }
p { color: rgb(126,206,2); }
H1.HeaderClassName
{
color: #7ECE02;
}
.AnyTagClassName
{
color: #7ECE02;
}
</style>
background-color css
<style>
a { background-color: #7ECE02; }
a { background-color: rgb(126,206,2); }
div.DivClassName
{
background-color: #7ECE02;
}
.BgClassName
{
background-color: #7ECE02;
}
</style>
border-color css
<style>
span { border-color: #7ECE02; }
span { border-color: rgb(126,206,2); }
td.TdClassName
{
border-color: #7ECE02;
}
.TagClassName
{
border-color: #7ECE02;
}
</style>