Shades of Lima #7EC03B
Tints of Lima #7EC03B
RGB
CMYK
RGB Variations
Color information
#7EC03B (or 0x7EC03B) is known color: Lima. HEX triplet: 7E, C0 and 3B. RGB value is (126,192,59). Sum of RGB (Red+Green+Blue) = 126+192+59=377 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.42% from 377); Green value is 192 (75.39% from 255 or 50.93% from 377); Blue value is 59 (23.44% from 255 or 15.65% from 377); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC03B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC03B is #813FC4. Grayscale: #9D9D9D. Windows color (decimal): -8470469 or 3915902. OLE color: 3915902.
HSL color Cylindrical-coordinate representation of color #7EC03B: hue angle of 89.77º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7EC03B is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 59 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.25 |
| HSL | 89.77º | 0.53% | 0.49% | - |
| HSV(B) | 89.77º | 0.69% | 0.75% | - |
| XYZ | 28.24 | 42.45 | 10.84 | - |
| YUV | 157.1 | 72.63 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 59 | 0.34 | 0 | 0.69 | 0.25 | 89.77 | 0.53 | 0.49 |
| Hex | 7E | C0 | 3B | 22 | 0 | 45 | 19 | 5A | 35 | 31 |
| Octal | 176 | 300 | 73 | 42 | 0 | 105 | 31 | 132 | 65 | 61 |
| Binary | 1111110 | 11000000 | 111011 | 100010 | 0 | 1000101 | 11001 | 1011010 | 110101 | 110001 |
Color Harmonies of #7EC03B
Complementary color
Monochromatic Colors of #7EC03B
Black with #7EC03B
Text Example
Text Example
White with #7EC03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC03B; }
p { color: rgb(126,192,59); }
H1.HeaderClassName
{
color: #7EC03B;
}
.AnyTagClassName
{
color: #7EC03B;
}
</style>
background-color css
<style>
a { background-color: #7EC03B; }
a { background-color: rgb(126,192,59); }
div.DivClassName
{
background-color: #7EC03B;
}
.BgClassName
{
background-color: #7EC03B;
}
</style>
border-color css
<style>
span { border-color: #7EC03B; }
span { border-color: rgb(126,192,59); }
td.TdClassName
{
border-color: #7EC03B;
}
.TagClassName
{
border-color: #7EC03B;
}
</style>