Shades of Lime Green #1EBA14
Tints of Lime Green #1EBA14
RGB
CMYK
RGB Variations
Color information
#1EBA14 (or 0x1EBA14) is known color: Lime Green. HEX triplet: 1E, BA and 14. RGB value is (30,186,20). Sum of RGB (Red+Green+Blue) = 30+186+20=236 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.71% from 236); Green value is 186 (73.05% from 255 or 78.81% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EBA14 is #E145EB. Grayscale: #787878. Windows color (decimal): -14763500 or 1358366. OLE color: 1358366.
HSL color Cylindrical-coordinate representation of color #1EBA14: hue angle of 116.39º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1EBA14 is Cyan = 0.84, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 186 | 20 | - |
| CMYK | 0.84 | 0 | 0.89 | 0.27 |
| HSL | 116.39º | 0.81% | 0.4% | - |
| HSV(B) | 116.39º | 0.89% | 0.73% | - |
| XYZ | 18.22 | 35.44 | 6.54 | - |
| YUV | 120.43 | 71.32 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 20 | 0.84 | 0 | 0.89 | 0.27 | 116.39 | 0.81 | 0.4 |
| Hex | 1E | BA | 14 | 54 | 0 | 59 | 1B | 74 | 51 | 28 |
| Octal | 36 | 272 | 24 | 124 | 0 | 131 | 33 | 164 | 121 | 50 |
| Binary | 11110 | 10111010 | 10100 | 1010100 | 0 | 1011001 | 11011 | 1110100 | 1010001 | 101000 |
Color Harmonies of #1EBA14
Complementary color
Monochromatic Colors of #1EBA14
Black with #1EBA14
Text Example
Text Example
White with #1EBA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBA14; }
p { color: rgb(30,186,20); }
H1.HeaderClassName
{
color: #1EBA14;
}
.AnyTagClassName
{
color: #1EBA14;
}
</style>
background-color css
<style>
a { background-color: #1EBA14; }
a { background-color: rgb(30,186,20); }
div.DivClassName
{
background-color: #1EBA14;
}
.BgClassName
{
background-color: #1EBA14;
}
</style>
border-color css
<style>
span { border-color: #1EBA14; }
span { border-color: rgb(30,186,20); }
td.TdClassName
{
border-color: #1EBA14;
}
.TagClassName
{
border-color: #1EBA14;
}
</style>