Shades of Lime Green #1ED122
Tints of Lime Green #1ED122
RGB
CMYK
RGB Variations
Color information
#1ED122 (or 0x1ED122) is known color: Lime Green. HEX triplet: 1E, D1 and 22. RGB value is (30,209,34). Sum of RGB (Red+Green+Blue) = 30+209+34=273 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.99% from 273); Green value is 209 (82.03% from 255 or 76.56% from 273); Blue value is 34 (13.67% from 255 or 12.45% from 273); Max value from RGB is 209 - color contains mainly: green. Hex color #1ED122 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED122 is #E12EDD. Grayscale: #888888. Windows color (decimal): -14757598 or 2281758. OLE color: 2281758.
HSL color Cylindrical-coordinate representation of color #1ED122: hue angle of 121.34º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED122 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 209 | 34 | - |
| CMYK | 0.86 | 0 | 0.84 | 0.18 |
| HSL | 121.34º | 0.75% | 0.47% | - |
| HSV(B) | 121.34º | 0.86% | 0.82% | - |
| XYZ | 23.62 | 45.99 | 9.15 | - |
| YUV | 135.53 | 70.7 | 52.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 209 | 34 | 0.86 | 0 | 0.84 | 0.18 | 121.34 | 0.75 | 0.47 |
| Hex | 1E | D1 | 22 | 56 | 0 | 54 | 12 | 79 | 4B | 2F |
| Octal | 36 | 321 | 42 | 126 | 0 | 124 | 22 | 171 | 113 | 57 |
| Binary | 11110 | 11010001 | 100010 | 1010110 | 0 | 1010100 | 10010 | 1111001 | 1001011 | 101111 |
Color Harmonies of #1ED122
Complementary color
Monochromatic Colors of #1ED122
Black with #1ED122
Text Example
Text Example
White with #1ED122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED122; }
p { color: rgb(30,209,34); }
H1.HeaderClassName
{
color: #1ED122;
}
.AnyTagClassName
{
color: #1ED122;
}
</style>
background-color css
<style>
a { background-color: #1ED122; }
a { background-color: rgb(30,209,34); }
div.DivClassName
{
background-color: #1ED122;
}
.BgClassName
{
background-color: #1ED122;
}
</style>
border-color css
<style>
span { border-color: #1ED122; }
span { border-color: rgb(30,209,34); }
td.TdClassName
{
border-color: #1ED122;
}
.TagClassName
{
border-color: #1ED122;
}
</style>