Shades of Lime Green #1DDB3C
Tints of Lime Green #1DDB3C
RGB
CMYK
RGB Variations
Color information
#1DDB3C (or 0x1DDB3C) is known color: Lime Green. HEX triplet: 1D, DB and 3C. RGB value is (29,219,60). Sum of RGB (Red+Green+Blue) = 29+219+60=308 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.42% from 308); Green value is 219 (85.94% from 255 or 71.10% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 219 - color contains mainly: green. Hex color #1DDB3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DDB3C is #E224C3. Grayscale: #909090. Windows color (decimal): -14820548 or 3988253. OLE color: 3988253.
HSL color Cylindrical-coordinate representation of color #1DDB3C: hue angle of 129.79º 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 #1DDB3C is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 219 | 60 | - |
| CMYK | 0.87 | 0 | 0.73 | 0.14 |
| HSL | 129.79º | 0.77% | 0.49% | - |
| HSV(B) | 129.79º | 0.87% | 0.86% | - |
| XYZ | 26.65 | 51.25 | 12.76 | - |
| YUV | 144.06 | 80.55 | 45.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 219 | 60 | 0.87 | 0 | 0.73 | 0.14 | 129.79 | 0.77 | 0.49 |
| Hex | 1D | DB | 3C | 57 | 0 | 49 | E | 82 | 4D | 31 |
| Octal | 35 | 333 | 74 | 127 | 0 | 111 | 16 | 202 | 115 | 61 |
| Binary | 11101 | 11011011 | 111100 | 1010111 | 0 | 1001001 | 1110 | 10000010 | 1001101 | 110001 |
Color Harmonies of #1DDB3C
Complementary color
Monochromatic Colors of #1DDB3C
Black with #1DDB3C
Text Example
Text Example
White with #1DDB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDB3C; }
p { color: rgb(29,219,60); }
H1.HeaderClassName
{
color: #1DDB3C;
}
.AnyTagClassName
{
color: #1DDB3C;
}
</style>
background-color css
<style>
a { background-color: #1DDB3C; }
a { background-color: rgb(29,219,60); }
div.DivClassName
{
background-color: #1DDB3C;
}
.BgClassName
{
background-color: #1DDB3C;
}
</style>
border-color css
<style>
span { border-color: #1DDB3C; }
span { border-color: rgb(29,219,60); }
td.TdClassName
{
border-color: #1DDB3C;
}
.TagClassName
{
border-color: #1DDB3C;
}
</style>