Shades of Lime Green #1ED828
Tints of Lime Green #1ED828
RGB
CMYK
RGB Variations
Color information
#1ED828 (or 0x1ED828) is known color: Lime Green. HEX triplet: 1E, D8 and 28. RGB value is (30,216,40). Sum of RGB (Red+Green+Blue) = 30+216+40=286 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.49% from 286); Green value is 216 (84.77% from 255 or 75.52% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED828 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED828 is #E127D7. Grayscale: #8C8C8C. Windows color (decimal): -14755800 or 2676766. OLE color: 2676766.
HSL color Cylindrical-coordinate representation of color #1ED828: hue angle of 123.23º 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 #1ED828 is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 216 | 40 | - |
| CMYK | 0.86 | 0 | 0.81 | 0.15 |
| HSL | 123.23º | 0.76% | 0.48% | - |
| HSV(B) | 123.23º | 0.86% | 0.85% | - |
| XYZ | 25.47 | 49.54 | 10.23 | - |
| YUV | 140.32 | 71.38 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 216 | 40 | 0.86 | 0 | 0.81 | 0.15 | 123.23 | 0.76 | 0.48 |
| Hex | 1E | D8 | 28 | 56 | 0 | 51 | F | 7B | 4C | 30 |
| Octal | 36 | 330 | 50 | 126 | 0 | 121 | 17 | 173 | 114 | 60 |
| Binary | 11110 | 11011000 | 101000 | 1010110 | 0 | 1010001 | 1111 | 1111011 | 1001100 | 110000 |
Color Harmonies of #1ED828
Complementary color
Monochromatic Colors of #1ED828
Black with #1ED828
Text Example
Text Example
White with #1ED828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED828; }
p { color: rgb(30,216,40); }
H1.HeaderClassName
{
color: #1ED828;
}
.AnyTagClassName
{
color: #1ED828;
}
</style>
background-color css
<style>
a { background-color: #1ED828; }
a { background-color: rgb(30,216,40); }
div.DivClassName
{
background-color: #1ED828;
}
.BgClassName
{
background-color: #1ED828;
}
</style>
border-color css
<style>
span { border-color: #1ED828; }
span { border-color: rgb(30,216,40); }
td.TdClassName
{
border-color: #1ED828;
}
.TagClassName
{
border-color: #1ED828;
}
</style>