Shades of Lime Green #1EDC38
Tints of Lime Green #1EDC38
RGB
CMYK
RGB Variations
Color information
#1EDC38 (or 0x1EDC38) is known color: Lime Green. HEX triplet: 1E, DC and 38. RGB value is (30,220,56). Sum of RGB (Red+Green+Blue) = 30+220+56=306 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.80% from 306); Green value is 220 (86.33% from 255 or 71.90% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDC38 is #E123C7. Grayscale: #909090. Windows color (decimal): -14754760 or 3726366. OLE color: 3726366.
HSL color Cylindrical-coordinate representation of color #1EDC38: hue angle of 128.21º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDC38 is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 220 | 56 | - |
| CMYK | 0.86 | 0 | 0.75 | 0.14 |
| HSL | 128.21º | 0.76% | 0.49% | - |
| HSV(B) | 128.21º | 0.86% | 0.86% | - |
| XYZ | 26.84 | 51.75 | 12.31 | - |
| YUV | 144.49 | 78.05 | 46.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 220 | 56 | 0.86 | 0 | 0.75 | 0.14 | 128.21 | 0.76 | 0.49 |
| Hex | 1E | DC | 38 | 56 | 0 | 4B | E | 80 | 4C | 31 |
| Octal | 36 | 334 | 70 | 126 | 0 | 113 | 16 | 200 | 114 | 61 |
| Binary | 11110 | 11011100 | 111000 | 1010110 | 0 | 1001011 | 1110 | 10000000 | 1001100 | 110001 |
Color Harmonies of #1EDC38
Complementary color
Monochromatic Colors of #1EDC38
Black with #1EDC38
Text Example
Text Example
White with #1EDC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDC38; }
p { color: rgb(30,220,56); }
H1.HeaderClassName
{
color: #1EDC38;
}
.AnyTagClassName
{
color: #1EDC38;
}
</style>
background-color css
<style>
a { background-color: #1EDC38; }
a { background-color: rgb(30,220,56); }
div.DivClassName
{
background-color: #1EDC38;
}
.BgClassName
{
background-color: #1EDC38;
}
</style>
border-color css
<style>
span { border-color: #1EDC38; }
span { border-color: rgb(30,220,56); }
td.TdClassName
{
border-color: #1EDC38;
}
.TagClassName
{
border-color: #1EDC38;
}
</style>