Shades of Lime Green #1DDB3B
Tints of Lime Green #1DDB3B
RGB
CMYK
RGB Variations
Color information
#1DDB3B (or 0x1DDB3B) is known color: Lime Green. HEX triplet: 1D, DB and 3B. RGB value is (29,219,59). Sum of RGB (Red+Green+Blue) = 29+219+59=307 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.45% from 307); Green value is 219 (85.94% from 255 or 71.34% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 219 - color contains mainly: green. Hex color #1DDB3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DDB3B is #E224C4. Grayscale: #909090. Windows color (decimal): -14820549 or 3922717. OLE color: 3922717.
HSL color Cylindrical-coordinate representation of color #1DDB3B: hue angle of 129.47º 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 #1DDB3B is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 219 | 59 | - |
| CMYK | 0.87 | 0 | 0.73 | 0.14 |
| HSL | 129.47º | 0.77% | 0.49% | - |
| HSV(B) | 129.47º | 0.87% | 0.86% | - |
| XYZ | 26.63 | 51.24 | 12.62 | - |
| YUV | 143.95 | 80.05 | 46.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 219 | 59 | 0.87 | 0 | 0.73 | 0.14 | 129.47 | 0.77 | 0.49 |
| Hex | 1D | DB | 3B | 57 | 0 | 49 | E | 81 | 4D | 31 |
| Octal | 35 | 333 | 73 | 127 | 0 | 111 | 16 | 201 | 115 | 61 |
| Binary | 11101 | 11011011 | 111011 | 1010111 | 0 | 1001001 | 1110 | 10000001 | 1001101 | 110001 |
Color Harmonies of #1DDB3B
Complementary color
Monochromatic Colors of #1DDB3B
Black with #1DDB3B
Text Example
Text Example
White with #1DDB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDB3B; }
p { color: rgb(29,219,59); }
H1.HeaderClassName
{
color: #1DDB3B;
}
.AnyTagClassName
{
color: #1DDB3B;
}
</style>
background-color css
<style>
a { background-color: #1DDB3B; }
a { background-color: rgb(29,219,59); }
div.DivClassName
{
background-color: #1DDB3B;
}
.BgClassName
{
background-color: #1DDB3B;
}
</style>
border-color css
<style>
span { border-color: #1DDB3B; }
span { border-color: rgb(29,219,59); }
td.TdClassName
{
border-color: #1DDB3B;
}
.TagClassName
{
border-color: #1DDB3B;
}
</style>