Shades of Lime Green #1DCC2D
Tints of Lime Green #1DCC2D
RGB
CMYK
RGB Variations
Color information
#1DCC2D (or 0x1DCC2D) is known color: Lime Green. HEX triplet: 1D, CC and 2D. RGB value is (29,204,45). Sum of RGB (Red+Green+Blue) = 29+204+45=278 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.43% from 278); Green value is 204 (80.08% from 255 or 73.38% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCC2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCC2D is #E233D2. Grayscale: #868686. Windows color (decimal): -14824403 or 3001373. OLE color: 3001373.
HSL color Cylindrical-coordinate representation of color #1DCC2D: hue angle of 125.49º degrees, saturation: 0.75, 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 #1DCC2D is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 204 | 45 | - |
| CMYK | 0.86 | 0 | 0.78 | 0.2 |
| HSL | 125.49º | 0.75% | 0.46% | - |
| HSV(B) | 125.49º | 0.86% | 0.8% | - |
| XYZ | 22.57 | 43.64 | 9.72 | - |
| YUV | 133.55 | 78.02 | 53.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 204 | 45 | 0.86 | 0 | 0.78 | 0.2 | 125.49 | 0.75 | 0.46 |
| Hex | 1D | CC | 2D | 56 | 0 | 4E | 14 | 7D | 4B | 2E |
| Octal | 35 | 314 | 55 | 126 | 0 | 116 | 24 | 175 | 113 | 56 |
| Binary | 11101 | 11001100 | 101101 | 1010110 | 0 | 1001110 | 10100 | 1111101 | 1001011 | 101110 |
Color Harmonies of #1DCC2D
Complementary color
Monochromatic Colors of #1DCC2D
Black with #1DCC2D
Text Example
Text Example
White with #1DCC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCC2D; }
p { color: rgb(29,204,45); }
H1.HeaderClassName
{
color: #1DCC2D;
}
.AnyTagClassName
{
color: #1DCC2D;
}
</style>
background-color css
<style>
a { background-color: #1DCC2D; }
a { background-color: rgb(29,204,45); }
div.DivClassName
{
background-color: #1DCC2D;
}
.BgClassName
{
background-color: #1DCC2D;
}
</style>
border-color css
<style>
span { border-color: #1DCC2D; }
span { border-color: rgb(29,204,45); }
td.TdClassName
{
border-color: #1DCC2D;
}
.TagClassName
{
border-color: #1DCC2D;
}
</style>