Shades of Lime Green #1EC01A
Tints of Lime Green #1EC01A
RGB
CMYK
RGB Variations
Color information
#1EC01A (or 0x1EC01A) is known color: Lime Green. HEX triplet: 1E, C0 and 1A. RGB value is (30,192,26). Sum of RGB (Red+Green+Blue) = 30+192+26=248 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.10% from 248); Green value is 192 (75.39% from 255 or 77.42% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC01A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC01A is #E13FE5. Grayscale: #7D7D7D. Windows color (decimal): -14761958 or 1753118. OLE color: 1753118.
HSL color Cylindrical-coordinate representation of color #1EC01A: hue angle of 118.55º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EC01A is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 26 | - |
| CMYK | 0.84 | 0 | 0.86 | 0.25 |
| HSL | 118.55º | 0.76% | 0.43% | - |
| HSV(B) | 118.55º | 0.86% | 0.75% | - |
| XYZ | 19.57 | 38.05 | 7.29 | - |
| YUV | 124.64 | 72.33 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 26 | 0.84 | 0 | 0.86 | 0.25 | 118.55 | 0.76 | 0.43 |
| Hex | 1E | C0 | 1A | 54 | 0 | 56 | 19 | 77 | 4C | 2B |
| Octal | 36 | 300 | 32 | 124 | 0 | 126 | 31 | 167 | 114 | 53 |
| Binary | 11110 | 11000000 | 11010 | 1010100 | 0 | 1010110 | 11001 | 1110111 | 1001100 | 101011 |
Color Harmonies of #1EC01A
Complementary color
Monochromatic Colors of #1EC01A
Black with #1EC01A
Text Example
Text Example
White with #1EC01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC01A; }
p { color: rgb(30,192,26); }
H1.HeaderClassName
{
color: #1EC01A;
}
.AnyTagClassName
{
color: #1EC01A;
}
</style>
background-color css
<style>
a { background-color: #1EC01A; }
a { background-color: rgb(30,192,26); }
div.DivClassName
{
background-color: #1EC01A;
}
.BgClassName
{
background-color: #1EC01A;
}
</style>
border-color css
<style>
span { border-color: #1EC01A; }
span { border-color: rgb(30,192,26); }
td.TdClassName
{
border-color: #1EC01A;
}
.TagClassName
{
border-color: #1EC01A;
}
</style>