Shades of Lime Green #1DC332
Tints of Lime Green #1DC332
RGB
CMYK
RGB Variations
Color information
#1DC332 (or 0x1DC332) is known color: Lime Green. HEX triplet: 1D, C3 and 32. RGB value is (29,195,50). Sum of RGB (Red+Green+Blue) = 29+195+50=274 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.58% from 274); Green value is 195 (76.56% from 255 or 71.17% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC332 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC332 is #E23CCD. Grayscale: #818181. Windows color (decimal): -14826702 or 3326749. OLE color: 3326749.
HSL color Cylindrical-coordinate representation of color #1DC332: hue angle of 127.59º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC332 is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 195 | 50 | - |
| CMYK | 0.85 | 0 | 0.74 | 0.24 |
| HSL | 127.59º | 0.74% | 0.44% | - |
| HSV(B) | 127.59º | 0.85% | 0.76% | - |
| XYZ | 20.6 | 39.52 | 9.56 | - |
| YUV | 128.84 | 83.5 | 56.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 195 | 50 | 0.85 | 0 | 0.74 | 0.24 | 127.59 | 0.74 | 0.44 |
| Hex | 1D | C3 | 32 | 55 | 0 | 4A | 18 | 80 | 4A | 2C |
| Octal | 35 | 303 | 62 | 125 | 0 | 112 | 30 | 200 | 112 | 54 |
| Binary | 11101 | 11000011 | 110010 | 1010101 | 0 | 1001010 | 11000 | 10000000 | 1001010 | 101100 |
Color Harmonies of #1DC332
Complementary color
Monochromatic Colors of #1DC332
Black with #1DC332
Text Example
Text Example
White with #1DC332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC332; }
p { color: rgb(29,195,50); }
H1.HeaderClassName
{
color: #1DC332;
}
.AnyTagClassName
{
color: #1DC332;
}
</style>
background-color css
<style>
a { background-color: #1DC332; }
a { background-color: rgb(29,195,50); }
div.DivClassName
{
background-color: #1DC332;
}
.BgClassName
{
background-color: #1DC332;
}
</style>
border-color css
<style>
span { border-color: #1DC332; }
span { border-color: rgb(29,195,50); }
td.TdClassName
{
border-color: #1DC332;
}
.TagClassName
{
border-color: #1DC332;
}
</style>