Shades of Lime Green #1DEE33
Tints of Lime Green #1DEE33
RGB
CMYK
RGB Variations
Color information
#1DEE33 (or 0x1DEE33) is known color: Lime Green. HEX triplet: 1D, EE and 33. RGB value is (29,238,51). Sum of RGB (Red+Green+Blue) = 29+238+51=318 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.12% from 318); Green value is 238 (93.36% from 255 or 74.84% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 238 - color contains mainly: green. Hex color #1DEE33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DEE33 is #E211CC. Grayscale: #9A9A9A. Windows color (decimal): -14815693 or 3403293. OLE color: 3403293.
HSL color Cylindrical-coordinate representation of color #1DEE33: hue angle of 126.32º degrees, saturation: 0.86, 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 #1DEE33 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 238 | 51 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.07 |
| HSL | 126.32º | 0.86% | 0.52% | - |
| HSV(B) | 126.32º | 0.88% | 0.93% | - |
| XYZ | 31.68 | 61.65 | 13.36 | - |
| YUV | 154.19 | 69.76 | 38.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 238 | 51 | 0.88 | 0 | 0.79 | 0.07 | 126.32 | 0.86 | 0.52 |
| Hex | 1D | EE | 33 | 58 | 0 | 4F | 7 | 7E | 56 | 34 |
| Octal | 35 | 356 | 63 | 130 | 0 | 117 | 7 | 176 | 126 | 64 |
| Binary | 11101 | 11101110 | 110011 | 1011000 | 0 | 1001111 | 111 | 1111110 | 1010110 | 110100 |
Color Harmonies of #1DEE33
Complementary color
Monochromatic Colors of #1DEE33
Black with #1DEE33
Text Example
Text Example
White with #1DEE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEE33; }
p { color: rgb(29,238,51); }
H1.HeaderClassName
{
color: #1DEE33;
}
.AnyTagClassName
{
color: #1DEE33;
}
</style>
background-color css
<style>
a { background-color: #1DEE33; }
a { background-color: rgb(29,238,51); }
div.DivClassName
{
background-color: #1DEE33;
}
.BgClassName
{
background-color: #1DEE33;
}
</style>
border-color css
<style>
span { border-color: #1DEE33; }
span { border-color: rgb(29,238,51); }
td.TdClassName
{
border-color: #1DEE33;
}
.TagClassName
{
border-color: #1DEE33;
}
</style>