Shades of Lima #7EBF00
Tints of Lima #7EBF00
RGB
CMYK
RGB Variations
Color information
#7EBF00 (or 0x7EBF00) is known color: Lima. HEX triplet: 7E, BF and 00. RGB value is (126,191,0). Sum of RGB (Red+Green+Blue) = 126+191+0=317 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.75% from 317); Green value is 191 (75% from 255 or 60.25% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBF00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EBF00 is #8140FF. Grayscale: #969696. Windows color (decimal): -8470784 or 49022. OLE color: 49022.
HSL color Cylindrical-coordinate representation of color #7EBF00: hue angle of 80.42º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7EBF00 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 191 | 0 | - |
| CMYK | 0.34 | 0 | 1 | 0.25 |
| HSL | 80.42º | 1% | 0.37% | - |
| HSV(B) | 80.42º | 1% | 0.75% | - |
| XYZ | 27.23 | 41.7 | 6.61 | - |
| YUV | 149.79 | 43.47 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 191 | 0 | 0.34 | 0 | 1 | 0.25 | 80.42 | 1 | 0.37 |
| Hex | 7E | BF | 0 | 22 | 0 | 64 | 19 | 50 | 64 | 25 |
| Octal | 176 | 277 | 0 | 42 | 0 | 144 | 31 | 120 | 144 | 45 |
| Binary | 1111110 | 10111111 | 0 | 100010 | 0 | 1100100 | 11001 | 1010000 | 1100100 | 100101 |
Color Harmonies of #7EBF00
Complementary color
Monochromatic Colors of #7EBF00
Black with #7EBF00
Text Example
Text Example
White with #7EBF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBF00; }
p { color: rgb(126,191,0); }
H1.HeaderClassName
{
color: #7EBF00;
}
.AnyTagClassName
{
color: #7EBF00;
}
</style>
background-color css
<style>
a { background-color: #7EBF00; }
a { background-color: rgb(126,191,0); }
div.DivClassName
{
background-color: #7EBF00;
}
.BgClassName
{
background-color: #7EBF00;
}
</style>
border-color css
<style>
span { border-color: #7EBF00; }
span { border-color: rgb(126,191,0); }
td.TdClassName
{
border-color: #7EBF00;
}
.TagClassName
{
border-color: #7EBF00;
}
</style>