Shades of Lime Green #1DCE15
Tints of Lime Green #1DCE15
RGB
CMYK
RGB Variations
Color information
#1DCE15 (or 0x1DCE15) is known color: Lime Green. HEX triplet: 1D, CE and 15. RGB value is (29,206,21). Sum of RGB (Red+Green+Blue) = 29+206+21=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 206 (80.86% from 255 or 80.47% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 206 - color contains mainly: green. Hex color #1DCE15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DCE15 is #E231EA. Grayscale: #848484. Windows color (decimal): -14823915 or 1429021. OLE color: 1429021.
HSL color Cylindrical-coordinate representation of color #1DCE15: hue angle of 117.41º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DCE15 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 206 | 21 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.19 |
| HSL | 117.41º | 0.81% | 0.45% | - |
| HSV(B) | 117.41º | 0.9% | 0.81% | - |
| XYZ | 22.71 | 44.46 | 8.09 | - |
| YUV | 131.99 | 65.36 | 54.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 206 | 21 | 0.86 | 0 | 0.90 | 0.19 | 117.41 | 0.81 | 0.45 |
| Hex | 1D | CE | 15 | 56 | 0 | 5A | 13 | 75 | 51 | 2D |
| Octal | 35 | 316 | 25 | 126 | 0 | 132 | 23 | 165 | 121 | 55 |
| Binary | 11101 | 11001110 | 10101 | 1010110 | 0 | 1011010 | 10011 | 1110101 | 1010001 | 101101 |
Color Harmonies of #1DCE15
Complementary color
Monochromatic Colors of #1DCE15
Black with #1DCE15
Text Example
Text Example
White with #1DCE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCE15; }
p { color: rgb(29,206,21); }
H1.HeaderClassName
{
color: #1DCE15;
}
.AnyTagClassName
{
color: #1DCE15;
}
</style>
background-color css
<style>
a { background-color: #1DCE15; }
a { background-color: rgb(29,206,21); }
div.DivClassName
{
background-color: #1DCE15;
}
.BgClassName
{
background-color: #1DCE15;
}
</style>
border-color css
<style>
span { border-color: #1DCE15; }
span { border-color: rgb(29,206,21); }
td.TdClassName
{
border-color: #1DCE15;
}
.TagClassName
{
border-color: #1DCE15;
}
</style>