Shades of Lima #7EC231
Tints of Lima #7EC231
RGB
CMYK
RGB Variations
Color information
#7EC231 (or 0x7EC231) is known color: Lima. HEX triplet: 7E, C2 and 31. RGB value is (126,194,49). Sum of RGB (Red+Green+Blue) = 126+194+49=369 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.15% from 369); Green value is 194 (76.17% from 255 or 52.57% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 194 - color contains mainly: green. Hex color #7EC231 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC231 is #813DCE. Grayscale: #9D9D9D. Windows color (decimal): -8469967 or 3261054. OLE color: 3261054.
HSL color Cylindrical-coordinate representation of color #7EC231: hue angle of 88.14º 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 #7EC231 is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 194 | 49 | - |
| CMYK | 0.35 | 0 | 0.75 | 0.24 |
| HSL | 88.14º | 0.6% | 0.48% | - |
| HSV(B) | 88.14º | 0.75% | 0.76% | - |
| XYZ | 28.45 | 43.24 | 9.75 | - |
| YUV | 157.14 | 66.97 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 194 | 49 | 0.35 | 0 | 0.75 | 0.24 | 88.14 | 0.6 | 0.48 |
| Hex | 7E | C2 | 31 | 23 | 0 | 4B | 18 | 58 | 3C | 30 |
| Octal | 176 | 302 | 61 | 43 | 0 | 113 | 30 | 130 | 74 | 60 |
| Binary | 1111110 | 11000010 | 110001 | 100011 | 0 | 1001011 | 11000 | 1011000 | 111100 | 110000 |
Color Harmonies of #7EC231
Complementary color
Monochromatic Colors of #7EC231
Black with #7EC231
Text Example
Text Example
White with #7EC231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC231; }
p { color: rgb(126,194,49); }
H1.HeaderClassName
{
color: #7EC231;
}
.AnyTagClassName
{
color: #7EC231;
}
</style>
background-color css
<style>
a { background-color: #7EC231; }
a { background-color: rgb(126,194,49); }
div.DivClassName
{
background-color: #7EC231;
}
.BgClassName
{
background-color: #7EC231;
}
</style>
border-color css
<style>
span { border-color: #7EC231; }
span { border-color: rgb(126,194,49); }
td.TdClassName
{
border-color: #7EC231;
}
.TagClassName
{
border-color: #7EC231;
}
</style>