Shades of Lima #7EC803
Tints of Lima #7EC803
RGB
CMYK
RGB Variations
Color information
#7EC803 (or 0x7EC803) is known color: Lima. HEX triplet: 7E, C8 and 03. RGB value is (126,200,3). Sum of RGB (Red+Green+Blue) = 126+200+3=329 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.30% from 329); Green value is 200 (78.52% from 255 or 60.79% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 200 - color contains mainly: green. Hex color #7EC803 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC803 is #8137FC. Grayscale: #9C9C9C. Windows color (decimal): -8468477 or 247934. OLE color: 247934.
HSL color Cylindrical-coordinate representation of color #7EC803: hue angle of 82.54º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7EC803 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 200 | 3 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.22 |
| HSL | 82.54º | 0.97% | 0.4% | - |
| HSV(B) | 82.54º | 0.99% | 0.78% | - |
| XYZ | 29.27 | 45.75 | 7.37 | - |
| YUV | 155.42 | 41.98 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 200 | 3 | 0.37 | 0 | 0.98 | 0.22 | 82.54 | 0.97 | 0.4 |
| Hex | 7E | C8 | 3 | 25 | 0 | 62 | 16 | 53 | 61 | 28 |
| Octal | 176 | 310 | 3 | 45 | 0 | 142 | 26 | 123 | 141 | 50 |
| Binary | 1111110 | 11001000 | 11 | 100101 | 0 | 1100010 | 10110 | 1010011 | 1100001 | 101000 |
Color Harmonies of #7EC803
Complementary color
Monochromatic Colors of #7EC803
Black with #7EC803
Text Example
Text Example
White with #7EC803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC803; }
p { color: rgb(126,200,3); }
H1.HeaderClassName
{
color: #7EC803;
}
.AnyTagClassName
{
color: #7EC803;
}
</style>
background-color css
<style>
a { background-color: #7EC803; }
a { background-color: rgb(126,200,3); }
div.DivClassName
{
background-color: #7EC803;
}
.BgClassName
{
background-color: #7EC803;
}
</style>
border-color css
<style>
span { border-color: #7EC803; }
span { border-color: rgb(126,200,3); }
td.TdClassName
{
border-color: #7EC803;
}
.TagClassName
{
border-color: #7EC803;
}
</style>