Shades of Lime Green #1DD91B
Tints of Lime Green #1DD91B
RGB
CMYK
RGB Variations
Color information
#1DD91B (or 0x1DD91B) is known color: Lime Green. HEX triplet: 1D, D9 and 1B. RGB value is (29,217,27). Sum of RGB (Red+Green+Blue) = 29+217+27=273 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.62% from 273); Green value is 217 (85.16% from 255 or 79.49% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 217 - color contains mainly: green. Hex color #1DD91B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD91B is #E226E4. Grayscale: #8B8B8B. Windows color (decimal): -14821093 or 1825053. OLE color: 1825053.
HSL color Cylindrical-coordinate representation of color #1DD91B: hue angle of 119.37º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DD91B is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 217 | 27 | - |
| CMYK | 0.87 | 0 | 0.88 | 0.15 |
| HSL | 119.37º | 0.78% | 0.48% | - |
| HSV(B) | 119.37º | 0.88% | 0.85% | - |
| XYZ | 25.52 | 49.97 | 9.34 | - |
| YUV | 139.13 | 64.72 | 49.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 217 | 27 | 0.87 | 0 | 0.88 | 0.15 | 119.37 | 0.78 | 0.48 |
| Hex | 1D | D9 | 1B | 57 | 0 | 58 | F | 77 | 4E | 30 |
| Octal | 35 | 331 | 33 | 127 | 0 | 130 | 17 | 167 | 116 | 60 |
| Binary | 11101 | 11011001 | 11011 | 1010111 | 0 | 1011000 | 1111 | 1110111 | 1001110 | 110000 |
Color Harmonies of #1DD91B
Complementary color
Monochromatic Colors of #1DD91B
Black with #1DD91B
Text Example
Text Example
White with #1DD91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD91B; }
p { color: rgb(29,217,27); }
H1.HeaderClassName
{
color: #1DD91B;
}
.AnyTagClassName
{
color: #1DD91B;
}
</style>
background-color css
<style>
a { background-color: #1DD91B; }
a { background-color: rgb(29,217,27); }
div.DivClassName
{
background-color: #1DD91B;
}
.BgClassName
{
background-color: #1DD91B;
}
</style>
border-color css
<style>
span { border-color: #1DD91B; }
span { border-color: rgb(29,217,27); }
td.TdClassName
{
border-color: #1DD91B;
}
.TagClassName
{
border-color: #1DD91B;
}
</style>