Shades of Lime Green #44DD1E
Tints of Lime Green #44DD1E
RGB
CMYK
RGB Variations
Color information
#44DD1E (or 0x44DD1E) is known color: Lime Green. HEX triplet: 44, DD and 1E. RGB value is (68,221,30). Sum of RGB (Red+Green+Blue) = 68+221+30=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 221 (86.72% from 255 or 69.28% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 221 - color contains mainly: green. Hex color #44DD1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44DD1E is #BB22E1. Grayscale: #9A9A9A. Windows color (decimal): -12264162 or 2022724. OLE color: 2022724.
HSL color Cylindrical-coordinate representation of color #44DD1E: hue angle of 108.06º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #44DD1E is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 221 | 30 | - |
| CMYK | 0.69 | 0 | 0.86 | 0.13 |
| HSL | 108.06º | 0.76% | 0.49% | - |
| HSV(B) | 108.06º | 0.86% | 0.87% | - |
| XYZ | 28.47 | 53.04 | 9.96 | - |
| YUV | 153.48 | 58.31 | 67.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 221 | 30 | 0.69 | 0 | 0.86 | 0.13 | 108.06 | 0.76 | 0.49 |
| Hex | 44 | DD | 1E | 45 | 0 | 56 | D | 6C | 4C | 31 |
| Octal | 104 | 335 | 36 | 105 | 0 | 126 | 15 | 154 | 114 | 61 |
| Binary | 1000100 | 11011101 | 11110 | 1000101 | 0 | 1010110 | 1101 | 1101100 | 1001100 | 110001 |
Color Harmonies of #44DD1E
Complementary color
Monochromatic Colors of #44DD1E
Black with #44DD1E
Text Example
Text Example
White with #44DD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DD1E; }
p { color: rgb(68,221,30); }
H1.HeaderClassName
{
color: #44DD1E;
}
.AnyTagClassName
{
color: #44DD1E;
}
</style>
background-color css
<style>
a { background-color: #44DD1E; }
a { background-color: rgb(68,221,30); }
div.DivClassName
{
background-color: #44DD1E;
}
.BgClassName
{
background-color: #44DD1E;
}
</style>
border-color css
<style>
span { border-color: #44DD1E; }
span { border-color: rgb(68,221,30); }
td.TdClassName
{
border-color: #44DD1E;
}
.TagClassName
{
border-color: #44DD1E;
}
</style>