Shades of Lima #7EC927
Tints of Lima #7EC927
RGB
CMYK
RGB Variations
Color information
#7EC927 (or 0x7EC927) is known color: Lima. HEX triplet: 7E, C9 and 27. RGB value is (126,201,39). Sum of RGB (Red+Green+Blue) = 126+201+39=366 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.43% from 366); Green value is 201 (78.91% from 255 or 54.92% from 366); Blue value is 39 (15.62% from 255 or 10.66% from 366); Max value from RGB is 201 - color contains mainly: green. Hex color #7EC927 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC927 is #8136D8. Grayscale: #A0A0A0. Windows color (decimal): -8468185 or 2607486. OLE color: 2607486.
HSL color Cylindrical-coordinate representation of color #7EC927: hue angle of 87.78º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7EC927 is Cyan = 0.37, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 201 | 39 | - |
| CMYK | 0.37 | 0 | 0.81 | 0.21 |
| HSL | 87.78º | 0.68% | 0.47% | - |
| HSV(B) | 87.78º | 0.81% | 0.79% | - |
| XYZ | 29.86 | 46.36 | 9.29 | - |
| YUV | 160.11 | 59.65 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 201 | 39 | 0.37 | 0 | 0.81 | 0.21 | 87.78 | 0.68 | 0.47 |
| Hex | 7E | C9 | 27 | 25 | 0 | 51 | 15 | 58 | 44 | 2F |
| Octal | 176 | 311 | 47 | 45 | 0 | 121 | 25 | 130 | 104 | 57 |
| Binary | 1111110 | 11001001 | 100111 | 100101 | 0 | 1010001 | 10101 | 1011000 | 1000100 | 101111 |
Color Harmonies of #7EC927
Complementary color
Monochromatic Colors of #7EC927
Black with #7EC927
Text Example
Text Example
White with #7EC927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC927; }
p { color: rgb(126,201,39); }
H1.HeaderClassName
{
color: #7EC927;
}
.AnyTagClassName
{
color: #7EC927;
}
</style>
background-color css
<style>
a { background-color: #7EC927; }
a { background-color: rgb(126,201,39); }
div.DivClassName
{
background-color: #7EC927;
}
.BgClassName
{
background-color: #7EC927;
}
</style>
border-color css
<style>
span { border-color: #7EC927; }
span { border-color: rgb(126,201,39); }
td.TdClassName
{
border-color: #7EC927;
}
.TagClassName
{
border-color: #7EC927;
}
</style>