Shades of Lima #7EC235
Tints of Lima #7EC235
RGB
CMYK
RGB Variations
Color information
#7EC235 (or 0x7EC235) is known color: Lima. HEX triplet: 7E, C2 and 35. RGB value is (126,194,53). Sum of RGB (Red+Green+Blue) = 126+194+53=373 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.78% from 373); Green value is 194 (76.17% from 255 or 52.01% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 194 - color contains mainly: green. Hex color #7EC235 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC235 is #813DCA. Grayscale: #9E9E9E. Windows color (decimal): -8469963 or 3523198. OLE color: 3523198.
HSL color Cylindrical-coordinate representation of color #7EC235: hue angle of 88.94º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7EC235 is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 194 | 53 | - |
| CMYK | 0.35 | 0 | 0.73 | 0.24 |
| HSL | 88.94º | 0.57% | 0.48% | - |
| HSV(B) | 88.94º | 0.73% | 0.76% | - |
| XYZ | 28.54 | 43.28 | 10.22 | - |
| YUV | 157.59 | 68.97 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 194 | 53 | 0.35 | 0 | 0.73 | 0.24 | 88.94 | 0.57 | 0.48 |
| Hex | 7E | C2 | 35 | 23 | 0 | 49 | 18 | 59 | 39 | 30 |
| Octal | 176 | 302 | 65 | 43 | 0 | 111 | 30 | 131 | 71 | 60 |
| Binary | 1111110 | 11000010 | 110101 | 100011 | 0 | 1001001 | 11000 | 1011001 | 111001 | 110000 |
Color Harmonies of #7EC235
Complementary color
Monochromatic Colors of #7EC235
Black with #7EC235
Text Example
Text Example
White with #7EC235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC235; }
p { color: rgb(126,194,53); }
H1.HeaderClassName
{
color: #7EC235;
}
.AnyTagClassName
{
color: #7EC235;
}
</style>
background-color css
<style>
a { background-color: #7EC235; }
a { background-color: rgb(126,194,53); }
div.DivClassName
{
background-color: #7EC235;
}
.BgClassName
{
background-color: #7EC235;
}
</style>
border-color css
<style>
span { border-color: #7EC235; }
span { border-color: rgb(126,194,53); }
td.TdClassName
{
border-color: #7EC235;
}
.TagClassName
{
border-color: #7EC235;
}
</style>