Shades of Lime Green #1EDE3D
Tints of Lime Green #1EDE3D
RGB
CMYK
RGB Variations
Color information
#1EDE3D (or 0x1EDE3D) is known color: Lime Green. HEX triplet: 1E, DE and 3D. RGB value is (30,222,61). Sum of RGB (Red+Green+Blue) = 30+222+61=313 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.58% from 313); Green value is 222 (87.11% from 255 or 70.93% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDE3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDE3D is #E121C2. Grayscale: #929292. Windows color (decimal): -14754243 or 4054558. OLE color: 4054558.
HSL color Cylindrical-coordinate representation of color #1EDE3D: hue angle of 129.69º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDE3D is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
RGB | 30 | 222 | 61 | - |
CMYK | 0.86 | 0 | 0.73 | 0.13 |
HSL | 129.69º | 0.76% | 0.49% | - |
HSV(B) | 129.69º | 0.86% | 0.87% | - |
XYZ | 27.5 | 52.86 | 13.17 | - |
YUV | 146.24 | 79.89 | 45.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 222 | 61 | 0.86 | 0 | 0.73 | 0.13 | 129.69 | 0.76 | 0.49 |
Hex | 1E | DE | 3D | 56 | 0 | 49 | D | 82 | 4C | 31 |
Octal | 36 | 336 | 75 | 126 | 0 | 111 | 15 | 202 | 114 | 61 |
Binary | 11110 | 11011110 | 111101 | 1010110 | 0 | 1001001 | 1101 | 10000010 | 1001100 | 110001 |
Color Harmonies of #1EDE3D
Complementary color
Monochromatic Colors of #1EDE3D
Black with #1EDE3D
Text Example
Text Example
White with #1EDE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDE3D; }
p { color: rgb(30,222,61); }
H1.HeaderClassName
{
color: #1EDE3D;
}
.AnyTagClassName
{
color: #1EDE3D;
}
</style>
background-color css
<style>
a { background-color: #1EDE3D; }
a { background-color: rgb(30,222,61); }
div.DivClassName
{
background-color: #1EDE3D;
}
.BgClassName
{
background-color: #1EDE3D;
}
</style>
border-color css
<style>
span { border-color: #1EDE3D; }
span { border-color: rgb(30,222,61); }
td.TdClassName
{
border-color: #1EDE3D;
}
.TagClassName
{
border-color: #1EDE3D;
}
</style>