Shades of Lime Green #1ED822
Tints of Lime Green #1ED822
RGB
CMYK
RGB Variations
Color information
#1ED822 (or 0x1ED822) is known color: Lime Green. HEX triplet: 1E, D8 and 22. RGB value is (30,216,34). Sum of RGB (Red+Green+Blue) = 30+216+34=280 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.71% from 280); Green value is 216 (84.77% from 255 or 77.14% from 280); Blue value is 34 (13.67% from 255 or 12.14% from 280); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED822 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED822 is #E127DD. Grayscale: #8C8C8C. Windows color (decimal): -14755806 or 2283550. OLE color: 2283550.
HSL color Cylindrical-coordinate representation of color #1ED822: hue angle of 121.29º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED822 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 216 | 34 | - |
| CMYK | 0.86 | 0 | 0.84 | 0.15 |
| HSL | 121.29º | 0.76% | 0.48% | - |
| HSV(B) | 121.29º | 0.86% | 0.85% | - |
| XYZ | 25.38 | 49.5 | 9.73 | - |
| YUV | 139.64 | 68.38 | 49.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 216 | 34 | 0.86 | 0 | 0.84 | 0.15 | 121.29 | 0.76 | 0.48 |
| Hex | 1E | D8 | 22 | 56 | 0 | 54 | F | 79 | 4C | 30 |
| Octal | 36 | 330 | 42 | 126 | 0 | 124 | 17 | 171 | 114 | 60 |
| Binary | 11110 | 11011000 | 100010 | 1010110 | 0 | 1010100 | 1111 | 1111001 | 1001100 | 110000 |
Color Harmonies of #1ED822
Complementary color
Monochromatic Colors of #1ED822
Black with #1ED822
Text Example
Text Example
White with #1ED822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED822; }
p { color: rgb(30,216,34); }
H1.HeaderClassName
{
color: #1ED822;
}
.AnyTagClassName
{
color: #1ED822;
}
</style>
background-color css
<style>
a { background-color: #1ED822; }
a { background-color: rgb(30,216,34); }
div.DivClassName
{
background-color: #1ED822;
}
.BgClassName
{
background-color: #1ED822;
}
</style>
border-color css
<style>
span { border-color: #1ED822; }
span { border-color: rgb(30,216,34); }
td.TdClassName
{
border-color: #1ED822;
}
.TagClassName
{
border-color: #1ED822;
}
</style>