Shades of Lime Green #1ED829
Tints of Lime Green #1ED829
RGB
CMYK
RGB Variations
Color information
#1ED829 (or 0x1ED829) is known color: Lime Green. HEX triplet: 1E, D8 and 29. RGB value is (30,216,41). Sum of RGB (Red+Green+Blue) = 30+216+41=287 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.45% from 287); Green value is 216 (84.77% from 255 or 75.26% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED829 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED829 is #E127D6. Grayscale: #8C8C8C. Windows color (decimal): -14755799 or 2742302. OLE color: 2742302.
HSL color Cylindrical-coordinate representation of color #1ED829: hue angle of 123.55º 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 #1ED829 is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 216 | 41 | - |
| CMYK | 0.86 | 0 | 0.81 | 0.15 |
| HSL | 123.55º | 0.76% | 0.48% | - |
| HSV(B) | 123.55º | 0.86% | 0.85% | - |
| XYZ | 25.49 | 49.55 | 10.32 | - |
| YUV | 140.44 | 71.88 | 49.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 216 | 41 | 0.86 | 0 | 0.81 | 0.15 | 123.55 | 0.76 | 0.48 |
| Hex | 1E | D8 | 29 | 56 | 0 | 51 | F | 7C | 4C | 30 |
| Octal | 36 | 330 | 51 | 126 | 0 | 121 | 17 | 174 | 114 | 60 |
| Binary | 11110 | 11011000 | 101001 | 1010110 | 0 | 1010001 | 1111 | 1111100 | 1001100 | 110000 |
Color Harmonies of #1ED829
Complementary color
Monochromatic Colors of #1ED829
Black with #1ED829
Text Example
Text Example
White with #1ED829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED829; }
p { color: rgb(30,216,41); }
H1.HeaderClassName
{
color: #1ED829;
}
.AnyTagClassName
{
color: #1ED829;
}
</style>
background-color css
<style>
a { background-color: #1ED829; }
a { background-color: rgb(30,216,41); }
div.DivClassName
{
background-color: #1ED829;
}
.BgClassName
{
background-color: #1ED829;
}
</style>
border-color css
<style>
span { border-color: #1ED829; }
span { border-color: rgb(30,216,41); }
td.TdClassName
{
border-color: #1ED829;
}
.TagClassName
{
border-color: #1ED829;
}
</style>