Shades of Lime Green #1EBA1D
Tints of Lime Green #1EBA1D
RGB
CMYK
RGB Variations
Color information
#1EBA1D (or 0x1EBA1D) is known color: Lime Green. HEX triplet: 1E, BA and 1D. RGB value is (30,186,29). Sum of RGB (Red+Green+Blue) = 30+186+29=245 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.24% from 245); Green value is 186 (73.05% from 255 or 75.92% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBA1D is #E145E2. Grayscale: #797979. Windows color (decimal): -14763491 or 1948190. OLE color: 1948190.
HSL color Cylindrical-coordinate representation of color #1EBA1D: hue angle of 119.62º degrees, saturation: 0.73, 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 #1EBA1D is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 186 | 29 | - |
| CMYK | 0.84 | 0 | 0.84 | 0.27 |
| HSL | 119.62º | 0.73% | 0.42% | - |
| HSV(B) | 119.62º | 0.84% | 0.73% | - |
| XYZ | 18.32 | 35.48 | 7.05 | - |
| YUV | 121.46 | 75.82 | 62.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 29 | 0.84 | 0 | 0.84 | 0.27 | 119.62 | 0.73 | 0.42 |
| Hex | 1E | BA | 1D | 54 | 0 | 54 | 1B | 78 | 49 | 2A |
| Octal | 36 | 272 | 35 | 124 | 0 | 124 | 33 | 170 | 111 | 52 |
| Binary | 11110 | 10111010 | 11101 | 1010100 | 0 | 1010100 | 11011 | 1111000 | 1001001 | 101010 |
Color Harmonies of #1EBA1D
Complementary color
Monochromatic Colors of #1EBA1D
Black with #1EBA1D
Text Example
Text Example
White with #1EBA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBA1D; }
p { color: rgb(30,186,29); }
H1.HeaderClassName
{
color: #1EBA1D;
}
.AnyTagClassName
{
color: #1EBA1D;
}
</style>
background-color css
<style>
a { background-color: #1EBA1D; }
a { background-color: rgb(30,186,29); }
div.DivClassName
{
background-color: #1EBA1D;
}
.BgClassName
{
background-color: #1EBA1D;
}
</style>
border-color css
<style>
span { border-color: #1EBA1D; }
span { border-color: rgb(30,186,29); }
td.TdClassName
{
border-color: #1EBA1D;
}
.TagClassName
{
border-color: #1EBA1D;
}
</style>