Shades of Lime Green #1DD930
Tints of Lime Green #1DD930
RGB
CMYK
RGB Variations
Color information
#1DD930 (or 0x1DD930) is known color: Lime Green. HEX triplet: 1D, D9 and 30. RGB value is (29,217,48). Sum of RGB (Red+Green+Blue) = 29+217+48=294 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.86% from 294); Green value is 217 (85.16% from 255 or 73.81% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 217 - color contains mainly: green. Hex color #1DD930 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD930 is #E226CF. Grayscale: #8E8E8E. Windows color (decimal): -14821072 or 3201309. OLE color: 3201309.
HSL color Cylindrical-coordinate representation of color #1DD930: hue angle of 126.06º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD930 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 217 | 48 | - |
| CMYK | 0.87 | 0 | 0.78 | 0.15 |
| HSL | 126.06º | 0.76% | 0.48% | - |
| HSV(B) | 126.06º | 0.87% | 0.85% | - |
| XYZ | 25.85 | 50.1 | 11.1 | - |
| YUV | 141.52 | 75.22 | 47.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 217 | 48 | 0.87 | 0 | 0.78 | 0.15 | 126.06 | 0.76 | 0.48 |
| Hex | 1D | D9 | 30 | 57 | 0 | 4E | F | 7E | 4C | 30 |
| Octal | 35 | 331 | 60 | 127 | 0 | 116 | 17 | 176 | 114 | 60 |
| Binary | 11101 | 11011001 | 110000 | 1010111 | 0 | 1001110 | 1111 | 1111110 | 1001100 | 110000 |
Color Harmonies of #1DD930
Complementary color
Monochromatic Colors of #1DD930
Black with #1DD930
Text Example
Text Example
White with #1DD930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD930; }
p { color: rgb(29,217,48); }
H1.HeaderClassName
{
color: #1DD930;
}
.AnyTagClassName
{
color: #1DD930;
}
</style>
background-color css
<style>
a { background-color: #1DD930; }
a { background-color: rgb(29,217,48); }
div.DivClassName
{
background-color: #1DD930;
}
.BgClassName
{
background-color: #1DD930;
}
</style>
border-color css
<style>
span { border-color: #1DD930; }
span { border-color: rgb(29,217,48); }
td.TdClassName
{
border-color: #1DD930;
}
.TagClassName
{
border-color: #1DD930;
}
</style>