Shades of Lime Green #1ED53C
Tints of Lime Green #1ED53C
RGB
CMYK
RGB Variations
Color information
#1ED53C (or 0x1ED53C) is known color: Lime Green. HEX triplet: 1E, D5 and 3C. RGB value is (30,213,60). Sum of RGB (Red+Green+Blue) = 30+213+60=303 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.90% from 303); Green value is 213 (83.59% from 255 or 70.30% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 213 - color contains mainly: green. Hex color #1ED53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED53C is #E12AC3. Grayscale: #8D8D8D. Windows color (decimal): -14756548 or 3986718. OLE color: 3986718.
HSL color Cylindrical-coordinate representation of color #1ED53C: hue angle of 129.84º 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 #1ED53C is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 213 | 60 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.16 |
| HSL | 129.84º | 0.75% | 0.48% | - |
| HSV(B) | 129.84º | 0.86% | 0.84% | - |
| XYZ | 25.15 | 48.19 | 12.25 | - |
| YUV | 140.84 | 82.37 | 48.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 213 | 60 | 0.86 | 0 | 0.72 | 0.16 | 129.84 | 0.75 | 0.48 |
| Hex | 1E | D5 | 3C | 56 | 0 | 48 | 10 | 82 | 4B | 30 |
| Octal | 36 | 325 | 74 | 126 | 0 | 110 | 20 | 202 | 113 | 60 |
| Binary | 11110 | 11010101 | 111100 | 1010110 | 0 | 1001000 | 10000 | 10000010 | 1001011 | 110000 |
Color Harmonies of #1ED53C
Complementary color
Monochromatic Colors of #1ED53C
Black with #1ED53C
Text Example
Text Example
White with #1ED53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED53C; }
p { color: rgb(30,213,60); }
H1.HeaderClassName
{
color: #1ED53C;
}
.AnyTagClassName
{
color: #1ED53C;
}
</style>
background-color css
<style>
a { background-color: #1ED53C; }
a { background-color: rgb(30,213,60); }
div.DivClassName
{
background-color: #1ED53C;
}
.BgClassName
{
background-color: #1ED53C;
}
</style>
border-color css
<style>
span { border-color: #1ED53C; }
span { border-color: rgb(30,213,60); }
td.TdClassName
{
border-color: #1ED53C;
}
.TagClassName
{
border-color: #1ED53C;
}
</style>