Shades of Lime Green #1DCD1C
Tints of Lime Green #1DCD1C
RGB
CMYK
RGB Variations
Color information
#1DCD1C (or 0x1DCD1C) is known color: Lime Green. HEX triplet: 1D, CD and 1C. RGB value is (29,205,28). Sum of RGB (Red+Green+Blue) = 29+205+28=262 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.07% from 262); Green value is 205 (80.47% from 255 or 78.24% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCD1C is #E232E3. Grayscale: #848484. Windows color (decimal): -14824164 or 1887517. OLE color: 1887517.
HSL color Cylindrical-coordinate representation of color #1DCD1C: hue angle of 119.66º degrees, saturation: 0.76, 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 #1DCD1C is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 205 | 28 | - |
| CMYK | 0.86 | 0 | 0.86 | 0.20 |
| HSL | 119.66º | 0.76% | 0.46% | - |
| HSV(B) | 119.66º | 0.86% | 0.8% | - |
| XYZ | 22.55 | 44.01 | 8.4 | - |
| YUV | 132.2 | 69.19 | 54.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 205 | 28 | 0.86 | 0 | 0.86 | 0.20 | 119.66 | 0.76 | 0.46 |
| Hex | 1D | CD | 1C | 56 | 0 | 56 | 14 | 78 | 4C | 2E |
| Octal | 35 | 315 | 34 | 126 | 0 | 126 | 24 | 170 | 114 | 56 |
| Binary | 11101 | 11001101 | 11100 | 1010110 | 0 | 1010110 | 10100 | 1111000 | 1001100 | 101110 |
Color Harmonies of #1DCD1C
Complementary color
Monochromatic Colors of #1DCD1C
Black with #1DCD1C
Text Example
Text Example
White with #1DCD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCD1C; }
p { color: rgb(29,205,28); }
H1.HeaderClassName
{
color: #1DCD1C;
}
.AnyTagClassName
{
color: #1DCD1C;
}
</style>
background-color css
<style>
a { background-color: #1DCD1C; }
a { background-color: rgb(29,205,28); }
div.DivClassName
{
background-color: #1DCD1C;
}
.BgClassName
{
background-color: #1DCD1C;
}
</style>
border-color css
<style>
span { border-color: #1DCD1C; }
span { border-color: rgb(29,205,28); }
td.TdClassName
{
border-color: #1DCD1C;
}
.TagClassName
{
border-color: #1DCD1C;
}
</style>