Shades of Lime Green #1ED53F
Tints of Lime Green #1ED53F
RGB
CMYK
RGB Variations
Color information
#1ED53F (or 0x1ED53F) is known color: Lime Green. HEX triplet: 1E, D5 and 3F. RGB value is (30,213,63). Sum of RGB (Red+Green+Blue) = 30+213+63=306 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.80% from 306); Green value is 213 (83.59% from 255 or 69.61% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 213 - color contains mainly: green. Hex color #1ED53F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED53F is #E12AC0. Grayscale: #8D8D8D. Windows color (decimal): -14756545 or 4183326. OLE color: 4183326.
HSL color Cylindrical-coordinate representation of color #1ED53F: hue angle of 130.82º 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 #1ED53F is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 213 | 63 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.16 |
| HSL | 130.82º | 0.75% | 0.48% | - |
| HSV(B) | 130.82º | 0.86% | 0.84% | - |
| XYZ | 25.23 | 48.22 | 12.68 | - |
| YUV | 141.18 | 83.87 | 48.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 213 | 63 | 0.86 | 0 | 0.70 | 0.16 | 130.82 | 0.75 | 0.48 |
| Hex | 1E | D5 | 3F | 56 | 0 | 46 | 10 | 83 | 4B | 30 |
| Octal | 36 | 325 | 77 | 126 | 0 | 106 | 20 | 203 | 113 | 60 |
| Binary | 11110 | 11010101 | 111111 | 1010110 | 0 | 1000110 | 10000 | 10000011 | 1001011 | 110000 |
Color Harmonies of #1ED53F
Complementary color
Monochromatic Colors of #1ED53F
Black with #1ED53F
Text Example
Text Example
White with #1ED53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED53F; }
p { color: rgb(30,213,63); }
H1.HeaderClassName
{
color: #1ED53F;
}
.AnyTagClassName
{
color: #1ED53F;
}
</style>
background-color css
<style>
a { background-color: #1ED53F; }
a { background-color: rgb(30,213,63); }
div.DivClassName
{
background-color: #1ED53F;
}
.BgClassName
{
background-color: #1ED53F;
}
</style>
border-color css
<style>
span { border-color: #1ED53F; }
span { border-color: rgb(30,213,63); }
td.TdClassName
{
border-color: #1ED53F;
}
.TagClassName
{
border-color: #1ED53F;
}
</style>