Shades of Lima #7EC627
Tints of Lima #7EC627
RGB
CMYK
RGB Variations
Color information
#7EC627 (or 0x7EC627) is known color: Lima. HEX triplet: 7E, C6 and 27. RGB value is (126,198,39). Sum of RGB (Red+Green+Blue) = 126+198+39=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 198 (77.73% from 255 or 54.55% from 363); Blue value is 39 (15.62% from 255 or 10.74% from 363); Max value from RGB is 198 - color contains mainly: green. Hex color #7EC627 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC627 is #8139D8. Grayscale: #9E9E9E. Windows color (decimal): -8468953 or 2606718. OLE color: 2606718.
HSL color Cylindrical-coordinate representation of color #7EC627: hue angle of 87.17º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7EC627 is Cyan = 0.36, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 198 | 39 | - |
| CMYK | 0.36 | 0 | 0.80 | 0.22 |
| HSL | 87.17º | 0.67% | 0.46% | - |
| HSV(B) | 87.17º | 0.8% | 0.78% | - |
| XYZ | 29.16 | 44.97 | 9.06 | - |
| YUV | 158.35 | 60.65 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 198 | 39 | 0.36 | 0 | 0.80 | 0.22 | 87.17 | 0.67 | 0.46 |
| Hex | 7E | C6 | 27 | 24 | 0 | 50 | 16 | 57 | 43 | 2E |
| Octal | 176 | 306 | 47 | 44 | 0 | 120 | 26 | 127 | 103 | 56 |
| Binary | 1111110 | 11000110 | 100111 | 100100 | 0 | 1010000 | 10110 | 1010111 | 1000011 | 101110 |
Color Harmonies of #7EC627
Complementary color
Monochromatic Colors of #7EC627
Black with #7EC627
Text Example
Text Example
White with #7EC627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC627; }
p { color: rgb(126,198,39); }
H1.HeaderClassName
{
color: #7EC627;
}
.AnyTagClassName
{
color: #7EC627;
}
</style>
background-color css
<style>
a { background-color: #7EC627; }
a { background-color: rgb(126,198,39); }
div.DivClassName
{
background-color: #7EC627;
}
.BgClassName
{
background-color: #7EC627;
}
</style>
border-color css
<style>
span { border-color: #7EC627; }
span { border-color: rgb(126,198,39); }
td.TdClassName
{
border-color: #7EC627;
}
.TagClassName
{
border-color: #7EC627;
}
</style>