Shades of Lime Green #1EC135
Tints of Lime Green #1EC135
RGB
CMYK
RGB Variations
Color information
#1EC135 (or 0x1EC135) is known color: Lime Green. HEX triplet: 1E, C1 and 35. RGB value is (30,193,53). Sum of RGB (Red+Green+Blue) = 30+193+53=276 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.87% from 276); Green value is 193 (75.78% from 255 or 69.93% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC135 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC135 is #E13ECA. Grayscale: #808080. Windows color (decimal): -14761675 or 3522846. OLE color: 3522846.
HSL color Cylindrical-coordinate representation of color #1EC135: hue angle of 128.47º 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 #1EC135 is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 193 | 53 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.24 |
| HSL | 128.47º | 0.73% | 0.44% | - |
| HSV(B) | 128.47º | 0.84% | 0.76% | - |
| XYZ | 20.25 | 38.67 | 9.77 | - |
| YUV | 128.3 | 85.5 | 57.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 193 | 53 | 0.84 | 0 | 0.73 | 0.24 | 128.47 | 0.73 | 0.44 |
| Hex | 1E | C1 | 35 | 54 | 0 | 49 | 18 | 80 | 49 | 2C |
| Octal | 36 | 301 | 65 | 124 | 0 | 111 | 30 | 200 | 111 | 54 |
| Binary | 11110 | 11000001 | 110101 | 1010100 | 0 | 1001001 | 11000 | 10000000 | 1001001 | 101100 |
Color Harmonies of #1EC135
Complementary color
Monochromatic Colors of #1EC135
Black with #1EC135
Text Example
Text Example
White with #1EC135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC135; }
p { color: rgb(30,193,53); }
H1.HeaderClassName
{
color: #1EC135;
}
.AnyTagClassName
{
color: #1EC135;
}
</style>
background-color css
<style>
a { background-color: #1EC135; }
a { background-color: rgb(30,193,53); }
div.DivClassName
{
background-color: #1EC135;
}
.BgClassName
{
background-color: #1EC135;
}
</style>
border-color css
<style>
span { border-color: #1EC135; }
span { border-color: rgb(30,193,53); }
td.TdClassName
{
border-color: #1EC135;
}
.TagClassName
{
border-color: #1EC135;
}
</style>