Shades of Lime Green #1EC322
Tints of Lime Green #1EC322
RGB
CMYK
RGB Variations
Color information
#1EC322 (or 0x1EC322) is known color: Lime Green. HEX triplet: 1E, C3 and 22. RGB value is (30,195,34). Sum of RGB (Red+Green+Blue) = 30+195+34=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 195 (76.56% from 255 or 75.29% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 195 - color contains mainly: green. Hex color #1EC322 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC322 is #E13CDD. Grayscale: #7F7F7F. Windows color (decimal): -14761182 or 2278174. OLE color: 2278174.
HSL color Cylindrical-coordinate representation of color #1EC322: hue angle of 121.45º 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 #1EC322 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 195 | 34 | - |
| CMYK | 0.85 | 0 | 0.83 | 0.24 |
| HSL | 121.45º | 0.73% | 0.44% | - |
| HSV(B) | 121.45º | 0.85% | 0.76% | - |
| XYZ | 20.34 | 39.42 | 8.05 | - |
| YUV | 127.31 | 75.34 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 195 | 34 | 0.85 | 0 | 0.83 | 0.24 | 121.45 | 0.73 | 0.44 |
| Hex | 1E | C3 | 22 | 55 | 0 | 53 | 18 | 79 | 49 | 2C |
| Octal | 36 | 303 | 42 | 125 | 0 | 123 | 30 | 171 | 111 | 54 |
| Binary | 11110 | 11000011 | 100010 | 1010101 | 0 | 1010011 | 11000 | 1111001 | 1001001 | 101100 |
Color Harmonies of #1EC322
Complementary color
Monochromatic Colors of #1EC322
Black with #1EC322
Text Example
Text Example
White with #1EC322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC322; }
p { color: rgb(30,195,34); }
H1.HeaderClassName
{
color: #1EC322;
}
.AnyTagClassName
{
color: #1EC322;
}
</style>
background-color css
<style>
a { background-color: #1EC322; }
a { background-color: rgb(30,195,34); }
div.DivClassName
{
background-color: #1EC322;
}
.BgClassName
{
background-color: #1EC322;
}
</style>
border-color css
<style>
span { border-color: #1EC322; }
span { border-color: rgb(30,195,34); }
td.TdClassName
{
border-color: #1EC322;
}
.TagClassName
{
border-color: #1EC322;
}
</style>