Shades of Lime Green #1DDB2E
Tints of Lime Green #1DDB2E
RGB
CMYK
RGB Variations
Color information
#1DDB2E (or 0x1DDB2E) is known color: Lime Green. HEX triplet: 1D, DB and 2E. RGB value is (29,219,46). Sum of RGB (Red+Green+Blue) = 29+219+46=294 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.86% from 294); Green value is 219 (85.94% from 255 or 74.49% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 219 - color contains mainly: green. Hex color #1DDB2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DDB2E is #E224D1. Grayscale: #8E8E8E. Windows color (decimal): -14820562 or 3070749. OLE color: 3070749.
HSL color Cylindrical-coordinate representation of color #1DDB2E: hue angle of 125.37º 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 #1DDB2E is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 219 | 46 | - |
| CMYK | 0.87 | 0 | 0.79 | 0.14 |
| HSL | 125.37º | 0.77% | 0.49% | - |
| HSV(B) | 125.37º | 0.87% | 0.86% | - |
| XYZ | 26.33 | 51.12 | 11.06 | - |
| YUV | 142.47 | 73.55 | 47.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 219 | 46 | 0.87 | 0 | 0.79 | 0.14 | 125.37 | 0.77 | 0.49 |
| Hex | 1D | DB | 2E | 57 | 0 | 4F | E | 7D | 4D | 31 |
| Octal | 35 | 333 | 56 | 127 | 0 | 117 | 16 | 175 | 115 | 61 |
| Binary | 11101 | 11011011 | 101110 | 1010111 | 0 | 1001111 | 1110 | 1111101 | 1001101 | 110001 |
Color Harmonies of #1DDB2E
Complementary color
Monochromatic Colors of #1DDB2E
Black with #1DDB2E
Text Example
Text Example
White with #1DDB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDB2E; }
p { color: rgb(29,219,46); }
H1.HeaderClassName
{
color: #1DDB2E;
}
.AnyTagClassName
{
color: #1DDB2E;
}
</style>
background-color css
<style>
a { background-color: #1DDB2E; }
a { background-color: rgb(29,219,46); }
div.DivClassName
{
background-color: #1DDB2E;
}
.BgClassName
{
background-color: #1DDB2E;
}
</style>
border-color css
<style>
span { border-color: #1DDB2E; }
span { border-color: rgb(29,219,46); }
td.TdClassName
{
border-color: #1DDB2E;
}
.TagClassName
{
border-color: #1DDB2E;
}
</style>