Shades of Lima #7EAD2B
Tints of Lima #7EAD2B
RGB
CMYK
RGB Variations
Color information
#7EAD2B (or 0x7EAD2B) is known color: Lima. HEX triplet: 7E, AD and 2B. RGB value is (126,173,43). Sum of RGB (Red+Green+Blue) = 126+173+43=342 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.84% from 342); Green value is 173 (67.97% from 255 or 50.58% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 173 - color contains mainly: green. Hex color #7EAD2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAD2B is #8152D4. Grayscale: #909090. Windows color (decimal): -8475349 or 2862462. OLE color: 2862462.
HSL color Cylindrical-coordinate representation of color #7EAD2B: hue angle of 81.69º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7EAD2B is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
RGB | 126 | 173 | 43 | - |
CMYK | 0.27 | 0 | 0.75 | 0.32 |
HSL | 81.69º | 0.6% | 0.42% | - |
HSV(B) | 81.69º | 0.75% | 0.68% | - |
XYZ | 23.98 | 34.5 | 7.68 | - |
YUV | 144.13 | 70.93 | 115.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 126 | 173 | 43 | 0.27 | 0 | 0.75 | 0.32 | 81.69 | 0.6 | 0.42 |
Hex | 7E | AD | 2B | 1B | 0 | 4B | 20 | 52 | 3C | 2A |
Octal | 176 | 255 | 53 | 33 | 0 | 113 | 40 | 122 | 74 | 52 |
Binary | 1111110 | 10101101 | 101011 | 11011 | 0 | 1001011 | 100000 | 1010010 | 111100 | 101010 |
Color Harmonies of #7EAD2B
Complementary color
Monochromatic Colors of #7EAD2B
Black with #7EAD2B
Text Example
Text Example
White with #7EAD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAD2B; }
p { color: rgb(126,173,43); }
H1.HeaderClassName
{
color: #7EAD2B;
}
.AnyTagClassName
{
color: #7EAD2B;
}
</style>
background-color css
<style>
a { background-color: #7EAD2B; }
a { background-color: rgb(126,173,43); }
div.DivClassName
{
background-color: #7EAD2B;
}
.BgClassName
{
background-color: #7EAD2B;
}
</style>
border-color css
<style>
span { border-color: #7EAD2B; }
span { border-color: rgb(126,173,43); }
td.TdClassName
{
border-color: #7EAD2B;
}
.TagClassName
{
border-color: #7EAD2B;
}
</style>