Shades of Lime Green #1EC126
Tints of Lime Green #1EC126
RGB
CMYK
RGB Variations
Color information
#1EC126 (or 0x1EC126) is known color: Lime Green. HEX triplet: 1E, C1 and 26. RGB value is (30,193,38). Sum of RGB (Red+Green+Blue) = 30+193+38=261 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.49% from 261); Green value is 193 (75.78% from 255 or 73.95% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC126 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC126 is #E13ED9. Grayscale: #7F7F7F. Windows color (decimal): -14761690 or 2539806. OLE color: 2539806.
HSL color Cylindrical-coordinate representation of color #1EC126: hue angle of 122.94º 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 #1EC126 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 193 | 38 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.24 |
| HSL | 122.94º | 0.73% | 0.44% | - |
| HSV(B) | 122.94º | 0.84% | 0.76% | - |
| XYZ | 19.96 | 38.56 | 8.22 | - |
| YUV | 126.59 | 78 | 59.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 193 | 38 | 0.84 | 0 | 0.80 | 0.24 | 122.94 | 0.73 | 0.44 |
| Hex | 1E | C1 | 26 | 54 | 0 | 50 | 18 | 7B | 49 | 2C |
| Octal | 36 | 301 | 46 | 124 | 0 | 120 | 30 | 173 | 111 | 54 |
| Binary | 11110 | 11000001 | 100110 | 1010100 | 0 | 1010000 | 11000 | 1111011 | 1001001 | 101100 |
Color Harmonies of #1EC126
Complementary color
Monochromatic Colors of #1EC126
Black with #1EC126
Text Example
Text Example
White with #1EC126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC126; }
p { color: rgb(30,193,38); }
H1.HeaderClassName
{
color: #1EC126;
}
.AnyTagClassName
{
color: #1EC126;
}
</style>
background-color css
<style>
a { background-color: #1EC126; }
a { background-color: rgb(30,193,38); }
div.DivClassName
{
background-color: #1EC126;
}
.BgClassName
{
background-color: #1EC126;
}
</style>
border-color css
<style>
span { border-color: #1EC126; }
span { border-color: rgb(30,193,38); }
td.TdClassName
{
border-color: #1EC126;
}
.TagClassName
{
border-color: #1EC126;
}
</style>