Shades of Lima #7EBD30
Tints of Lima #7EBD30
RGB
CMYK
RGB Variations
Color information
#7EBD30 (or 0x7EBD30) is known color: Lima. HEX triplet: 7E, BD and 30. RGB value is (126,189,48). Sum of RGB (Red+Green+Blue) = 126+189+48=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 189 (74.22% from 255 or 52.07% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBD30 is #8142CF. Grayscale: #9A9A9A. Windows color (decimal): -8471248 or 3194238. OLE color: 3194238.
HSL color Cylindrical-coordinate representation of color #7EBD30: hue angle of 86.81º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7EBD30 is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 189 | 48 | - |
| CMYK | 0.33 | 0 | 0.75 | 0.26 |
| HSL | 86.81º | 0.59% | 0.46% | - |
| HSV(B) | 86.81º | 0.75% | 0.74% | - |
| XYZ | 27.34 | 41.04 | 9.28 | - |
| YUV | 154.09 | 68.13 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 189 | 48 | 0.33 | 0 | 0.75 | 0.26 | 86.81 | 0.59 | 0.46 |
| Hex | 7E | BD | 30 | 21 | 0 | 4B | 1A | 57 | 3B | 2E |
| Octal | 176 | 275 | 60 | 41 | 0 | 113 | 32 | 127 | 73 | 56 |
| Binary | 1111110 | 10111101 | 110000 | 100001 | 0 | 1001011 | 11010 | 1010111 | 111011 | 101110 |
Color Harmonies of #7EBD30
Complementary color
Monochromatic Colors of #7EBD30
Black with #7EBD30
Text Example
Text Example
White with #7EBD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBD30; }
p { color: rgb(126,189,48); }
H1.HeaderClassName
{
color: #7EBD30;
}
.AnyTagClassName
{
color: #7EBD30;
}
</style>
background-color css
<style>
a { background-color: #7EBD30; }
a { background-color: rgb(126,189,48); }
div.DivClassName
{
background-color: #7EBD30;
}
.BgClassName
{
background-color: #7EBD30;
}
</style>
border-color css
<style>
span { border-color: #7EBD30; }
span { border-color: rgb(126,189,48); }
td.TdClassName
{
border-color: #7EBD30;
}
.TagClassName
{
border-color: #7EBD30;
}
</style>