Shades of Lime Green #1EBA2E
Tints of Lime Green #1EBA2E
RGB
CMYK
RGB Variations
Color information
#1EBA2E (or 0x1EBA2E) is known color: Lime Green. HEX triplet: 1E, BA and 2E. RGB value is (30,186,46). Sum of RGB (Red+Green+Blue) = 30+186+46=262 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.45% from 262); Green value is 186 (73.05% from 255 or 70.99% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBA2E is #E145D1. Grayscale: #7B7B7B. Windows color (decimal): -14763474 or 3062302. OLE color: 3062302.
HSL color Cylindrical-coordinate representation of color #1EBA2E: hue angle of 126.15º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBA2E is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 186 | 46 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.27 |
| HSL | 126.15º | 0.72% | 0.42% | - |
| HSV(B) | 126.15º | 0.84% | 0.73% | - |
| XYZ | 18.59 | 35.59 | 8.47 | - |
| YUV | 123.4 | 84.32 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 46 | 0.84 | 0 | 0.75 | 0.27 | 126.15 | 0.72 | 0.42 |
| Hex | 1E | BA | 2E | 54 | 0 | 4B | 1B | 7E | 48 | 2A |
| Octal | 36 | 272 | 56 | 124 | 0 | 113 | 33 | 176 | 110 | 52 |
| Binary | 11110 | 10111010 | 101110 | 1010100 | 0 | 1001011 | 11011 | 1111110 | 1001000 | 101010 |
Color Harmonies of #1EBA2E
Complementary color
Monochromatic Colors of #1EBA2E
Black with #1EBA2E
Text Example
Text Example
White with #1EBA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBA2E; }
p { color: rgb(30,186,46); }
H1.HeaderClassName
{
color: #1EBA2E;
}
.AnyTagClassName
{
color: #1EBA2E;
}
</style>
background-color css
<style>
a { background-color: #1EBA2E; }
a { background-color: rgb(30,186,46); }
div.DivClassName
{
background-color: #1EBA2E;
}
.BgClassName
{
background-color: #1EBA2E;
}
</style>
border-color css
<style>
span { border-color: #1EBA2E; }
span { border-color: rgb(30,186,46); }
td.TdClassName
{
border-color: #1EBA2E;
}
.TagClassName
{
border-color: #1EBA2E;
}
</style>