Shades of Lime Green #1DD92A
Tints of Lime Green #1DD92A
RGB
CMYK
RGB Variations
Color information
#1DD92A (or 0x1DD92A) is known color: Lime Green. HEX triplet: 1D, D9 and 2A. RGB value is (29,217,42). Sum of RGB (Red+Green+Blue) = 29+217+42=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 217 (85.16% from 255 or 75.35% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 217 - color contains mainly: green. Hex color #1DD92A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD92A is #E226D5. Grayscale: #8D8D8D. Windows color (decimal): -14821078 or 2808093. OLE color: 2808093.
HSL color Cylindrical-coordinate representation of color #1DD92A: hue angle of 124.15º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD92A is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 217 | 42 | - |
| CMYK | 0.87 | 0 | 0.81 | 0.15 |
| HSL | 124.15º | 0.76% | 0.48% | - |
| HSV(B) | 124.15º | 0.87% | 0.85% | - |
| XYZ | 25.74 | 50.05 | 10.5 | - |
| YUV | 140.84 | 72.22 | 48.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 217 | 42 | 0.87 | 0 | 0.81 | 0.15 | 124.15 | 0.76 | 0.48 |
| Hex | 1D | D9 | 2A | 57 | 0 | 51 | F | 7C | 4C | 30 |
| Octal | 35 | 331 | 52 | 127 | 0 | 121 | 17 | 174 | 114 | 60 |
| Binary | 11101 | 11011001 | 101010 | 1010111 | 0 | 1010001 | 1111 | 1111100 | 1001100 | 110000 |
Color Harmonies of #1DD92A
Complementary color
Monochromatic Colors of #1DD92A
Black with #1DD92A
Text Example
Text Example
White with #1DD92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD92A; }
p { color: rgb(29,217,42); }
H1.HeaderClassName
{
color: #1DD92A;
}
.AnyTagClassName
{
color: #1DD92A;
}
</style>
background-color css
<style>
a { background-color: #1DD92A; }
a { background-color: rgb(29,217,42); }
div.DivClassName
{
background-color: #1DD92A;
}
.BgClassName
{
background-color: #1DD92A;
}
</style>
border-color css
<style>
span { border-color: #1DD92A; }
span { border-color: rgb(29,217,42); }
td.TdClassName
{
border-color: #1DD92A;
}
.TagClassName
{
border-color: #1DD92A;
}
</style>