Shades of Lime Green #1DD622
Tints of Lime Green #1DD622
RGB
CMYK
RGB Variations
Color information
#1DD622 (or 0x1DD622) is known color: Lime Green. HEX triplet: 1D, D6 and 22. RGB value is (29,214,34). Sum of RGB (Red+Green+Blue) = 29+214+34=277 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.47% from 277); Green value is 214 (83.98% from 255 or 77.26% from 277); Blue value is 34 (13.67% from 255 or 12.27% from 277); Max value from RGB is 214 - color contains mainly: green. Hex color #1DD622 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD622 is #E229DD. Grayscale: #8A8A8A. Windows color (decimal): -14821854 or 2283037. OLE color: 2283037.
HSL color Cylindrical-coordinate representation of color #1DD622: hue angle of 121.62º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD622 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 214 | 34 | - |
| CMYK | 0.86 | 0 | 0.84 | 0.16 |
| HSL | 121.62º | 0.76% | 0.48% | - |
| HSV(B) | 121.62º | 0.86% | 0.84% | - |
| XYZ | 24.84 | 48.47 | 9.56 | - |
| YUV | 138.17 | 69.21 | 50.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 214 | 34 | 0.86 | 0 | 0.84 | 0.16 | 121.62 | 0.76 | 0.48 |
| Hex | 1D | D6 | 22 | 56 | 0 | 54 | 10 | 7A | 4C | 30 |
| Octal | 35 | 326 | 42 | 126 | 0 | 124 | 20 | 172 | 114 | 60 |
| Binary | 11101 | 11010110 | 100010 | 1010110 | 0 | 1010100 | 10000 | 1111010 | 1001100 | 110000 |
Color Harmonies of #1DD622
Complementary color
Monochromatic Colors of #1DD622
Black with #1DD622
Text Example
Text Example
White with #1DD622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD622; }
p { color: rgb(29,214,34); }
H1.HeaderClassName
{
color: #1DD622;
}
.AnyTagClassName
{
color: #1DD622;
}
</style>
background-color css
<style>
a { background-color: #1DD622; }
a { background-color: rgb(29,214,34); }
div.DivClassName
{
background-color: #1DD622;
}
.BgClassName
{
background-color: #1DD622;
}
</style>
border-color css
<style>
span { border-color: #1DD622; }
span { border-color: rgb(29,214,34); }
td.TdClassName
{
border-color: #1DD622;
}
.TagClassName
{
border-color: #1DD622;
}
</style>