Shades of Lime Green #1EBA0D
Tints of Lime Green #1EBA0D
RGB
CMYK
RGB Variations
Color information
#1EBA0D (or 0x1EBA0D) is known color: Lime Green. HEX triplet: 1E, BA and 0D. RGB value is (30,186,13). Sum of RGB (Red+Green+Blue) = 30+186+13=229 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.10% from 229); Green value is 186 (73.05% from 255 or 81.22% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EBA0D is #E145F2. Grayscale: #787878. Windows color (decimal): -14763507 or 899614. OLE color: 899614.
HSL color Cylindrical-coordinate representation of color #1EBA0D: hue angle of 114.1º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1EBA0D is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 186 | 13 | - |
| CMYK | 0.84 | 0 | 0.93 | 0.27 |
| HSL | 114.1º | 0.87% | 0.39% | - |
| HSV(B) | 114.1º | 0.93% | 0.73% | - |
| XYZ | 18.17 | 35.42 | 6.26 | - |
| YUV | 119.63 | 67.82 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 13 | 0.84 | 0 | 0.93 | 0.27 | 114.1 | 0.87 | 0.39 |
| Hex | 1E | BA | D | 54 | 0 | 5D | 1B | 72 | 57 | 27 |
| Octal | 36 | 272 | 15 | 124 | 0 | 135 | 33 | 162 | 127 | 47 |
| Binary | 11110 | 10111010 | 1101 | 1010100 | 0 | 1011101 | 11011 | 1110010 | 1010111 | 100111 |
Color Harmonies of #1EBA0D
Complementary color
Monochromatic Colors of #1EBA0D
Black with #1EBA0D
Text Example
Text Example
White with #1EBA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBA0D; }
p { color: rgb(30,186,13); }
H1.HeaderClassName
{
color: #1EBA0D;
}
.AnyTagClassName
{
color: #1EBA0D;
}
</style>
background-color css
<style>
a { background-color: #1EBA0D; }
a { background-color: rgb(30,186,13); }
div.DivClassName
{
background-color: #1EBA0D;
}
.BgClassName
{
background-color: #1EBA0D;
}
</style>
border-color css
<style>
span { border-color: #1EBA0D; }
span { border-color: rgb(30,186,13); }
td.TdClassName
{
border-color: #1EBA0D;
}
.TagClassName
{
border-color: #1EBA0D;
}
</style>