Shades of Lime Green #1EDD22
Tints of Lime Green #1EDD22
RGB
CMYK
RGB Variations
Color information
#1EDD22 (or 0x1EDD22) is known color: Lime Green. HEX triplet: 1E, DD and 22. RGB value is (30,221,34). Sum of RGB (Red+Green+Blue) = 30+221+34=285 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.53% from 285); Green value is 221 (86.72% from 255 or 77.54% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDD22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDD22 is #E122DD. Grayscale: #8F8F8F. Windows color (decimal): -14754526 or 2284830. OLE color: 2284830.
HSL color Cylindrical-coordinate representation of color #1EDD22: hue angle of 121.26º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDD22 is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 221 | 34 | - |
| CMYK | 0.86 | 0 | 0.85 | 0.13 |
| HSL | 121.26º | 0.76% | 0.49% | - |
| HSV(B) | 121.26º | 0.86% | 0.87% | - |
| XYZ | 26.68 | 52.1 | 10.16 | - |
| YUV | 142.57 | 66.72 | 47.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 221 | 34 | 0.86 | 0 | 0.85 | 0.13 | 121.26 | 0.76 | 0.49 |
| Hex | 1E | DD | 22 | 56 | 0 | 55 | D | 79 | 4C | 31 |
| Octal | 36 | 335 | 42 | 126 | 0 | 125 | 15 | 171 | 114 | 61 |
| Binary | 11110 | 11011101 | 100010 | 1010110 | 0 | 1010101 | 1101 | 1111001 | 1001100 | 110001 |
Color Harmonies of #1EDD22
Complementary color
Monochromatic Colors of #1EDD22
Black with #1EDD22
Text Example
Text Example
White with #1EDD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDD22; }
p { color: rgb(30,221,34); }
H1.HeaderClassName
{
color: #1EDD22;
}
.AnyTagClassName
{
color: #1EDD22;
}
</style>
background-color css
<style>
a { background-color: #1EDD22; }
a { background-color: rgb(30,221,34); }
div.DivClassName
{
background-color: #1EDD22;
}
.BgClassName
{
background-color: #1EDD22;
}
</style>
border-color css
<style>
span { border-color: #1EDD22; }
span { border-color: rgb(30,221,34); }
td.TdClassName
{
border-color: #1EDD22;
}
.TagClassName
{
border-color: #1EDD22;
}
</style>