Shades of Lime Green #1EBA30
Tints of Lime Green #1EBA30
RGB
CMYK
RGB Variations
Color information
#1EBA30 (or 0x1EBA30) is known color: Lime Green. HEX triplet: 1E, BA and 30. RGB value is (30,186,48). Sum of RGB (Red+Green+Blue) = 30+186+48=264 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.36% from 264); Green value is 186 (73.05% from 255 or 70.45% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBA30 is #E145CF. Grayscale: #7C7C7C. Windows color (decimal): -14763472 or 3193374. OLE color: 3193374.
HSL color Cylindrical-coordinate representation of color #1EBA30: hue angle of 126.92º 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 #1EBA30 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 186 | 48 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.27 |
| HSL | 126.92º | 0.72% | 0.42% | - |
| HSV(B) | 126.92º | 0.84% | 0.73% | - |
| XYZ | 18.63 | 35.61 | 8.69 | - |
| YUV | 123.62 | 85.32 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 48 | 0.84 | 0 | 0.74 | 0.27 | 126.92 | 0.72 | 0.42 |
| Hex | 1E | BA | 30 | 54 | 0 | 4A | 1B | 7F | 48 | 2A |
| Octal | 36 | 272 | 60 | 124 | 0 | 112 | 33 | 177 | 110 | 52 |
| Binary | 11110 | 10111010 | 110000 | 1010100 | 0 | 1001010 | 11011 | 1111111 | 1001000 | 101010 |
Color Harmonies of #1EBA30
Complementary color
Monochromatic Colors of #1EBA30
Black with #1EBA30
Text Example
Text Example
White with #1EBA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBA30; }
p { color: rgb(30,186,48); }
H1.HeaderClassName
{
color: #1EBA30;
}
.AnyTagClassName
{
color: #1EBA30;
}
</style>
background-color css
<style>
a { background-color: #1EBA30; }
a { background-color: rgb(30,186,48); }
div.DivClassName
{
background-color: #1EBA30;
}
.BgClassName
{
background-color: #1EBA30;
}
</style>
border-color css
<style>
span { border-color: #1EBA30; }
span { border-color: rgb(30,186,48); }
td.TdClassName
{
border-color: #1EBA30;
}
.TagClassName
{
border-color: #1EBA30;
}
</style>