Shades of Lime Green #1ECE22
Tints of Lime Green #1ECE22
RGB
CMYK
RGB Variations
Color information
#1ECE22 (or 0x1ECE22) is known color: Lime Green. HEX triplet: 1E, CE and 22. RGB value is (30,206,34). Sum of RGB (Red+Green+Blue) = 30+206+34=270 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.11% from 270); Green value is 206 (80.86% from 255 or 76.30% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 206 - color contains mainly: green. Hex color #1ECE22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECE22 is #E131DD. Grayscale: #868686. Windows color (decimal): -14758366 or 2280990. OLE color: 2280990.
HSL color Cylindrical-coordinate representation of color #1ECE22: hue angle of 121.36º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECE22 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 206 | 34 | - |
| CMYK | 0.85 | 0 | 0.83 | 0.19 |
| HSL | 121.36º | 0.75% | 0.46% | - |
| HSV(B) | 121.36º | 0.85% | 0.81% | - |
| XYZ | 22.9 | 44.53 | 8.9 | - |
| YUV | 133.77 | 71.69 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 206 | 34 | 0.85 | 0 | 0.83 | 0.19 | 121.36 | 0.75 | 0.46 |
| Hex | 1E | CE | 22 | 55 | 0 | 53 | 13 | 79 | 4B | 2E |
| Octal | 36 | 316 | 42 | 125 | 0 | 123 | 23 | 171 | 113 | 56 |
| Binary | 11110 | 11001110 | 100010 | 1010101 | 0 | 1010011 | 10011 | 1111001 | 1001011 | 101110 |
Color Harmonies of #1ECE22
Complementary color
Monochromatic Colors of #1ECE22
Black with #1ECE22
Text Example
Text Example
White with #1ECE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECE22; }
p { color: rgb(30,206,34); }
H1.HeaderClassName
{
color: #1ECE22;
}
.AnyTagClassName
{
color: #1ECE22;
}
</style>
background-color css
<style>
a { background-color: #1ECE22; }
a { background-color: rgb(30,206,34); }
div.DivClassName
{
background-color: #1ECE22;
}
.BgClassName
{
background-color: #1ECE22;
}
</style>
border-color css
<style>
span { border-color: #1ECE22; }
span { border-color: rgb(30,206,34); }
td.TdClassName
{
border-color: #1ECE22;
}
.TagClassName
{
border-color: #1ECE22;
}
</style>