Shades of Lime Green #1EC025
Tints of Lime Green #1EC025
RGB
CMYK
RGB Variations
Color information
#1EC025 (or 0x1EC025) is known color: Lime Green. HEX triplet: 1E, C0 and 25. RGB value is (30,192,37). Sum of RGB (Red+Green+Blue) = 30+192+37=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 192 (75.39% from 255 or 74.13% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC025 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC025 is #E13FDA. Grayscale: #7E7E7E. Windows color (decimal): -14761947 or 2474014. OLE color: 2474014.
HSL color Cylindrical-coordinate representation of color #1EC025: hue angle of 122.59º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC025 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 37 | - |
| CMYK | 0.84 | 0 | 0.81 | 0.25 |
| HSL | 122.59º | 0.73% | 0.44% | - |
| HSV(B) | 122.59º | 0.84% | 0.75% | - |
| XYZ | 19.72 | 38.11 | 8.07 | - |
| YUV | 125.89 | 77.83 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 37 | 0.84 | 0 | 0.81 | 0.25 | 122.59 | 0.73 | 0.44 |
| Hex | 1E | C0 | 25 | 54 | 0 | 51 | 19 | 7B | 49 | 2C |
| Octal | 36 | 300 | 45 | 124 | 0 | 121 | 31 | 173 | 111 | 54 |
| Binary | 11110 | 11000000 | 100101 | 1010100 | 0 | 1010001 | 11001 | 1111011 | 1001001 | 101100 |
Color Harmonies of #1EC025
Complementary color
Monochromatic Colors of #1EC025
Black with #1EC025
Text Example
Text Example
White with #1EC025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC025; }
p { color: rgb(30,192,37); }
H1.HeaderClassName
{
color: #1EC025;
}
.AnyTagClassName
{
color: #1EC025;
}
</style>
background-color css
<style>
a { background-color: #1EC025; }
a { background-color: rgb(30,192,37); }
div.DivClassName
{
background-color: #1EC025;
}
.BgClassName
{
background-color: #1EC025;
}
</style>
border-color css
<style>
span { border-color: #1EC025; }
span { border-color: rgb(30,192,37); }
td.TdClassName
{
border-color: #1EC025;
}
.TagClassName
{
border-color: #1EC025;
}
</style>