Shades of Lima #7EBE12
Tints of Lima #7EBE12
RGB
CMYK
RGB Variations
Color information
#7EBE12 (or 0x7EBE12) is known color: Lima. HEX triplet: 7E, BE and 12. RGB value is (126,190,18). Sum of RGB (Red+Green+Blue) = 126+190+18=334 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.72% from 334); Green value is 190 (74.61% from 255 or 56.89% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 190 - color contains mainly: green. Hex color #7EBE12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EBE12 is #8141ED. Grayscale: #979797. Windows color (decimal): -8471022 or 1228414. OLE color: 1228414.
HSL color Cylindrical-coordinate representation of color #7EBE12: hue angle of 82.33º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7EBE12 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 190 | 18 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.25 |
| HSL | 82.33º | 0.83% | 0.41% | - |
| HSV(B) | 82.33º | 0.91% | 0.75% | - |
| XYZ | 27.13 | 41.31 | 7.12 | - |
| YUV | 151.26 | 52.8 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 190 | 18 | 0.34 | 0 | 0.91 | 0.25 | 82.33 | 0.83 | 0.41 |
| Hex | 7E | BE | 12 | 22 | 0 | 5B | 19 | 52 | 53 | 29 |
| Octal | 176 | 276 | 22 | 42 | 0 | 133 | 31 | 122 | 123 | 51 |
| Binary | 1111110 | 10111110 | 10010 | 100010 | 0 | 1011011 | 11001 | 1010010 | 1010011 | 101001 |
Color Harmonies of #7EBE12
Complementary color
Monochromatic Colors of #7EBE12
Black with #7EBE12
Text Example
Text Example
White with #7EBE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBE12; }
p { color: rgb(126,190,18); }
H1.HeaderClassName
{
color: #7EBE12;
}
.AnyTagClassName
{
color: #7EBE12;
}
</style>
background-color css
<style>
a { background-color: #7EBE12; }
a { background-color: rgb(126,190,18); }
div.DivClassName
{
background-color: #7EBE12;
}
.BgClassName
{
background-color: #7EBE12;
}
</style>
border-color css
<style>
span { border-color: #7EBE12; }
span { border-color: rgb(126,190,18); }
td.TdClassName
{
border-color: #7EBE12;
}
.TagClassName
{
border-color: #7EBE12;
}
</style>