Shades of Lime Green #1DEC33
Tints of Lime Green #1DEC33
RGB
CMYK
RGB Variations
Color information
#1DEC33 (or 0x1DEC33) is known color: Lime Green. HEX triplet: 1D, EC and 33. RGB value is (29,236,51). Sum of RGB (Red+Green+Blue) = 29+236+51=316 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.18% from 316); Green value is 236 (92.58% from 255 or 74.68% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 236 - color contains mainly: green. Hex color #1DEC33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DEC33 is #E213CC. Grayscale: #999999. Windows color (decimal): -14816205 or 3402781. OLE color: 3402781.
HSL color Cylindrical-coordinate representation of color #1DEC33: hue angle of 126.38º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEC33 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 236 | 51 | - |
| CMYK | 0.88 | 0 | 0.78 | 0.07 |
| HSL | 126.38º | 0.84% | 0.52% | - |
| HSV(B) | 126.38º | 0.88% | 0.93% | - |
| XYZ | 31.1 | 60.49 | 13.17 | - |
| YUV | 153.02 | 70.42 | 39.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 236 | 51 | 0.88 | 0 | 0.78 | 0.07 | 126.38 | 0.84 | 0.52 |
| Hex | 1D | EC | 33 | 58 | 0 | 4E | 7 | 7E | 54 | 34 |
| Octal | 35 | 354 | 63 | 130 | 0 | 116 | 7 | 176 | 124 | 64 |
| Binary | 11101 | 11101100 | 110011 | 1011000 | 0 | 1001110 | 111 | 1111110 | 1010100 | 110100 |
Color Harmonies of #1DEC33
Complementary color
Monochromatic Colors of #1DEC33
Black with #1DEC33
Text Example
Text Example
White with #1DEC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEC33; }
p { color: rgb(29,236,51); }
H1.HeaderClassName
{
color: #1DEC33;
}
.AnyTagClassName
{
color: #1DEC33;
}
</style>
background-color css
<style>
a { background-color: #1DEC33; }
a { background-color: rgb(29,236,51); }
div.DivClassName
{
background-color: #1DEC33;
}
.BgClassName
{
background-color: #1DEC33;
}
</style>
border-color css
<style>
span { border-color: #1DEC33; }
span { border-color: rgb(29,236,51); }
td.TdClassName
{
border-color: #1DEC33;
}
.TagClassName
{
border-color: #1DEC33;
}
</style>