Shades of Lima #7EBC30
Tints of Lima #7EBC30
RGB
CMYK
RGB Variations
Color information
#7EBC30 (or 0x7EBC30) is known color: Lima. HEX triplet: 7E, BC and 30. RGB value is (126,188,48). Sum of RGB (Red+Green+Blue) = 126+188+48=362 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.81% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBC30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBC30 is #8143CF. Grayscale: #999999. Windows color (decimal): -8471504 or 3193982. OLE color: 3193982.
HSL color Cylindrical-coordinate representation of color #7EBC30: hue angle of 86.57º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7EBC30 is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 188 | 48 | - |
| CMYK | 0.33 | 0 | 0.74 | 0.26 |
| HSL | 86.57º | 0.59% | 0.46% | - |
| HSV(B) | 86.57º | 0.74% | 0.74% | - |
| XYZ | 27.12 | 40.62 | 9.21 | - |
| YUV | 153.5 | 68.46 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 188 | 48 | 0.33 | 0 | 0.74 | 0.26 | 86.57 | 0.59 | 0.46 |
| Hex | 7E | BC | 30 | 21 | 0 | 4A | 1A | 57 | 3B | 2E |
| Octal | 176 | 274 | 60 | 41 | 0 | 112 | 32 | 127 | 73 | 56 |
| Binary | 1111110 | 10111100 | 110000 | 100001 | 0 | 1001010 | 11010 | 1010111 | 111011 | 101110 |
Color Harmonies of #7EBC30
Complementary color
Monochromatic Colors of #7EBC30
Black with #7EBC30
Text Example
Text Example
White with #7EBC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBC30; }
p { color: rgb(126,188,48); }
H1.HeaderClassName
{
color: #7EBC30;
}
.AnyTagClassName
{
color: #7EBC30;
}
</style>
background-color css
<style>
a { background-color: #7EBC30; }
a { background-color: rgb(126,188,48); }
div.DivClassName
{
background-color: #7EBC30;
}
.BgClassName
{
background-color: #7EBC30;
}
</style>
border-color css
<style>
span { border-color: #7EBC30; }
span { border-color: rgb(126,188,48); }
td.TdClassName
{
border-color: #7EBC30;
}
.TagClassName
{
border-color: #7EBC30;
}
</style>