Shades of Lima #7EB901
Tints of Lima #7EB901
RGB
CMYK
RGB Variations
Color information
#7EB901 (or 0x7EB901) is known color: Lima. HEX triplet: 7E, B9 and 01. RGB value is (126,185,1). Sum of RGB (Red+Green+Blue) = 126+185+1=312 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.38% from 312); Green value is 185 (72.66% from 255 or 59.29% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 185 - color contains mainly: green. Hex color #7EB901 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EB901 is #8146FE. Grayscale: #939393. Windows color (decimal): -8472319 or 113022. OLE color: 113022.
HSL color Cylindrical-coordinate representation of color #7EB901: hue angle of 79.24º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7EB901 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 185 | 1 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.27 |
| HSL | 79.24º | 0.99% | 0.36% | - |
| HSV(B) | 79.24º | 0.99% | 0.73% | - |
| XYZ | 25.96 | 39.14 | 6.21 | - |
| YUV | 146.38 | 45.95 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 185 | 1 | 0.32 | 0 | 0.99 | 0.27 | 79.24 | 0.99 | 0.36 |
| Hex | 7E | B9 | 1 | 20 | 0 | 63 | 1B | 4F | 63 | 24 |
| Octal | 176 | 271 | 1 | 40 | 0 | 143 | 33 | 117 | 143 | 44 |
| Binary | 1111110 | 10111001 | 1 | 100000 | 0 | 1100011 | 11011 | 1001111 | 1100011 | 100100 |
Color Harmonies of #7EB901
Complementary color
Monochromatic Colors of #7EB901
Black with #7EB901
Text Example
Text Example
White with #7EB901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB901; }
p { color: rgb(126,185,1); }
H1.HeaderClassName
{
color: #7EB901;
}
.AnyTagClassName
{
color: #7EB901;
}
</style>
background-color css
<style>
a { background-color: #7EB901; }
a { background-color: rgb(126,185,1); }
div.DivClassName
{
background-color: #7EB901;
}
.BgClassName
{
background-color: #7EB901;
}
</style>
border-color css
<style>
span { border-color: #7EB901; }
span { border-color: rgb(126,185,1); }
td.TdClassName
{
border-color: #7EB901;
}
.TagClassName
{
border-color: #7EB901;
}
</style>