Shades of Lime Green #1DD236
Tints of Lime Green #1DD236
RGB
CMYK
RGB Variations
Color information
#1DD236 (or 0x1DD236) is known color: Lime Green. HEX triplet: 1D, D2 and 36. RGB value is (29,210,54). Sum of RGB (Red+Green+Blue) = 29+210+54=293 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.90% from 293); Green value is 210 (82.42% from 255 or 71.67% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 210 - color contains mainly: green. Hex color #1DD236 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD236 is #E22DC9. Grayscale: #8A8A8A. Windows color (decimal): -14822858 or 3592733. OLE color: 3592733.
HSL color Cylindrical-coordinate representation of color #1DD236: hue angle of 128.29º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD236 is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 210 | 54 | - |
| CMYK | 0.86 | 0 | 0.74 | 0.18 |
| HSL | 128.29º | 0.76% | 0.47% | - |
| HSV(B) | 128.29º | 0.86% | 0.82% | - |
| XYZ | 24.22 | 46.62 | 11.21 | - |
| YUV | 138.1 | 80.53 | 50.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 210 | 54 | 0.86 | 0 | 0.74 | 0.18 | 128.29 | 0.76 | 0.47 |
| Hex | 1D | D2 | 36 | 56 | 0 | 4A | 12 | 80 | 4C | 2F |
| Octal | 35 | 322 | 66 | 126 | 0 | 112 | 22 | 200 | 114 | 57 |
| Binary | 11101 | 11010010 | 110110 | 1010110 | 0 | 1001010 | 10010 | 10000000 | 1001100 | 101111 |
Color Harmonies of #1DD236
Complementary color
Monochromatic Colors of #1DD236
Black with #1DD236
Text Example
Text Example
White with #1DD236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD236; }
p { color: rgb(29,210,54); }
H1.HeaderClassName
{
color: #1DD236;
}
.AnyTagClassName
{
color: #1DD236;
}
</style>
background-color css
<style>
a { background-color: #1DD236; }
a { background-color: rgb(29,210,54); }
div.DivClassName
{
background-color: #1DD236;
}
.BgClassName
{
background-color: #1DD236;
}
</style>
border-color css
<style>
span { border-color: #1DD236; }
span { border-color: rgb(29,210,54); }
td.TdClassName
{
border-color: #1DD236;
}
.TagClassName
{
border-color: #1DD236;
}
</style>