Shades of Lime Green #1EBA20
Tints of Lime Green #1EBA20
RGB
CMYK
RGB Variations
Color information
#1EBA20 (or 0x1EBA20) is known color: Lime Green. HEX triplet: 1E, BA and 20. RGB value is (30,186,32). Sum of RGB (Red+Green+Blue) = 30+186+32=248 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.10% from 248); Green value is 186 (73.05% from 255 or 75% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBA20 is #E145DF. Grayscale: #7A7A7A. Windows color (decimal): -14763488 or 2144798. OLE color: 2144798.
HSL color Cylindrical-coordinate representation of color #1EBA20: hue angle of 120.77º 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 #1EBA20 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 186 | 32 | - |
| CMYK | 0.84 | 0 | 0.83 | 0.27 |
| HSL | 120.77º | 0.72% | 0.42% | - |
| HSV(B) | 120.77º | 0.84% | 0.73% | - |
| XYZ | 18.36 | 35.5 | 7.25 | - |
| YUV | 121.8 | 77.32 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 32 | 0.84 | 0 | 0.83 | 0.27 | 120.77 | 0.72 | 0.42 |
| Hex | 1E | BA | 20 | 54 | 0 | 53 | 1B | 79 | 48 | 2A |
| Octal | 36 | 272 | 40 | 124 | 0 | 123 | 33 | 171 | 110 | 52 |
| Binary | 11110 | 10111010 | 100000 | 1010100 | 0 | 1010011 | 11011 | 1111001 | 1001000 | 101010 |
Color Harmonies of #1EBA20
Complementary color
Monochromatic Colors of #1EBA20
Black with #1EBA20
Text Example
Text Example
White with #1EBA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBA20; }
p { color: rgb(30,186,32); }
H1.HeaderClassName
{
color: #1EBA20;
}
.AnyTagClassName
{
color: #1EBA20;
}
</style>
background-color css
<style>
a { background-color: #1EBA20; }
a { background-color: rgb(30,186,32); }
div.DivClassName
{
background-color: #1EBA20;
}
.BgClassName
{
background-color: #1EBA20;
}
</style>
border-color css
<style>
span { border-color: #1EBA20; }
span { border-color: rgb(30,186,32); }
td.TdClassName
{
border-color: #1EBA20;
}
.TagClassName
{
border-color: #1EBA20;
}
</style>