Shades of Lime Green #1ED629
Tints of Lime Green #1ED629
RGB
CMYK
RGB Variations
Color information
#1ED629 (or 0x1ED629) is known color: Lime Green. HEX triplet: 1E, D6 and 29. RGB value is (30,214,41). Sum of RGB (Red+Green+Blue) = 30+214+41=285 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.53% from 285); Green value is 214 (83.98% from 255 or 75.09% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 214 - color contains mainly: green. Hex color #1ED629 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED629 is #E129D6. Grayscale: #8B8B8B. Windows color (decimal): -14756311 or 2741790. OLE color: 2741790.
HSL color Cylindrical-coordinate representation of color #1ED629: hue angle of 123.59º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED629 is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 214 | 41 | - |
| CMYK | 0.86 | 0 | 0.81 | 0.16 |
| HSL | 123.59º | 0.75% | 0.48% | - |
| HSV(B) | 123.59º | 0.86% | 0.84% | - |
| XYZ | 24.98 | 48.53 | 10.15 | - |
| YUV | 139.26 | 72.54 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 214 | 41 | 0.86 | 0 | 0.81 | 0.16 | 123.59 | 0.75 | 0.48 |
| Hex | 1E | D6 | 29 | 56 | 0 | 51 | 10 | 7C | 4B | 30 |
| Octal | 36 | 326 | 51 | 126 | 0 | 121 | 20 | 174 | 113 | 60 |
| Binary | 11110 | 11010110 | 101001 | 1010110 | 0 | 1010001 | 10000 | 1111100 | 1001011 | 110000 |
Color Harmonies of #1ED629
Complementary color
Monochromatic Colors of #1ED629
Black with #1ED629
Text Example
Text Example
White with #1ED629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED629; }
p { color: rgb(30,214,41); }
H1.HeaderClassName
{
color: #1ED629;
}
.AnyTagClassName
{
color: #1ED629;
}
</style>
background-color css
<style>
a { background-color: #1ED629; }
a { background-color: rgb(30,214,41); }
div.DivClassName
{
background-color: #1ED629;
}
.BgClassName
{
background-color: #1ED629;
}
</style>
border-color css
<style>
span { border-color: #1ED629; }
span { border-color: rgb(30,214,41); }
td.TdClassName
{
border-color: #1ED629;
}
.TagClassName
{
border-color: #1ED629;
}
</style>