Shades of Lime Green #1EC41F
Tints of Lime Green #1EC41F
RGB
CMYK
RGB Variations
Color information
#1EC41F (or 0x1EC41F) is known color: Lime Green. HEX triplet: 1E, C4 and 1F. RGB value is (30,196,31). Sum of RGB (Red+Green+Blue) = 30+196+31=257 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.67% from 257); Green value is 196 (76.95% from 255 or 76.26% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 196 - color contains mainly: green. Hex color #1EC41F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC41F is #E13BE0. Grayscale: #808080. Windows color (decimal): -14760929 or 2081822. OLE color: 2081822.
HSL color Cylindrical-coordinate representation of color #1EC41F: hue angle of 120.36º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC41F is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 30 | 196 | 31 | - |
| CMYK | 0.85 | 0 | 0.84 | 0.23 |
| HSL | 120.36º | 0.73% | 0.44% | - |
| HSV(B) | 120.36º | 0.85% | 0.77% | - |
| XYZ | 20.52 | 39.85 | 7.91 | - |
| YUV | 127.56 | 73.5 | 58.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 196 | 31 | 0.85 | 0 | 0.84 | 0.23 | 120.36 | 0.73 | 0.44 |
| Hex | 1E | C4 | 1F | 55 | 0 | 54 | 17 | 78 | 49 | 2C |
| Octal | 36 | 304 | 37 | 125 | 0 | 124 | 27 | 170 | 111 | 54 |
| Binary | 11110 | 11000100 | 11111 | 1010101 | 0 | 1010100 | 10111 | 1111000 | 1001001 | 101100 |
Color Harmonies of #1EC41F
Complementary color
Monochromatic Colors of #1EC41F
Black with #1EC41F
Text Example
Text Example
White with #1EC41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC41F; }
p { color: rgb(30,196,31); }
H1.HeaderClassName
{
color: #1EC41F;
}
.AnyTagClassName
{
color: #1EC41F;
}
</style>
background-color css
<style>
a { background-color: #1EC41F; }
a { background-color: rgb(30,196,31); }
div.DivClassName
{
background-color: #1EC41F;
}
.BgClassName
{
background-color: #1EC41F;
}
</style>
border-color css
<style>
span { border-color: #1EC41F; }
span { border-color: rgb(30,196,31); }
td.TdClassName
{
border-color: #1EC41F;
}
.TagClassName
{
border-color: #1EC41F;
}
</style>