Shades of Lima #7EBF22
Tints of Lima #7EBF22
RGB
CMYK
RGB Variations
Color information
#7EBF22 (or 0x7EBF22) is known color: Lima. HEX triplet: 7E, BF and 22. RGB value is (126,191,34). Sum of RGB (Red+Green+Blue) = 126+191+34=351 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.90% from 351); Green value is 191 (75% from 255 or 54.42% from 351); Blue value is 34 (13.67% from 255 or 9.69% from 351); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBF22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBF22 is #8140DD. Grayscale: #9A9A9A. Windows color (decimal): -8470750 or 2277246. OLE color: 2277246.
HSL color Cylindrical-coordinate representation of color #7EBF22: hue angle of 84.84º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7EBF22 is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 191 | 34 | - |
| CMYK | 0.34 | 0 | 0.82 | 0.25 |
| HSL | 84.84º | 0.7% | 0.44% | - |
| HSV(B) | 84.84º | 0.82% | 0.75% | - |
| XYZ | 27.52 | 41.81 | 8.13 | - |
| YUV | 153.67 | 60.47 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 191 | 34 | 0.34 | 0 | 0.82 | 0.25 | 84.84 | 0.7 | 0.44 |
| Hex | 7E | BF | 22 | 22 | 0 | 52 | 19 | 55 | 46 | 2C |
| Octal | 176 | 277 | 42 | 42 | 0 | 122 | 31 | 125 | 106 | 54 |
| Binary | 1111110 | 10111111 | 100010 | 100010 | 0 | 1010010 | 11001 | 1010101 | 1000110 | 101100 |
Color Harmonies of #7EBF22
Complementary color
Monochromatic Colors of #7EBF22
Black with #7EBF22
Text Example
Text Example
White with #7EBF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBF22; }
p { color: rgb(126,191,34); }
H1.HeaderClassName
{
color: #7EBF22;
}
.AnyTagClassName
{
color: #7EBF22;
}
</style>
background-color css
<style>
a { background-color: #7EBF22; }
a { background-color: rgb(126,191,34); }
div.DivClassName
{
background-color: #7EBF22;
}
.BgClassName
{
background-color: #7EBF22;
}
</style>
border-color css
<style>
span { border-color: #7EBF22; }
span { border-color: rgb(126,191,34); }
td.TdClassName
{
border-color: #7EBF22;
}
.TagClassName
{
border-color: #7EBF22;
}
</style>