Shades of Lime Green #1EC22C
Tints of Lime Green #1EC22C
RGB
CMYK
RGB Variations
Color information
#1EC22C (or 0x1EC22C) is known color: Lime Green. HEX triplet: 1E, C2 and 2C. RGB value is (30,194,44). Sum of RGB (Red+Green+Blue) = 30+194+44=268 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.19% from 268); Green value is 194 (76.17% from 255 or 72.39% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 194 - color contains mainly: green. Hex color #1EC22C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC22C is #E13DD3. Grayscale: #808080. Windows color (decimal): -14761428 or 2933278. OLE color: 2933278.
HSL color Cylindrical-coordinate representation of color #1EC22C: hue angle of 125.12º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC22C is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 194 | 44 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.24 |
| HSL | 125.12º | 0.73% | 0.44% | - |
| HSV(B) | 125.12º | 0.85% | 0.76% | - |
| XYZ | 20.28 | 39.04 | 8.85 | - |
| YUV | 127.86 | 80.67 | 58.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 194 | 44 | 0.85 | 0 | 0.77 | 0.24 | 125.12 | 0.73 | 0.44 |
| Hex | 1E | C2 | 2C | 55 | 0 | 4D | 18 | 7D | 49 | 2C |
| Octal | 36 | 302 | 54 | 125 | 0 | 115 | 30 | 175 | 111 | 54 |
| Binary | 11110 | 11000010 | 101100 | 1010101 | 0 | 1001101 | 11000 | 1111101 | 1001001 | 101100 |
Color Harmonies of #1EC22C
Complementary color
Monochromatic Colors of #1EC22C
Black with #1EC22C
Text Example
Text Example
White with #1EC22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC22C; }
p { color: rgb(30,194,44); }
H1.HeaderClassName
{
color: #1EC22C;
}
.AnyTagClassName
{
color: #1EC22C;
}
</style>
background-color css
<style>
a { background-color: #1EC22C; }
a { background-color: rgb(30,194,44); }
div.DivClassName
{
background-color: #1EC22C;
}
.BgClassName
{
background-color: #1EC22C;
}
</style>
border-color css
<style>
span { border-color: #1EC22C; }
span { border-color: rgb(30,194,44); }
td.TdClassName
{
border-color: #1EC22C;
}
.TagClassName
{
border-color: #1EC22C;
}
</style>