Shades of Lime Green #1EBA2B
Tints of Lime Green #1EBA2B
RGB
CMYK
RGB Variations
Color information
#1EBA2B (or 0x1EBA2B) is known color: Lime Green. HEX triplet: 1E, BA and 2B. RGB value is (30,186,43). Sum of RGB (Red+Green+Blue) = 30+186+43=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 186 (73.05% from 255 or 71.81% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBA2B is #E145D4. Grayscale: #7B7B7B. Windows color (decimal): -14763477 or 2865694. OLE color: 2865694.
HSL color Cylindrical-coordinate representation of color #1EBA2B: hue angle of 125º 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 #1EBA2B is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 186 | 43 | - |
| CMYK | 0.84 | 0 | 0.77 | 0.27 |
| HSL | 125º | 0.72% | 0.42% | - |
| HSV(B) | 125º | 0.84% | 0.73% | - |
| XYZ | 18.53 | 35.57 | 8.17 | - |
| YUV | 123.05 | 82.82 | 61.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 43 | 0.84 | 0 | 0.77 | 0.27 | 125 | 0.72 | 0.42 |
| Hex | 1E | BA | 2B | 54 | 0 | 4D | 1B | 7D | 48 | 2A |
| Octal | 36 | 272 | 53 | 124 | 0 | 115 | 33 | 175 | 110 | 52 |
| Binary | 11110 | 10111010 | 101011 | 1010100 | 0 | 1001101 | 11011 | 1111101 | 1001000 | 101010 |
Color Harmonies of #1EBA2B
Complementary color
Monochromatic Colors of #1EBA2B
Black with #1EBA2B
Text Example
Text Example
White with #1EBA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBA2B; }
p { color: rgb(30,186,43); }
H1.HeaderClassName
{
color: #1EBA2B;
}
.AnyTagClassName
{
color: #1EBA2B;
}
</style>
background-color css
<style>
a { background-color: #1EBA2B; }
a { background-color: rgb(30,186,43); }
div.DivClassName
{
background-color: #1EBA2B;
}
.BgClassName
{
background-color: #1EBA2B;
}
</style>
border-color css
<style>
span { border-color: #1EBA2B; }
span { border-color: rgb(30,186,43); }
td.TdClassName
{
border-color: #1EBA2B;
}
.TagClassName
{
border-color: #1EBA2B;
}
</style>