Shades of Lime Green #1EDF1D
Tints of Lime Green #1EDF1D
RGB
CMYK
RGB Variations
Color information
#1EDF1D (or 0x1EDF1D) is known color: Lime Green. HEX triplet: 1E, DF and 1D. RGB value is (30,223,29). Sum of RGB (Red+Green+Blue) = 30+223+29=282 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.64% from 282); Green value is 223 (87.5% from 255 or 79.08% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 223 - color contains mainly: green. Hex color #1EDF1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDF1D is #E120E2. Grayscale: #8F8F8F. Windows color (decimal): -14754019 or 1957662. OLE color: 1957662.
HSL color Cylindrical-coordinate representation of color #1EDF1D: hue angle of 119.69º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EDF1D is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 223 | 29 | - |
| CMYK | 0.87 | 0 | 0.87 | 0.13 |
| HSL | 119.69º | 0.77% | 0.49% | - |
| HSV(B) | 119.69º | 0.87% | 0.87% | - |
| XYZ | 27.14 | 53.14 | 9.99 | - |
| YUV | 143.18 | 63.56 | 47.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 223 | 29 | 0.87 | 0 | 0.87 | 0.13 | 119.69 | 0.77 | 0.49 |
| Hex | 1E | DF | 1D | 57 | 0 | 57 | D | 78 | 4D | 31 |
| Octal | 36 | 337 | 35 | 127 | 0 | 127 | 15 | 170 | 115 | 61 |
| Binary | 11110 | 11011111 | 11101 | 1010111 | 0 | 1010111 | 1101 | 1111000 | 1001101 | 110001 |
Color Harmonies of #1EDF1D
Complementary color
Monochromatic Colors of #1EDF1D
Black with #1EDF1D
Text Example
Text Example
White with #1EDF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDF1D; }
p { color: rgb(30,223,29); }
H1.HeaderClassName
{
color: #1EDF1D;
}
.AnyTagClassName
{
color: #1EDF1D;
}
</style>
background-color css
<style>
a { background-color: #1EDF1D; }
a { background-color: rgb(30,223,29); }
div.DivClassName
{
background-color: #1EDF1D;
}
.BgClassName
{
background-color: #1EDF1D;
}
</style>
border-color css
<style>
span { border-color: #1EDF1D; }
span { border-color: rgb(30,223,29); }
td.TdClassName
{
border-color: #1EDF1D;
}
.TagClassName
{
border-color: #1EDF1D;
}
</style>