Shades of Lima #7EA523
Tints of Lima #7EA523
RGB
CMYK
RGB Variations
Color information
#7EA523 (or 0x7EA523) is known color: Lima. HEX triplet: 7E, A5 and 23. RGB value is (126,165,35). Sum of RGB (Red+Green+Blue) = 126+165+35=326 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.65% from 326); Green value is 165 (64.84% from 255 or 50.61% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA523 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA523 is #815ADC. Grayscale: #8A8A8A. Windows color (decimal): -8477405 or 2336126. OLE color: 2336126.
HSL color Cylindrical-coordinate representation of color #7EA523: hue angle of 78º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7EA523 is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 126 | 165 | 35 | - |
| CMYK | 0.24 | 0 | 0.79 | 0.35 |
| HSL | 78º | 0.65% | 0.39% | - |
| HSV(B) | 78º | 0.79% | 0.65% | - |
| XYZ | 22.36 | 31.47 | 6.49 | - |
| YUV | 138.52 | 69.58 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 165 | 35 | 0.24 | 0 | 0.79 | 0.35 | 78 | 0.65 | 0.39 |
| Hex | 7E | A5 | 23 | 18 | 0 | 4F | 23 | 4E | 41 | 27 |
| Octal | 176 | 245 | 43 | 30 | 0 | 117 | 43 | 116 | 101 | 47 |
| Binary | 1111110 | 10100101 | 100011 | 11000 | 0 | 1001111 | 100011 | 1001110 | 1000001 | 100111 |
Color Harmonies of #7EA523
Complementary color
Monochromatic Colors of #7EA523
Black with #7EA523
Text Example
Text Example
White with #7EA523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA523; }
p { color: rgb(126,165,35); }
H1.HeaderClassName
{
color: #7EA523;
}
.AnyTagClassName
{
color: #7EA523;
}
</style>
background-color css
<style>
a { background-color: #7EA523; }
a { background-color: rgb(126,165,35); }
div.DivClassName
{
background-color: #7EA523;
}
.BgClassName
{
background-color: #7EA523;
}
</style>
border-color css
<style>
span { border-color: #7EA523; }
span { border-color: rgb(126,165,35); }
td.TdClassName
{
border-color: #7EA523;
}
.TagClassName
{
border-color: #7EA523;
}
</style>