Shades of Lime Green #1EDC2D
Tints of Lime Green #1EDC2D
RGB
CMYK
RGB Variations
Color information
#1EDC2D (or 0x1EDC2D) is known color: Lime Green. HEX triplet: 1E, DC and 2D. RGB value is (30,220,45). Sum of RGB (Red+Green+Blue) = 30+220+45=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 220 (86.33% from 255 or 74.58% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDC2D is #E123D2. Grayscale: #8F8F8F. Windows color (decimal): -14754771 or 3005470. OLE color: 3005470.
HSL color Cylindrical-coordinate representation of color #1EDC2D: hue angle of 124.74º 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 #1EDC2D is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 220 | 45 | - |
| CMYK | 0.86 | 0 | 0.80 | 0.14 |
| HSL | 124.74º | 0.76% | 0.49% | - |
| HSV(B) | 124.74º | 0.86% | 0.86% | - |
| XYZ | 26.6 | 51.65 | 11.05 | - |
| YUV | 143.24 | 72.55 | 47.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 220 | 45 | 0.86 | 0 | 0.80 | 0.14 | 124.74 | 0.76 | 0.49 |
| Hex | 1E | DC | 2D | 56 | 0 | 50 | E | 7D | 4C | 31 |
| Octal | 36 | 334 | 55 | 126 | 0 | 120 | 16 | 175 | 114 | 61 |
| Binary | 11110 | 11011100 | 101101 | 1010110 | 0 | 1010000 | 1110 | 1111101 | 1001100 | 110001 |
Color Harmonies of #1EDC2D
Complementary color
Monochromatic Colors of #1EDC2D
Black with #1EDC2D
Text Example
Text Example
White with #1EDC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDC2D; }
p { color: rgb(30,220,45); }
H1.HeaderClassName
{
color: #1EDC2D;
}
.AnyTagClassName
{
color: #1EDC2D;
}
</style>
background-color css
<style>
a { background-color: #1EDC2D; }
a { background-color: rgb(30,220,45); }
div.DivClassName
{
background-color: #1EDC2D;
}
.BgClassName
{
background-color: #1EDC2D;
}
</style>
border-color css
<style>
span { border-color: #1EDC2D; }
span { border-color: rgb(30,220,45); }
td.TdClassName
{
border-color: #1EDC2D;
}
.TagClassName
{
border-color: #1EDC2D;
}
</style>