Shades of Lime Green #44DD31
Tints of Lime Green #44DD31
RGB
CMYK
RGB Variations
Color information
#44DD31 (or 0x44DD31) is known color: Lime Green. HEX triplet: 44, DD and 31. RGB value is (68,221,49). Sum of RGB (Red+Green+Blue) = 68+221+49=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 221 (86.72% from 255 or 65.38% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 221 - color contains mainly: green. Hex color #44DD31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44DD31 is #BB22CE. Grayscale: #9C9C9C. Windows color (decimal): -12264143 or 3267908. OLE color: 3267908.
HSL color Cylindrical-coordinate representation of color #44DD31: hue angle of 113.37º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #44DD31 is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 221 | 49 | - |
| CMYK | 0.69 | 0 | 0.78 | 0.13 |
| HSL | 113.37º | 0.72% | 0.53% | - |
| HSV(B) | 113.37º | 0.78% | 0.87% | - |
| XYZ | 28.79 | 53.16 | 11.65 | - |
| YUV | 155.65 | 67.81 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 221 | 49 | 0.69 | 0 | 0.78 | 0.13 | 113.37 | 0.72 | 0.53 |
| Hex | 44 | DD | 31 | 45 | 0 | 4E | D | 71 | 48 | 35 |
| Octal | 104 | 335 | 61 | 105 | 0 | 116 | 15 | 161 | 110 | 65 |
| Binary | 1000100 | 11011101 | 110001 | 1000101 | 0 | 1001110 | 1101 | 1110001 | 1001000 | 110101 |
Color Harmonies of #44DD31
Complementary color
Monochromatic Colors of #44DD31
Black with #44DD31
Text Example
Text Example
White with #44DD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DD31; }
p { color: rgb(68,221,49); }
H1.HeaderClassName
{
color: #44DD31;
}
.AnyTagClassName
{
color: #44DD31;
}
</style>
background-color css
<style>
a { background-color: #44DD31; }
a { background-color: rgb(68,221,49); }
div.DivClassName
{
background-color: #44DD31;
}
.BgClassName
{
background-color: #44DD31;
}
</style>
border-color css
<style>
span { border-color: #44DD31; }
span { border-color: rgb(68,221,49); }
td.TdClassName
{
border-color: #44DD31;
}
.TagClassName
{
border-color: #44DD31;
}
</style>