Shades of Lime Green #1DDD25
Tints of Lime Green #1DDD25
RGB
CMYK
RGB Variations
Color information
#1DDD25 (or 0x1DDD25) is known color: Lime Green. HEX triplet: 1D, DD and 25. RGB value is (29,221,37). Sum of RGB (Red+Green+Blue) = 29+221+37=287 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.10% from 287); Green value is 221 (86.72% from 255 or 77.00% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 221 - color contains mainly: green. Hex color #1DDD25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DDD25 is #E222DA. Grayscale: #8F8F8F. Windows color (decimal): -14820059 or 2481437. OLE color: 2481437.
HSL color Cylindrical-coordinate representation of color #1DDD25: hue angle of 122.5º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDD25 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 221 | 37 | - |
| CMYK | 0.87 | 0 | 0.83 | 0.13 |
| HSL | 122.5º | 0.77% | 0.49% | - |
| HSV(B) | 122.5º | 0.87% | 0.87% | - |
| XYZ | 26.7 | 52.11 | 10.4 | - |
| YUV | 142.62 | 68.39 | 46.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 221 | 37 | 0.87 | 0 | 0.83 | 0.13 | 122.5 | 0.77 | 0.49 |
| Hex | 1D | DD | 25 | 57 | 0 | 53 | D | 7B | 4D | 31 |
| Octal | 35 | 335 | 45 | 127 | 0 | 123 | 15 | 173 | 115 | 61 |
| Binary | 11101 | 11011101 | 100101 | 1010111 | 0 | 1010011 | 1101 | 1111011 | 1001101 | 110001 |
Color Harmonies of #1DDD25
Complementary color
Monochromatic Colors of #1DDD25
Black with #1DDD25
Text Example
Text Example
White with #1DDD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDD25; }
p { color: rgb(29,221,37); }
H1.HeaderClassName
{
color: #1DDD25;
}
.AnyTagClassName
{
color: #1DDD25;
}
</style>
background-color css
<style>
a { background-color: #1DDD25; }
a { background-color: rgb(29,221,37); }
div.DivClassName
{
background-color: #1DDD25;
}
.BgClassName
{
background-color: #1DDD25;
}
</style>
border-color css
<style>
span { border-color: #1DDD25; }
span { border-color: rgb(29,221,37); }
td.TdClassName
{
border-color: #1DDD25;
}
.TagClassName
{
border-color: #1DDD25;
}
</style>