Shades of Lime Green #1DDC3C
Tints of Lime Green #1DDC3C
RGB
CMYK
RGB Variations
Color information
#1DDC3C (or 0x1DDC3C) is known color: Lime Green. HEX triplet: 1D, DC and 3C. RGB value is (29,220,60). Sum of RGB (Red+Green+Blue) = 29+220+60=309 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.39% from 309); Green value is 220 (86.33% from 255 or 71.20% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 220 - color contains mainly: green. Hex color #1DDC3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DDC3C is #E223C3. Grayscale: #919191. Windows color (decimal): -14820292 or 3988509. OLE color: 3988509.
HSL color Cylindrical-coordinate representation of color #1DDC3C: hue angle of 129.74º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDC3C is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 220 | 60 | - |
| CMYK | 0.87 | 0 | 0.73 | 0.14 |
| HSL | 129.74º | 0.77% | 0.49% | - |
| HSV(B) | 129.74º | 0.87% | 0.86% | - |
| XYZ | 26.92 | 51.77 | 12.85 | - |
| YUV | 144.65 | 80.22 | 45.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 220 | 60 | 0.87 | 0 | 0.73 | 0.14 | 129.74 | 0.77 | 0.49 |
| Hex | 1D | DC | 3C | 57 | 0 | 49 | E | 82 | 4D | 31 |
| Octal | 35 | 334 | 74 | 127 | 0 | 111 | 16 | 202 | 115 | 61 |
| Binary | 11101 | 11011100 | 111100 | 1010111 | 0 | 1001001 | 1110 | 10000010 | 1001101 | 110001 |
Color Harmonies of #1DDC3C
Complementary color
Monochromatic Colors of #1DDC3C
Black with #1DDC3C
Text Example
Text Example
White with #1DDC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDC3C; }
p { color: rgb(29,220,60); }
H1.HeaderClassName
{
color: #1DDC3C;
}
.AnyTagClassName
{
color: #1DDC3C;
}
</style>
background-color css
<style>
a { background-color: #1DDC3C; }
a { background-color: rgb(29,220,60); }
div.DivClassName
{
background-color: #1DDC3C;
}
.BgClassName
{
background-color: #1DDC3C;
}
</style>
border-color css
<style>
span { border-color: #1DDC3C; }
span { border-color: rgb(29,220,60); }
td.TdClassName
{
border-color: #1DDC3C;
}
.TagClassName
{
border-color: #1DDC3C;
}
</style>