Shades of Lime Green #1DCD14
Tints of Lime Green #1DCD14
RGB
CMYK
RGB Variations
Color information
#1DCD14 (or 0x1DCD14) is known color: Lime Green. HEX triplet: 1D, CD and 14. RGB value is (29,205,20). Sum of RGB (Red+Green+Blue) = 29+205+20=254 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.42% from 254); Green value is 205 (80.47% from 255 or 80.71% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DCD14 is #E232EB. Grayscale: #838383. Windows color (decimal): -14824172 or 1363229. OLE color: 1363229.
HSL color Cylindrical-coordinate representation of color #1DCD14: hue angle of 117.08º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DCD14 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 205 | 20 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.20 |
| HSL | 117.08º | 0.82% | 0.44% | - |
| HSV(B) | 117.08º | 0.9% | 0.8% | - |
| XYZ | 22.46 | 43.97 | 7.97 | - |
| YUV | 131.29 | 65.19 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 205 | 20 | 0.86 | 0 | 0.90 | 0.20 | 117.08 | 0.82 | 0.44 |
| Hex | 1D | CD | 14 | 56 | 0 | 5A | 14 | 75 | 52 | 2C |
| Octal | 35 | 315 | 24 | 126 | 0 | 132 | 24 | 165 | 122 | 54 |
| Binary | 11101 | 11001101 | 10100 | 1010110 | 0 | 1011010 | 10100 | 1110101 | 1010010 | 101100 |
Color Harmonies of #1DCD14
Complementary color
Monochromatic Colors of #1DCD14
Black with #1DCD14
Text Example
Text Example
White with #1DCD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCD14; }
p { color: rgb(29,205,20); }
H1.HeaderClassName
{
color: #1DCD14;
}
.AnyTagClassName
{
color: #1DCD14;
}
</style>
background-color css
<style>
a { background-color: #1DCD14; }
a { background-color: rgb(29,205,20); }
div.DivClassName
{
background-color: #1DCD14;
}
.BgClassName
{
background-color: #1DCD14;
}
</style>
border-color css
<style>
span { border-color: #1DCD14; }
span { border-color: rgb(29,205,20); }
td.TdClassName
{
border-color: #1DCD14;
}
.TagClassName
{
border-color: #1DCD14;
}
</style>