Shades of Lime Green #1DC40E
Tints of Lime Green #1DC40E
RGB
CMYK
RGB Variations
Color information
#1DC40E (or 0x1DC40E) is known color: Lime Green. HEX triplet: 1D, C4 and 0E. RGB value is (29,196,14). Sum of RGB (Red+Green+Blue) = 29+196+14=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 196 (76.95% from 255 or 82.01% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 196 - color contains mainly: green. Hex color #1DC40E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC40E is #E23BF1. Grayscale: #7D7D7D. Windows color (decimal): -14826482 or 967709. OLE color: 967709.
HSL color Cylindrical-coordinate representation of color #1DC40E: hue angle of 115.05º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1DC40E is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 196 | 14 | - |
| CMYK | 0.85 | 0 | 0.93 | 0.23 |
| HSL | 115.05º | 0.87% | 0.41% | - |
| HSV(B) | 115.05º | 0.93% | 0.77% | - |
| XYZ | 20.33 | 39.77 | 7.02 | - |
| YUV | 125.32 | 65.17 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 196 | 14 | 0.85 | 0 | 0.93 | 0.23 | 115.05 | 0.87 | 0.41 |
| Hex | 1D | C4 | E | 55 | 0 | 5D | 17 | 73 | 57 | 29 |
| Octal | 35 | 304 | 16 | 125 | 0 | 135 | 27 | 163 | 127 | 51 |
| Binary | 11101 | 11000100 | 1110 | 1010101 | 0 | 1011101 | 10111 | 1110011 | 1010111 | 101001 |
Color Harmonies of #1DC40E
Complementary color
Monochromatic Colors of #1DC40E
Black with #1DC40E
Text Example
Text Example
White with #1DC40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC40E; }
p { color: rgb(29,196,14); }
H1.HeaderClassName
{
color: #1DC40E;
}
.AnyTagClassName
{
color: #1DC40E;
}
</style>
background-color css
<style>
a { background-color: #1DC40E; }
a { background-color: rgb(29,196,14); }
div.DivClassName
{
background-color: #1DC40E;
}
.BgClassName
{
background-color: #1DC40E;
}
</style>
border-color css
<style>
span { border-color: #1DC40E; }
span { border-color: rgb(29,196,14); }
td.TdClassName
{
border-color: #1DC40E;
}
.TagClassName
{
border-color: #1DC40E;
}
</style>