Shades of Lima #7EAE1B
Tints of Lima #7EAE1B
RGB
CMYK
RGB Variations
Color information
#7EAE1B (or 0x7EAE1B) is known color: Lima. HEX triplet: 7E, AE and 1B. RGB value is (126,174,27). Sum of RGB (Red+Green+Blue) = 126+174+27=327 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.53% from 327); Green value is 174 (68.36% from 255 or 53.21% from 327); Blue value is 27 (10.94% from 255 or 8.26% from 327); Max value from RGB is 174 - color contains mainly: green. Hex color #7EAE1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAE1B is #8151E4. Grayscale: #8F8F8F. Windows color (decimal): -8475109 or 1814142. OLE color: 1814142.
HSL color Cylindrical-coordinate representation of color #7EAE1B: hue angle of 79.59º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7EAE1B is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 174 | 27 | - |
| CMYK | 0.28 | 0 | 0.84 | 0.32 |
| HSL | 79.59º | 0.73% | 0.39% | - |
| HSV(B) | 79.59º | 0.84% | 0.68% | - |
| XYZ | 23.94 | 34.79 | 6.49 | - |
| YUV | 142.89 | 62.6 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 174 | 27 | 0.28 | 0 | 0.84 | 0.32 | 79.59 | 0.73 | 0.39 |
| Hex | 7E | AE | 1B | 1C | 0 | 54 | 20 | 50 | 49 | 27 |
| Octal | 176 | 256 | 33 | 34 | 0 | 124 | 40 | 120 | 111 | 47 |
| Binary | 1111110 | 10101110 | 11011 | 11100 | 0 | 1010100 | 100000 | 1010000 | 1001001 | 100111 |
Color Harmonies of #7EAE1B
Complementary color
Monochromatic Colors of #7EAE1B
Black with #7EAE1B
Text Example
Text Example
White with #7EAE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAE1B; }
p { color: rgb(126,174,27); }
H1.HeaderClassName
{
color: #7EAE1B;
}
.AnyTagClassName
{
color: #7EAE1B;
}
</style>
background-color css
<style>
a { background-color: #7EAE1B; }
a { background-color: rgb(126,174,27); }
div.DivClassName
{
background-color: #7EAE1B;
}
.BgClassName
{
background-color: #7EAE1B;
}
</style>
border-color css
<style>
span { border-color: #7EAE1B; }
span { border-color: rgb(126,174,27); }
td.TdClassName
{
border-color: #7EAE1B;
}
.TagClassName
{
border-color: #7EAE1B;
}
</style>