Shades of Lima #7EBA35
Tints of Lima #7EBA35
RGB
CMYK
RGB Variations
Color information
#7EBA35 (or 0x7EBA35) is known color: Lima. HEX triplet: 7E, BA and 35. RGB value is (126,186,53). Sum of RGB (Red+Green+Blue) = 126+186+53=365 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.52% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBA35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBA35 is #8145CA. Grayscale: #999999. Windows color (decimal): -8472011 or 3521150. OLE color: 3521150.
HSL color Cylindrical-coordinate representation of color #7EBA35: hue angle of 87.07º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7EBA35 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 186 | 53 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.27 |
| HSL | 87.07º | 0.56% | 0.47% | - |
| HSV(B) | 87.07º | 0.72% | 0.73% | - |
| XYZ | 26.81 | 39.81 | 9.64 | - |
| YUV | 152.9 | 71.62 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 186 | 53 | 0.32 | 0 | 0.72 | 0.27 | 87.07 | 0.56 | 0.47 |
| Hex | 7E | BA | 35 | 20 | 0 | 48 | 1B | 57 | 38 | 2F |
| Octal | 176 | 272 | 65 | 40 | 0 | 110 | 33 | 127 | 70 | 57 |
| Binary | 1111110 | 10111010 | 110101 | 100000 | 0 | 1001000 | 11011 | 1010111 | 111000 | 101111 |
Color Harmonies of #7EBA35
Complementary color
Monochromatic Colors of #7EBA35
Black with #7EBA35
Text Example
Text Example
White with #7EBA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBA35; }
p { color: rgb(126,186,53); }
H1.HeaderClassName
{
color: #7EBA35;
}
.AnyTagClassName
{
color: #7EBA35;
}
</style>
background-color css
<style>
a { background-color: #7EBA35; }
a { background-color: rgb(126,186,53); }
div.DivClassName
{
background-color: #7EBA35;
}
.BgClassName
{
background-color: #7EBA35;
}
</style>
border-color css
<style>
span { border-color: #7EBA35; }
span { border-color: rgb(126,186,53); }
td.TdClassName
{
border-color: #7EBA35;
}
.TagClassName
{
border-color: #7EBA35;
}
</style>