Shades of Lime Green #1DCE3D
Tints of Lime Green #1DCE3D
RGB
CMYK
RGB Variations
Color information
#1DCE3D (or 0x1DCE3D) is known color: Lime Green. HEX triplet: 1D, CE and 3D. RGB value is (29,206,61). Sum of RGB (Red+Green+Blue) = 29+206+61=296 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.80% from 296); Green value is 206 (80.86% from 255 or 69.59% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 206 - color contains mainly: green. Hex color #1DCE3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCE3D is #E231C2. Grayscale: #888888. Windows color (decimal): -14823875 or 4050461. OLE color: 4050461.
HSL color Cylindrical-coordinate representation of color #1DCE3D: hue angle of 130.85º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCE3D is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 206 | 61 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.19 |
| HSL | 130.85º | 0.75% | 0.46% | - |
| HSV(B) | 130.85º | 0.86% | 0.81% | - |
| XYZ | 23.42 | 44.74 | 11.82 | - |
| YUV | 136.55 | 85.36 | 51.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 206 | 61 | 0.86 | 0 | 0.70 | 0.19 | 130.85 | 0.75 | 0.46 |
| Hex | 1D | CE | 3D | 56 | 0 | 46 | 13 | 83 | 4B | 2E |
| Octal | 35 | 316 | 75 | 126 | 0 | 106 | 23 | 203 | 113 | 56 |
| Binary | 11101 | 11001110 | 111101 | 1010110 | 0 | 1000110 | 10011 | 10000011 | 1001011 | 101110 |
Color Harmonies of #1DCE3D
Complementary color
Monochromatic Colors of #1DCE3D
Black with #1DCE3D
Text Example
Text Example
White with #1DCE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCE3D; }
p { color: rgb(29,206,61); }
H1.HeaderClassName
{
color: #1DCE3D;
}
.AnyTagClassName
{
color: #1DCE3D;
}
</style>
background-color css
<style>
a { background-color: #1DCE3D; }
a { background-color: rgb(29,206,61); }
div.DivClassName
{
background-color: #1DCE3D;
}
.BgClassName
{
background-color: #1DCE3D;
}
</style>
border-color css
<style>
span { border-color: #1DCE3D; }
span { border-color: rgb(29,206,61); }
td.TdClassName
{
border-color: #1DCE3D;
}
.TagClassName
{
border-color: #1DCE3D;
}
</style>