Shades of Lima #7EC902
Tints of Lima #7EC902
RGB
CMYK
RGB Variations
Color information
#7EC902 (or 0x7EC902) is known color: Lima. HEX triplet: 7E, C9 and 02. RGB value is (126,201,2). Sum of RGB (Red+Green+Blue) = 126+201+2=329 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.30% from 329); Green value is 201 (78.91% from 255 or 61.09% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 201 - color contains mainly: green. Hex color #7EC902 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC902 is #8136FD. Grayscale: #9C9C9C. Windows color (decimal): -8468222 or 182654. OLE color: 182654.
HSL color Cylindrical-coordinate representation of color #7EC902: hue angle of 82.61º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7EC902 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 201 | 2 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.21 |
| HSL | 82.61º | 0.98% | 0.4% | - |
| HSV(B) | 82.61º | 0.99% | 0.79% | - |
| XYZ | 29.5 | 46.21 | 7.42 | - |
| YUV | 155.89 | 41.15 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 201 | 2 | 0.37 | 0 | 0.99 | 0.21 | 82.61 | 0.98 | 0.4 |
| Hex | 7E | C9 | 2 | 25 | 0 | 63 | 15 | 53 | 62 | 28 |
| Octal | 176 | 311 | 2 | 45 | 0 | 143 | 25 | 123 | 142 | 50 |
| Binary | 1111110 | 11001001 | 10 | 100101 | 0 | 1100011 | 10101 | 1010011 | 1100010 | 101000 |
Color Harmonies of #7EC902
Complementary color
Monochromatic Colors of #7EC902
Black with #7EC902
Text Example
Text Example
White with #7EC902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC902; }
p { color: rgb(126,201,2); }
H1.HeaderClassName
{
color: #7EC902;
}
.AnyTagClassName
{
color: #7EC902;
}
</style>
background-color css
<style>
a { background-color: #7EC902; }
a { background-color: rgb(126,201,2); }
div.DivClassName
{
background-color: #7EC902;
}
.BgClassName
{
background-color: #7EC902;
}
</style>
border-color css
<style>
span { border-color: #7EC902; }
span { border-color: rgb(126,201,2); }
td.TdClassName
{
border-color: #7EC902;
}
.TagClassName
{
border-color: #7EC902;
}
</style>