Shades of Lime Green #1EC419
Tints of Lime Green #1EC419
RGB
CMYK
RGB Variations
Color information
#1EC419 (or 0x1EC419) is known color: Lime Green. HEX triplet: 1E, C4 and 19. RGB value is (30,196,25). Sum of RGB (Red+Green+Blue) = 30+196+25=251 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.95% from 251); Green value is 196 (76.95% from 255 or 78.09% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 196 - color contains mainly: green. Hex color #1EC419 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC419 is #E13BE6. Grayscale: #7F7F7F. Windows color (decimal): -14760935 or 1688606. OLE color: 1688606.
HSL color Cylindrical-coordinate representation of color #1EC419: hue angle of 118.25º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EC419 is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 30 | 196 | 25 | - |
| CMYK | 0.85 | 0 | 0.87 | 0.23 |
| HSL | 118.25º | 0.77% | 0.43% | - |
| HSV(B) | 118.25º | 0.87% | 0.77% | - |
| XYZ | 20.45 | 39.83 | 7.53 | - |
| YUV | 126.87 | 70.5 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 196 | 25 | 0.85 | 0 | 0.87 | 0.23 | 118.25 | 0.77 | 0.43 |
| Hex | 1E | C4 | 19 | 55 | 0 | 57 | 17 | 76 | 4D | 2B |
| Octal | 36 | 304 | 31 | 125 | 0 | 127 | 27 | 166 | 115 | 53 |
| Binary | 11110 | 11000100 | 11001 | 1010101 | 0 | 1010111 | 10111 | 1110110 | 1001101 | 101011 |
Color Harmonies of #1EC419
Complementary color
Monochromatic Colors of #1EC419
Black with #1EC419
Text Example
Text Example
White with #1EC419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC419; }
p { color: rgb(30,196,25); }
H1.HeaderClassName
{
color: #1EC419;
}
.AnyTagClassName
{
color: #1EC419;
}
</style>
background-color css
<style>
a { background-color: #1EC419; }
a { background-color: rgb(30,196,25); }
div.DivClassName
{
background-color: #1EC419;
}
.BgClassName
{
background-color: #1EC419;
}
</style>
border-color css
<style>
span { border-color: #1EC419; }
span { border-color: rgb(30,196,25); }
td.TdClassName
{
border-color: #1EC419;
}
.TagClassName
{
border-color: #1EC419;
}
</style>