Shades of Lima #7EC028
Tints of Lima #7EC028
RGB
CMYK
RGB Variations
Color information
#7EC028 (or 0x7EC028) is known color: Lima. HEX triplet: 7E, C0 and 28. RGB value is (126,192,40). Sum of RGB (Red+Green+Blue) = 126+192+40=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 192 (75.39% from 255 or 53.63% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC028 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC028 is #813FD7. Grayscale: #9B9B9B. Windows color (decimal): -8470488 or 2670718. OLE color: 2670718.
HSL color Cylindrical-coordinate representation of color #7EC028: hue angle of 86.05º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7EC028 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 40 | - |
| CMYK | 0.34 | 0 | 0.79 | 0.25 |
| HSL | 86.05º | 0.66% | 0.45% | - |
| HSV(B) | 86.05º | 0.79% | 0.75% | - |
| XYZ | 27.84 | 42.29 | 8.7 | - |
| YUV | 154.94 | 63.13 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 40 | 0.34 | 0 | 0.79 | 0.25 | 86.05 | 0.66 | 0.45 |
| Hex | 7E | C0 | 28 | 22 | 0 | 4F | 19 | 56 | 42 | 2D |
| Octal | 176 | 300 | 50 | 42 | 0 | 117 | 31 | 126 | 102 | 55 |
| Binary | 1111110 | 11000000 | 101000 | 100010 | 0 | 1001111 | 11001 | 1010110 | 1000010 | 101101 |
Color Harmonies of #7EC028
Complementary color
Monochromatic Colors of #7EC028
Black with #7EC028
Text Example
Text Example
White with #7EC028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC028; }
p { color: rgb(126,192,40); }
H1.HeaderClassName
{
color: #7EC028;
}
.AnyTagClassName
{
color: #7EC028;
}
</style>
background-color css
<style>
a { background-color: #7EC028; }
a { background-color: rgb(126,192,40); }
div.DivClassName
{
background-color: #7EC028;
}
.BgClassName
{
background-color: #7EC028;
}
</style>
border-color css
<style>
span { border-color: #7EC028; }
span { border-color: rgb(126,192,40); }
td.TdClassName
{
border-color: #7EC028;
}
.TagClassName
{
border-color: #7EC028;
}
</style>