Shades of Lime Green #1ED93C
Tints of Lime Green #1ED93C
RGB
CMYK
RGB Variations
Color information
#1ED93C (or 0x1ED93C) is known color: Lime Green. HEX triplet: 1E, D9 and 3C. RGB value is (30,217,60). Sum of RGB (Red+Green+Blue) = 30+217+60=307 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.77% from 307); Green value is 217 (85.16% from 255 or 70.68% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED93C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED93C is #E126C3. Grayscale: #8F8F8F. Windows color (decimal): -14755524 or 3987742. OLE color: 3987742.
HSL color Cylindrical-coordinate representation of color #1ED93C: hue angle of 129.63º 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 #1ED93C is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 217 | 60 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.15 |
| HSL | 129.63º | 0.76% | 0.48% | - |
| HSV(B) | 129.63º | 0.86% | 0.85% | - |
| XYZ | 26.16 | 50.23 | 12.59 | - |
| YUV | 143.19 | 81.05 | 47.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 217 | 60 | 0.86 | 0 | 0.72 | 0.15 | 129.63 | 0.76 | 0.48 |
| Hex | 1E | D9 | 3C | 56 | 0 | 48 | F | 82 | 4C | 30 |
| Octal | 36 | 331 | 74 | 126 | 0 | 110 | 17 | 202 | 114 | 60 |
| Binary | 11110 | 11011001 | 111100 | 1010110 | 0 | 1001000 | 1111 | 10000010 | 1001100 | 110000 |
Color Harmonies of #1ED93C
Complementary color
Monochromatic Colors of #1ED93C
Black with #1ED93C
Text Example
Text Example
White with #1ED93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED93C; }
p { color: rgb(30,217,60); }
H1.HeaderClassName
{
color: #1ED93C;
}
.AnyTagClassName
{
color: #1ED93C;
}
</style>
background-color css
<style>
a { background-color: #1ED93C; }
a { background-color: rgb(30,217,60); }
div.DivClassName
{
background-color: #1ED93C;
}
.BgClassName
{
background-color: #1ED93C;
}
</style>
border-color css
<style>
span { border-color: #1ED93C; }
span { border-color: rgb(30,217,60); }
td.TdClassName
{
border-color: #1ED93C;
}
.TagClassName
{
border-color: #1ED93C;
}
</style>