Shades of Lime Green #1DCA36
Tints of Lime Green #1DCA36
RGB
CMYK
RGB Variations
Color information
#1DCA36 (or 0x1DCA36) is known color: Lime Green. HEX triplet: 1D, CA and 36. RGB value is (29,202,54). Sum of RGB (Red+Green+Blue) = 29+202+54=285 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.18% from 285); Green value is 202 (79.30% from 255 or 70.88% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 202 - color contains mainly: green. Hex color #1DCA36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCA36 is #E235C9. Grayscale: #858585. Windows color (decimal): -14824906 or 3590685. OLE color: 3590685.
HSL color Cylindrical-coordinate representation of color #1DCA36: hue angle of 128.67º 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 #1DCA36 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 202 | 54 | - |
| CMYK | 0.86 | 0 | 0.73 | 0.21 |
| HSL | 128.67º | 0.75% | 0.45% | - |
| HSV(B) | 128.67º | 0.86% | 0.79% | - |
| XYZ | 22.29 | 42.77 | 10.57 | - |
| YUV | 133.4 | 83.19 | 53.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 202 | 54 | 0.86 | 0 | 0.73 | 0.21 | 128.67 | 0.75 | 0.45 |
| Hex | 1D | CA | 36 | 56 | 0 | 49 | 15 | 81 | 4B | 2D |
| Octal | 35 | 312 | 66 | 126 | 0 | 111 | 25 | 201 | 113 | 55 |
| Binary | 11101 | 11001010 | 110110 | 1010110 | 0 | 1001001 | 10101 | 10000001 | 1001011 | 101101 |
Color Harmonies of #1DCA36
Complementary color
Monochromatic Colors of #1DCA36
Black with #1DCA36
Text Example
Text Example
White with #1DCA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCA36; }
p { color: rgb(29,202,54); }
H1.HeaderClassName
{
color: #1DCA36;
}
.AnyTagClassName
{
color: #1DCA36;
}
</style>
background-color css
<style>
a { background-color: #1DCA36; }
a { background-color: rgb(29,202,54); }
div.DivClassName
{
background-color: #1DCA36;
}
.BgClassName
{
background-color: #1DCA36;
}
</style>
border-color css
<style>
span { border-color: #1DCA36; }
span { border-color: rgb(29,202,54); }
td.TdClassName
{
border-color: #1DCA36;
}
.TagClassName
{
border-color: #1DCA36;
}
</style>