Shades of Lime Green #1DCA3E
Tints of Lime Green #1DCA3E
RGB
CMYK
RGB Variations
Color information
#1DCA3E (or 0x1DCA3E) is known color: Lime Green. HEX triplet: 1D, CA and 3E. RGB value is (29,202,62). Sum of RGB (Red+Green+Blue) = 29+202+62=293 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.90% from 293); Green value is 202 (79.30% from 255 or 68.94% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 202 - color contains mainly: green. Hex color #1DCA3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCA3E is #E235C1. Grayscale: #868686. Windows color (decimal): -14824898 or 4114973. OLE color: 4114973.
HSL color Cylindrical-coordinate representation of color #1DCA3E: hue angle of 131.45º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCA3E is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 202 | 62 | - |
| CMYK | 0.86 | 0 | 0.69 | 0.21 |
| HSL | 131.45º | 0.75% | 0.45% | - |
| HSV(B) | 131.45º | 0.86% | 0.79% | - |
| XYZ | 22.5 | 42.85 | 11.64 | - |
| YUV | 134.31 | 87.19 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 202 | 62 | 0.86 | 0 | 0.69 | 0.21 | 131.45 | 0.75 | 0.45 |
| Hex | 1D | CA | 3E | 56 | 0 | 45 | 15 | 83 | 4B | 2D |
| Octal | 35 | 312 | 76 | 126 | 0 | 105 | 25 | 203 | 113 | 55 |
| Binary | 11101 | 11001010 | 111110 | 1010110 | 0 | 1000101 | 10101 | 10000011 | 1001011 | 101101 |
Color Harmonies of #1DCA3E
Complementary color
Monochromatic Colors of #1DCA3E
Black with #1DCA3E
Text Example
Text Example
White with #1DCA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCA3E; }
p { color: rgb(29,202,62); }
H1.HeaderClassName
{
color: #1DCA3E;
}
.AnyTagClassName
{
color: #1DCA3E;
}
</style>
background-color css
<style>
a { background-color: #1DCA3E; }
a { background-color: rgb(29,202,62); }
div.DivClassName
{
background-color: #1DCA3E;
}
.BgClassName
{
background-color: #1DCA3E;
}
</style>
border-color css
<style>
span { border-color: #1DCA3E; }
span { border-color: rgb(29,202,62); }
td.TdClassName
{
border-color: #1DCA3E;
}
.TagClassName
{
border-color: #1DCA3E;
}
</style>