Shades of Lime Green #1ED926
Tints of Lime Green #1ED926
RGB
CMYK
RGB Variations
Color information
#1ED926 (or 0x1ED926) is known color: Lime Green. HEX triplet: 1E, D9 and 26. RGB value is (30,217,38). Sum of RGB (Red+Green+Blue) = 30+217+38=285 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.53% from 285); Green value is 217 (85.16% from 255 or 76.14% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED926 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED926 is #E126D9. Grayscale: #8D8D8D. Windows color (decimal): -14755546 or 2545950. OLE color: 2545950.
HSL color Cylindrical-coordinate representation of color #1ED926: hue angle of 122.57º 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 #1ED926 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 217 | 38 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.15 |
| HSL | 122.57º | 0.76% | 0.48% | - |
| HSV(B) | 122.57º | 0.86% | 0.85% | - |
| XYZ | 25.7 | 50.04 | 10.14 | - |
| YUV | 140.68 | 70.05 | 49.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 217 | 38 | 0.86 | 0 | 0.82 | 0.15 | 122.57 | 0.76 | 0.48 |
| Hex | 1E | D9 | 26 | 56 | 0 | 52 | F | 7B | 4C | 30 |
| Octal | 36 | 331 | 46 | 126 | 0 | 122 | 17 | 173 | 114 | 60 |
| Binary | 11110 | 11011001 | 100110 | 1010110 | 0 | 1010010 | 1111 | 1111011 | 1001100 | 110000 |
Color Harmonies of #1ED926
Complementary color
Monochromatic Colors of #1ED926
Black with #1ED926
Text Example
Text Example
White with #1ED926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED926; }
p { color: rgb(30,217,38); }
H1.HeaderClassName
{
color: #1ED926;
}
.AnyTagClassName
{
color: #1ED926;
}
</style>
background-color css
<style>
a { background-color: #1ED926; }
a { background-color: rgb(30,217,38); }
div.DivClassName
{
background-color: #1ED926;
}
.BgClassName
{
background-color: #1ED926;
}
</style>
border-color css
<style>
span { border-color: #1ED926; }
span { border-color: rgb(30,217,38); }
td.TdClassName
{
border-color: #1ED926;
}
.TagClassName
{
border-color: #1ED926;
}
</style>