Shades of Lime Green #1DD01C
Tints of Lime Green #1DD01C
RGB
CMYK
RGB Variations
Color information
#1DD01C (or 0x1DD01C) is known color: Lime Green. HEX triplet: 1D, D0 and 1C. RGB value is (29,208,28). Sum of RGB (Red+Green+Blue) = 29+208+28=265 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.94% from 265); Green value is 208 (81.64% from 255 or 78.49% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD01C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD01C is #E22FE3. Grayscale: #868686. Windows color (decimal): -14823396 or 1888285. OLE color: 1888285.
HSL color Cylindrical-coordinate representation of color #1DD01C: hue angle of 119.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD01C is Cyan = 0.86, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 208 | 28 | - |
| CMYK | 0.86 | 0 | 0.87 | 0.18 |
| HSL | 119.67º | 0.76% | 0.46% | - |
| HSV(B) | 119.67º | 0.87% | 0.82% | - |
| XYZ | 23.27 | 45.46 | 8.65 | - |
| YUV | 133.96 | 68.2 | 53.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 208 | 28 | 0.86 | 0 | 0.87 | 0.18 | 119.67 | 0.76 | 0.46 |
| Hex | 1D | D0 | 1C | 56 | 0 | 57 | 12 | 78 | 4C | 2E |
| Octal | 35 | 320 | 34 | 126 | 0 | 127 | 22 | 170 | 114 | 56 |
| Binary | 11101 | 11010000 | 11100 | 1010110 | 0 | 1010111 | 10010 | 1111000 | 1001100 | 101110 |
Color Harmonies of #1DD01C
Complementary color
Monochromatic Colors of #1DD01C
Black with #1DD01C
Text Example
Text Example
White with #1DD01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD01C; }
p { color: rgb(29,208,28); }
H1.HeaderClassName
{
color: #1DD01C;
}
.AnyTagClassName
{
color: #1DD01C;
}
</style>
background-color css
<style>
a { background-color: #1DD01C; }
a { background-color: rgb(29,208,28); }
div.DivClassName
{
background-color: #1DD01C;
}
.BgClassName
{
background-color: #1DD01C;
}
</style>
border-color css
<style>
span { border-color: #1DD01C; }
span { border-color: rgb(29,208,28); }
td.TdClassName
{
border-color: #1DD01C;
}
.TagClassName
{
border-color: #1DD01C;
}
</style>