Shades of Lime Green #1DCE33
Tints of Lime Green #1DCE33
RGB
CMYK
RGB Variations
Color information
#1DCE33 (or 0x1DCE33) is known color: Lime Green. HEX triplet: 1D, CE and 33. RGB value is (29,206,51). Sum of RGB (Red+Green+Blue) = 29+206+51=286 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.14% from 286); Green value is 206 (80.86% from 255 or 72.03% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 206 - color contains mainly: green. Hex color #1DCE33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCE33 is #E231CC. Grayscale: #878787. Windows color (decimal): -14823885 or 3395101. OLE color: 3395101.
HSL color Cylindrical-coordinate representation of color #1DCE33: hue angle of 127.46º 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 #1DCE33 is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 206 | 51 | - |
| CMYK | 0.86 | 0 | 0.75 | 0.19 |
| HSL | 127.46º | 0.75% | 0.46% | - |
| HSV(B) | 127.46º | 0.86% | 0.81% | - |
| XYZ | 23.18 | 44.64 | 10.53 | - |
| YUV | 135.41 | 80.36 | 52.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 206 | 51 | 0.86 | 0 | 0.75 | 0.19 | 127.46 | 0.75 | 0.46 |
| Hex | 1D | CE | 33 | 56 | 0 | 4B | 13 | 7F | 4B | 2E |
| Octal | 35 | 316 | 63 | 126 | 0 | 113 | 23 | 177 | 113 | 56 |
| Binary | 11101 | 11001110 | 110011 | 1010110 | 0 | 1001011 | 10011 | 1111111 | 1001011 | 101110 |
Color Harmonies of #1DCE33
Complementary color
Monochromatic Colors of #1DCE33
Black with #1DCE33
Text Example
Text Example
White with #1DCE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCE33; }
p { color: rgb(29,206,51); }
H1.HeaderClassName
{
color: #1DCE33;
}
.AnyTagClassName
{
color: #1DCE33;
}
</style>
background-color css
<style>
a { background-color: #1DCE33; }
a { background-color: rgb(29,206,51); }
div.DivClassName
{
background-color: #1DCE33;
}
.BgClassName
{
background-color: #1DCE33;
}
</style>
border-color css
<style>
span { border-color: #1DCE33; }
span { border-color: rgb(29,206,51); }
td.TdClassName
{
border-color: #1DCE33;
}
.TagClassName
{
border-color: #1DCE33;
}
</style>