Shades of Lima #7EC030
Tints of Lima #7EC030
RGB
CMYK
RGB Variations
Color information
#7EC030 (or 0x7EC030) is known color: Lima. HEX triplet: 7E, C0 and 30. RGB value is (126,192,48). Sum of RGB (Red+Green+Blue) = 126+192+48=366 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.43% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC030 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC030 is #813FCF. Grayscale: #9C9C9C. Windows color (decimal): -8470480 or 3195006. OLE color: 3195006.
HSL color Cylindrical-coordinate representation of color #7EC030: hue angle of 87.5º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7EC030 is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 48 | - |
| CMYK | 0.34 | 0 | 0.75 | 0.25 |
| HSL | 87.5º | 0.6% | 0.47% | - |
| HSV(B) | 87.5º | 0.75% | 0.75% | - |
| XYZ | 27.99 | 42.35 | 9.5 | - |
| YUV | 155.85 | 67.13 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 48 | 0.34 | 0 | 0.75 | 0.25 | 87.5 | 0.6 | 0.47 |
| Hex | 7E | C0 | 30 | 22 | 0 | 4B | 19 | 57 | 3C | 2F |
| Octal | 176 | 300 | 60 | 42 | 0 | 113 | 31 | 127 | 74 | 57 |
| Binary | 1111110 | 11000000 | 110000 | 100010 | 0 | 1001011 | 11001 | 1010111 | 111100 | 101111 |
Color Harmonies of #7EC030
Complementary color
Monochromatic Colors of #7EC030
Black with #7EC030
Text Example
Text Example
White with #7EC030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC030; }
p { color: rgb(126,192,48); }
H1.HeaderClassName
{
color: #7EC030;
}
.AnyTagClassName
{
color: #7EC030;
}
</style>
background-color css
<style>
a { background-color: #7EC030; }
a { background-color: rgb(126,192,48); }
div.DivClassName
{
background-color: #7EC030;
}
.BgClassName
{
background-color: #7EC030;
}
</style>
border-color css
<style>
span { border-color: #7EC030; }
span { border-color: rgb(126,192,48); }
td.TdClassName
{
border-color: #7EC030;
}
.TagClassName
{
border-color: #7EC030;
}
</style>