Shades of Lima #7EB31C
Tints of Lima #7EB31C
RGB
CMYK
RGB Variations
Color information
#7EB31C (or 0x7EB31C) is known color: Lima. HEX triplet: 7E, B3 and 1C. RGB value is (126,179,28). Sum of RGB (Red+Green+Blue) = 126+179+28=333 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.84% from 333); Green value is 179 (70.31% from 255 or 53.75% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 179 - color contains mainly: green. Hex color #7EB31C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EB31C is #814CE3. Grayscale: #929292. Windows color (decimal): -8473828 or 1880958. OLE color: 1880958.
HSL color Cylindrical-coordinate representation of color #7EB31C: hue angle of 81.06º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7EB31C is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 126 | 179 | 28 | - |
| CMYK | 0.30 | 0 | 0.84 | 0.30 |
| HSL | 81.06º | 0.73% | 0.41% | - |
| HSV(B) | 81.06º | 0.84% | 0.7% | - |
| XYZ | 24.93 | 36.76 | 6.88 | - |
| YUV | 145.94 | 61.44 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 179 | 28 | 0.30 | 0 | 0.84 | 0.30 | 81.06 | 0.73 | 0.41 |
| Hex | 7E | B3 | 1C | 1E | 0 | 54 | 1E | 51 | 49 | 29 |
| Octal | 176 | 263 | 34 | 36 | 0 | 124 | 36 | 121 | 111 | 51 |
| Binary | 1111110 | 10110011 | 11100 | 11110 | 0 | 1010100 | 11110 | 1010001 | 1001001 | 101001 |
Color Harmonies of #7EB31C
Complementary color
Monochromatic Colors of #7EB31C
Black with #7EB31C
Text Example
Text Example
White with #7EB31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB31C; }
p { color: rgb(126,179,28); }
H1.HeaderClassName
{
color: #7EB31C;
}
.AnyTagClassName
{
color: #7EB31C;
}
</style>
background-color css
<style>
a { background-color: #7EB31C; }
a { background-color: rgb(126,179,28); }
div.DivClassName
{
background-color: #7EB31C;
}
.BgClassName
{
background-color: #7EB31C;
}
</style>
border-color css
<style>
span { border-color: #7EB31C; }
span { border-color: rgb(126,179,28); }
td.TdClassName
{
border-color: #7EB31C;
}
.TagClassName
{
border-color: #7EB31C;
}
</style>