Shades of Lima #7EA40F
Tints of Lima #7EA40F
RGB
CMYK
RGB Variations
Color information
#7EA40F (or 0x7EA40F) is known color: Lima. HEX triplet: 7E, A4 and 0F. RGB value is (126,164,15). Sum of RGB (Red+Green+Blue) = 126+164+15=305 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.31% from 305); Green value is 164 (64.45% from 255 or 53.77% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 164 - color contains mainly: green. Hex color #7EA40F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EA40F is #815BF0. Grayscale: #888888. Windows color (decimal): -8477681 or 1025150. OLE color: 1025150.
HSL color Cylindrical-coordinate representation of color #7EA40F: hue angle of 75.3º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7EA40F is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 164 | 15 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.36 |
| HSL | 75.3º | 0.83% | 0.35% | - |
| HSV(B) | 75.3º | 0.91% | 0.64% | - |
| XYZ | 21.97 | 31.02 | 5.28 | - |
| YUV | 135.65 | 59.91 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 164 | 15 | 0.23 | 0 | 0.91 | 0.36 | 75.3 | 0.83 | 0.35 |
| Hex | 7E | A4 | F | 17 | 0 | 5B | 24 | 4B | 53 | 23 |
| Octal | 176 | 244 | 17 | 27 | 0 | 133 | 44 | 113 | 123 | 43 |
| Binary | 1111110 | 10100100 | 1111 | 10111 | 0 | 1011011 | 100100 | 1001011 | 1010011 | 100011 |
Color Harmonies of #7EA40F
Complementary color
Monochromatic Colors of #7EA40F
Black with #7EA40F
Text Example
Text Example
White with #7EA40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA40F; }
p { color: rgb(126,164,15); }
H1.HeaderClassName
{
color: #7EA40F;
}
.AnyTagClassName
{
color: #7EA40F;
}
</style>
background-color css
<style>
a { background-color: #7EA40F; }
a { background-color: rgb(126,164,15); }
div.DivClassName
{
background-color: #7EA40F;
}
.BgClassName
{
background-color: #7EA40F;
}
</style>
border-color css
<style>
span { border-color: #7EA40F; }
span { border-color: rgb(126,164,15); }
td.TdClassName
{
border-color: #7EA40F;
}
.TagClassName
{
border-color: #7EA40F;
}
</style>