Shades of Lime Green #1DDB27
Tints of Lime Green #1DDB27
RGB
CMYK
RGB Variations
Color information
#1DDB27 (or 0x1DDB27) is known color: Lime Green. HEX triplet: 1D, DB and 27. RGB value is (29,219,39). Sum of RGB (Red+Green+Blue) = 29+219+39=287 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.10% from 287); Green value is 219 (85.94% from 255 or 76.31% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 219 - color contains mainly: green. Hex color #1DDB27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DDB27 is #E224D8. Grayscale: #8E8E8E. Windows color (decimal): -14820569 or 2611997. OLE color: 2611997.
HSL color Cylindrical-coordinate representation of color #1DDB27: hue angle of 123.16º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDB27 is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 219 | 39 | - |
| CMYK | 0.87 | 0 | 0.82 | 0.14 |
| HSL | 123.16º | 0.77% | 0.49% | - |
| HSV(B) | 123.16º | 0.87% | 0.86% | - |
| XYZ | 26.2 | 51.07 | 10.4 | - |
| YUV | 141.67 | 70.05 | 47.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 219 | 39 | 0.87 | 0 | 0.82 | 0.14 | 123.16 | 0.77 | 0.49 |
| Hex | 1D | DB | 27 | 57 | 0 | 52 | E | 7B | 4D | 31 |
| Octal | 35 | 333 | 47 | 127 | 0 | 122 | 16 | 173 | 115 | 61 |
| Binary | 11101 | 11011011 | 100111 | 1010111 | 0 | 1010010 | 1110 | 1111011 | 1001101 | 110001 |
Color Harmonies of #1DDB27
Complementary color
Monochromatic Colors of #1DDB27
Black with #1DDB27
Text Example
Text Example
White with #1DDB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDB27; }
p { color: rgb(29,219,39); }
H1.HeaderClassName
{
color: #1DDB27;
}
.AnyTagClassName
{
color: #1DDB27;
}
</style>
background-color css
<style>
a { background-color: #1DDB27; }
a { background-color: rgb(29,219,39); }
div.DivClassName
{
background-color: #1DDB27;
}
.BgClassName
{
background-color: #1DDB27;
}
</style>
border-color css
<style>
span { border-color: #1DDB27; }
span { border-color: rgb(29,219,39); }
td.TdClassName
{
border-color: #1DDB27;
}
.TagClassName
{
border-color: #1DDB27;
}
</style>