Shades of Lima #7EBA21
Tints of Lima #7EBA21
RGB
CMYK
RGB Variations
Color information
#7EBA21 (or 0x7EBA21) is known color: Lima. HEX triplet: 7E, BA and 21. RGB value is (126,186,33). Sum of RGB (Red+Green+Blue) = 126+186+33=345 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.52% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBA21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBA21 is #8145DE. Grayscale: #979797. Windows color (decimal): -8472031 or 2210430. OLE color: 2210430.
HSL color Cylindrical-coordinate representation of color #7EBA21: hue angle of 83.53º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7EBA21 is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 186 | 33 | - |
| CMYK | 0.32 | 0 | 0.82 | 0.27 |
| HSL | 83.53º | 0.7% | 0.43% | - |
| HSV(B) | 83.53º | 0.82% | 0.73% | - |
| XYZ | 26.44 | 39.66 | 7.7 | - |
| YUV | 150.62 | 61.62 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 186 | 33 | 0.32 | 0 | 0.82 | 0.27 | 83.53 | 0.7 | 0.43 |
| Hex | 7E | BA | 21 | 20 | 0 | 52 | 1B | 54 | 46 | 2B |
| Octal | 176 | 272 | 41 | 40 | 0 | 122 | 33 | 124 | 106 | 53 |
| Binary | 1111110 | 10111010 | 100001 | 100000 | 0 | 1010010 | 11011 | 1010100 | 1000110 | 101011 |
Color Harmonies of #7EBA21
Complementary color
Monochromatic Colors of #7EBA21
Black with #7EBA21
Text Example
Text Example
White with #7EBA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBA21; }
p { color: rgb(126,186,33); }
H1.HeaderClassName
{
color: #7EBA21;
}
.AnyTagClassName
{
color: #7EBA21;
}
</style>
background-color css
<style>
a { background-color: #7EBA21; }
a { background-color: rgb(126,186,33); }
div.DivClassName
{
background-color: #7EBA21;
}
.BgClassName
{
background-color: #7EBA21;
}
</style>
border-color css
<style>
span { border-color: #7EBA21; }
span { border-color: rgb(126,186,33); }
td.TdClassName
{
border-color: #7EBA21;
}
.TagClassName
{
border-color: #7EBA21;
}
</style>