Shades of Lime Green #1DCE31
Tints of Lime Green #1DCE31
RGB
CMYK
RGB Variations
Color information
#1DCE31 (or 0x1DCE31) is known color: Lime Green. HEX triplet: 1D, CE and 31. RGB value is (29,206,49). Sum of RGB (Red+Green+Blue) = 29+206+49=284 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.21% from 284); Green value is 206 (80.86% from 255 or 72.54% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 206 - color contains mainly: green. Hex color #1DCE31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCE31 is #E231CE. Grayscale: #878787. Windows color (decimal): -14823887 or 3264029. OLE color: 3264029.
HSL color Cylindrical-coordinate representation of color #1DCE31: hue angle of 126.78º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCE31 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 206 | 49 | - |
| CMYK | 0.86 | 0 | 0.76 | 0.19 |
| HSL | 126.78º | 0.75% | 0.46% | - |
| HSV(B) | 126.78º | 0.86% | 0.81% | - |
| XYZ | 23.13 | 44.63 | 10.3 | - |
| YUV | 135.18 | 79.36 | 52.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 206 | 49 | 0.86 | 0 | 0.76 | 0.19 | 126.78 | 0.75 | 0.46 |
| Hex | 1D | CE | 31 | 56 | 0 | 4C | 13 | 7F | 4B | 2E |
| Octal | 35 | 316 | 61 | 126 | 0 | 114 | 23 | 177 | 113 | 56 |
| Binary | 11101 | 11001110 | 110001 | 1010110 | 0 | 1001100 | 10011 | 1111111 | 1001011 | 101110 |
Color Harmonies of #1DCE31
Complementary color
Monochromatic Colors of #1DCE31
Black with #1DCE31
Text Example
Text Example
White with #1DCE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCE31; }
p { color: rgb(29,206,49); }
H1.HeaderClassName
{
color: #1DCE31;
}
.AnyTagClassName
{
color: #1DCE31;
}
</style>
background-color css
<style>
a { background-color: #1DCE31; }
a { background-color: rgb(29,206,49); }
div.DivClassName
{
background-color: #1DCE31;
}
.BgClassName
{
background-color: #1DCE31;
}
</style>
border-color css
<style>
span { border-color: #1DCE31; }
span { border-color: rgb(29,206,49); }
td.TdClassName
{
border-color: #1DCE31;
}
.TagClassName
{
border-color: #1DCE31;
}
</style>