Shades of Lime Green #1DBD18
Tints of Lime Green #1DBD18
RGB
CMYK
RGB Variations
Color information
#1DBD18 (or 0x1DBD18) is known color: Lime Green. HEX triplet: 1D, BD and 18. RGB value is (29,189,24). Sum of RGB (Red+Green+Blue) = 29+189+24=242 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.98% from 242); Green value is 189 (74.22% from 255 or 78.10% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 189 - color contains mainly: green. Hex color #1DBD18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DBD18 is #E242E7. Grayscale: #7A7A7A. Windows color (decimal): -14828264 or 1621277. OLE color: 1621277.
HSL color Cylindrical-coordinate representation of color #1DBD18: hue angle of 118.18º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DBD18 is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 189 | 24 | - |
| CMYK | 0.85 | 0 | 0.87 | 0.26 |
| HSL | 118.18º | 0.77% | 0.42% | - |
| HSV(B) | 118.18º | 0.87% | 0.74% | - |
| XYZ | 18.87 | 36.72 | 6.96 | - |
| YUV | 122.35 | 72.49 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 24 | 0.85 | 0 | 0.87 | 0.26 | 118.18 | 0.77 | 0.42 |
| Hex | 1D | BD | 18 | 55 | 0 | 57 | 1A | 76 | 4D | 2A |
| Octal | 35 | 275 | 30 | 125 | 0 | 127 | 32 | 166 | 115 | 52 |
| Binary | 11101 | 10111101 | 11000 | 1010101 | 0 | 1010111 | 11010 | 1110110 | 1001101 | 101010 |
Color Harmonies of #1DBD18
Complementary color
Monochromatic Colors of #1DBD18
Black with #1DBD18
Text Example
Text Example
White with #1DBD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBD18; }
p { color: rgb(29,189,24); }
H1.HeaderClassName
{
color: #1DBD18;
}
.AnyTagClassName
{
color: #1DBD18;
}
</style>
background-color css
<style>
a { background-color: #1DBD18; }
a { background-color: rgb(29,189,24); }
div.DivClassName
{
background-color: #1DBD18;
}
.BgClassName
{
background-color: #1DBD18;
}
</style>
border-color css
<style>
span { border-color: #1DBD18; }
span { border-color: rgb(29,189,24); }
td.TdClassName
{
border-color: #1DBD18;
}
.TagClassName
{
border-color: #1DBD18;
}
</style>