Shades of Lima #7EBC24
Tints of Lima #7EBC24
RGB
CMYK
RGB Variations
Color information
#7EBC24 (or 0x7EBC24) is known color: Lima. HEX triplet: 7E, BC and 24. RGB value is (126,188,36). Sum of RGB (Red+Green+Blue) = 126+188+36=350 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 36 (14.45% from 255 or 10.29% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBC24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBC24 is #8143DB. Grayscale: #989898. Windows color (decimal): -8471516 or 2407550. OLE color: 2407550.
HSL color Cylindrical-coordinate representation of color #7EBC24: hue angle of 84.47º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7EBC24 is Cyan = 0.33, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 188 | 36 | - |
| CMYK | 0.33 | 0 | 0.81 | 0.26 |
| HSL | 84.47º | 0.68% | 0.44% | - |
| HSV(B) | 84.47º | 0.81% | 0.74% | - |
| XYZ | 26.91 | 40.53 | 8.07 | - |
| YUV | 152.13 | 62.46 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 188 | 36 | 0.33 | 0 | 0.81 | 0.26 | 84.47 | 0.68 | 0.44 |
| Hex | 7E | BC | 24 | 21 | 0 | 51 | 1A | 54 | 44 | 2C |
| Octal | 176 | 274 | 44 | 41 | 0 | 121 | 32 | 124 | 104 | 54 |
| Binary | 1111110 | 10111100 | 100100 | 100001 | 0 | 1010001 | 11010 | 1010100 | 1000100 | 101100 |
Color Harmonies of #7EBC24
Complementary color
Monochromatic Colors of #7EBC24
Black with #7EBC24
Text Example
Text Example
White with #7EBC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBC24; }
p { color: rgb(126,188,36); }
H1.HeaderClassName
{
color: #7EBC24;
}
.AnyTagClassName
{
color: #7EBC24;
}
</style>
background-color css
<style>
a { background-color: #7EBC24; }
a { background-color: rgb(126,188,36); }
div.DivClassName
{
background-color: #7EBC24;
}
.BgClassName
{
background-color: #7EBC24;
}
</style>
border-color css
<style>
span { border-color: #7EBC24; }
span { border-color: rgb(126,188,36); }
td.TdClassName
{
border-color: #7EBC24;
}
.TagClassName
{
border-color: #7EBC24;
}
</style>