Shades of Lima #7EC330
Tints of Lima #7EC330
RGB
CMYK
RGB Variations
Color information
#7EC330 (or 0x7EC330) is known color: Lima. HEX triplet: 7E, C3 and 30. RGB value is (126,195,48). Sum of RGB (Red+Green+Blue) = 126+195+48=369 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.15% from 369); Green value is 195 (76.56% from 255 or 52.85% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC330 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC330 is #813CCF. Grayscale: #9E9E9E. Windows color (decimal): -8469712 or 3195774. OLE color: 3195774.
HSL color Cylindrical-coordinate representation of color #7EC330: hue angle of 88.16º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7EC330 is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 195 | 48 | - |
| CMYK | 0.35 | 0 | 0.75 | 0.24 |
| HSL | 88.16º | 0.6% | 0.48% | - |
| HSV(B) | 88.16º | 0.75% | 0.76% | - |
| XYZ | 28.65 | 43.68 | 9.72 | - |
| YUV | 157.61 | 66.14 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 195 | 48 | 0.35 | 0 | 0.75 | 0.24 | 88.16 | 0.6 | 0.48 |
| Hex | 7E | C3 | 30 | 23 | 0 | 4B | 18 | 58 | 3C | 30 |
| Octal | 176 | 303 | 60 | 43 | 0 | 113 | 30 | 130 | 74 | 60 |
| Binary | 1111110 | 11000011 | 110000 | 100011 | 0 | 1001011 | 11000 | 1011000 | 111100 | 110000 |
Color Harmonies of #7EC330
Complementary color
Monochromatic Colors of #7EC330
Black with #7EC330
Text Example
Text Example
White with #7EC330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC330; }
p { color: rgb(126,195,48); }
H1.HeaderClassName
{
color: #7EC330;
}
.AnyTagClassName
{
color: #7EC330;
}
</style>
background-color css
<style>
a { background-color: #7EC330; }
a { background-color: rgb(126,195,48); }
div.DivClassName
{
background-color: #7EC330;
}
.BgClassName
{
background-color: #7EC330;
}
</style>
border-color css
<style>
span { border-color: #7EC330; }
span { border-color: rgb(126,195,48); }
td.TdClassName
{
border-color: #7EC330;
}
.TagClassName
{
border-color: #7EC330;
}
</style>