Shades of Lime Green #1DCC3F
Tints of Lime Green #1DCC3F
RGB
CMYK
RGB Variations
Color information
#1DCC3F (or 0x1DCC3F) is known color: Lime Green. HEX triplet: 1D, CC and 3F. RGB value is (29,204,63). Sum of RGB (Red+Green+Blue) = 29+204+63=296 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.80% from 296); Green value is 204 (80.08% from 255 or 68.92% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCC3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCC3F is #E233C0. Grayscale: #878787. Windows color (decimal): -14824385 or 4181021. OLE color: 4181021.
HSL color Cylindrical-coordinate representation of color #1DCC3F: hue angle of 131.66º 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 #1DCC3F is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 204 | 63 | - |
| CMYK | 0.86 | 0 | 0.69 | 0.2 |
| HSL | 131.66º | 0.75% | 0.46% | - |
| HSV(B) | 131.66º | 0.86% | 0.8% | - |
| XYZ | 23 | 43.81 | 11.95 | - |
| YUV | 135.6 | 87.02 | 51.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 204 | 63 | 0.86 | 0 | 0.69 | 0.2 | 131.66 | 0.75 | 0.46 |
| Hex | 1D | CC | 3F | 56 | 0 | 45 | 14 | 84 | 4B | 2E |
| Octal | 35 | 314 | 77 | 126 | 0 | 105 | 24 | 204 | 113 | 56 |
| Binary | 11101 | 11001100 | 111111 | 1010110 | 0 | 1000101 | 10100 | 10000100 | 1001011 | 101110 |
Color Harmonies of #1DCC3F
Complementary color
Monochromatic Colors of #1DCC3F
Black with #1DCC3F
Text Example
Text Example
White with #1DCC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCC3F; }
p { color: rgb(29,204,63); }
H1.HeaderClassName
{
color: #1DCC3F;
}
.AnyTagClassName
{
color: #1DCC3F;
}
</style>
background-color css
<style>
a { background-color: #1DCC3F; }
a { background-color: rgb(29,204,63); }
div.DivClassName
{
background-color: #1DCC3F;
}
.BgClassName
{
background-color: #1DCC3F;
}
</style>
border-color css
<style>
span { border-color: #1DCC3F; }
span { border-color: rgb(29,204,63); }
td.TdClassName
{
border-color: #1DCC3F;
}
.TagClassName
{
border-color: #1DCC3F;
}
</style>