Shades of Lima #7EBD12
Tints of Lima #7EBD12
RGB
CMYK
RGB Variations
Color information
#7EBD12 (or 0x7EBD12) is known color: Lima. HEX triplet: 7E, BD and 12. RGB value is (126,189,18). Sum of RGB (Red+Green+Blue) = 126+189+18=333 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.84% from 333); Green value is 189 (74.22% from 255 or 56.76% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EBD12 is #8142ED. Grayscale: #979797. Windows color (decimal): -8471278 or 1228158. OLE color: 1228158.
HSL color Cylindrical-coordinate representation of color #7EBD12: hue angle of 82.11º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7EBD12 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 189 | 18 | - |
| CMYK | 0.33 | 0 | 0.90 | 0.26 |
| HSL | 82.11º | 0.83% | 0.41% | - |
| HSV(B) | 82.11º | 0.9% | 0.74% | - |
| XYZ | 26.91 | 40.87 | 7.04 | - |
| YUV | 150.67 | 53.13 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 189 | 18 | 0.33 | 0 | 0.90 | 0.26 | 82.11 | 0.83 | 0.41 |
| Hex | 7E | BD | 12 | 21 | 0 | 5A | 1A | 52 | 53 | 29 |
| Octal | 176 | 275 | 22 | 41 | 0 | 132 | 32 | 122 | 123 | 51 |
| Binary | 1111110 | 10111101 | 10010 | 100001 | 0 | 1011010 | 11010 | 1010010 | 1010011 | 101001 |
Color Harmonies of #7EBD12
Complementary color
Monochromatic Colors of #7EBD12
Black with #7EBD12
Text Example
Text Example
White with #7EBD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBD12; }
p { color: rgb(126,189,18); }
H1.HeaderClassName
{
color: #7EBD12;
}
.AnyTagClassName
{
color: #7EBD12;
}
</style>
background-color css
<style>
a { background-color: #7EBD12; }
a { background-color: rgb(126,189,18); }
div.DivClassName
{
background-color: #7EBD12;
}
.BgClassName
{
background-color: #7EBD12;
}
</style>
border-color css
<style>
span { border-color: #7EBD12; }
span { border-color: rgb(126,189,18); }
td.TdClassName
{
border-color: #7EBD12;
}
.TagClassName
{
border-color: #7EBD12;
}
</style>