Shades of Lime Green #1DCD3D
Tints of Lime Green #1DCD3D
RGB
CMYK
RGB Variations
Color information
#1DCD3D (or 0x1DCD3D) is known color: Lime Green. HEX triplet: 1D, CD and 3D. RGB value is (29,205,61). Sum of RGB (Red+Green+Blue) = 29+205+61=295 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.83% from 295); Green value is 205 (80.47% from 255 or 69.49% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCD3D is #E232C2. Grayscale: #888888. Windows color (decimal): -14824131 or 4050205. OLE color: 4050205.
HSL color Cylindrical-coordinate representation of color #1DCD3D: hue angle of 130.91º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCD3D is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 205 | 61 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.20 |
| HSL | 130.91º | 0.75% | 0.46% | - |
| HSV(B) | 130.91º | 0.86% | 0.8% | - |
| XYZ | 23.18 | 44.26 | 11.74 | - |
| YUV | 135.96 | 85.69 | 51.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 205 | 61 | 0.86 | 0 | 0.70 | 0.20 | 130.91 | 0.75 | 0.46 |
| Hex | 1D | CD | 3D | 56 | 0 | 46 | 14 | 83 | 4B | 2E |
| Octal | 35 | 315 | 75 | 126 | 0 | 106 | 24 | 203 | 113 | 56 |
| Binary | 11101 | 11001101 | 111101 | 1010110 | 0 | 1000110 | 10100 | 10000011 | 1001011 | 101110 |
Color Harmonies of #1DCD3D
Complementary color
Monochromatic Colors of #1DCD3D
Black with #1DCD3D
Text Example
Text Example
White with #1DCD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCD3D; }
p { color: rgb(29,205,61); }
H1.HeaderClassName
{
color: #1DCD3D;
}
.AnyTagClassName
{
color: #1DCD3D;
}
</style>
background-color css
<style>
a { background-color: #1DCD3D; }
a { background-color: rgb(29,205,61); }
div.DivClassName
{
background-color: #1DCD3D;
}
.BgClassName
{
background-color: #1DCD3D;
}
</style>
border-color css
<style>
span { border-color: #1DCD3D; }
span { border-color: rgb(29,205,61); }
td.TdClassName
{
border-color: #1DCD3D;
}
.TagClassName
{
border-color: #1DCD3D;
}
</style>