Shades of Lime Green #1EC138
Tints of Lime Green #1EC138
RGB
CMYK
RGB Variations
Color information
#1EC138 (or 0x1EC138) is known color: Lime Green. HEX triplet: 1E, C1 and 38. RGB value is (30,193,56). Sum of RGB (Red+Green+Blue) = 30+193+56=279 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.75% from 279); Green value is 193 (75.78% from 255 or 69.18% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC138 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC138 is #E13EC7. Grayscale: #818181. Windows color (decimal): -14761672 or 3719454. OLE color: 3719454.
HSL color Cylindrical-coordinate representation of color #1EC138: hue angle of 129.57º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC138 is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 193 | 56 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.24 |
| HSL | 129.57º | 0.73% | 0.44% | - |
| HSV(B) | 129.57º | 0.84% | 0.76% | - |
| XYZ | 20.32 | 38.7 | 10.14 | - |
| YUV | 128.65 | 87 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 193 | 56 | 0.84 | 0 | 0.71 | 0.24 | 129.57 | 0.73 | 0.44 |
| Hex | 1E | C1 | 38 | 54 | 0 | 47 | 18 | 82 | 49 | 2C |
| Octal | 36 | 301 | 70 | 124 | 0 | 107 | 30 | 202 | 111 | 54 |
| Binary | 11110 | 11000001 | 111000 | 1010100 | 0 | 1000111 | 11000 | 10000010 | 1001001 | 101100 |
Color Harmonies of #1EC138
Complementary color
Monochromatic Colors of #1EC138
Black with #1EC138
Text Example
Text Example
White with #1EC138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC138; }
p { color: rgb(30,193,56); }
H1.HeaderClassName
{
color: #1EC138;
}
.AnyTagClassName
{
color: #1EC138;
}
</style>
background-color css
<style>
a { background-color: #1EC138; }
a { background-color: rgb(30,193,56); }
div.DivClassName
{
background-color: #1EC138;
}
.BgClassName
{
background-color: #1EC138;
}
</style>
border-color css
<style>
span { border-color: #1EC138; }
span { border-color: rgb(30,193,56); }
td.TdClassName
{
border-color: #1EC138;
}
.TagClassName
{
border-color: #1EC138;
}
</style>