Shades of Lime Green #44DD4A
Tints of Lime Green #44DD4A
RGB
CMYK
RGB Variations
Color information
#44DD4A (or 0x44DD4A) is known color: Lime Green. HEX triplet: 44, DD and 4A. RGB value is (68,221,74). Sum of RGB (Red+Green+Blue) = 68+221+74=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 221 (86.72% from 255 or 60.88% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 221 - color contains mainly: green. Hex color #44DD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44DD4A is #BB22B5. Grayscale: #9E9E9E. Windows color (decimal): -12264118 or 4906308. OLE color: 4906308.
HSL color Cylindrical-coordinate representation of color #44DD4A: hue angle of 122.35º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44DD4A is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 221 | 74 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.13 |
| HSL | 122.35º | 0.69% | 0.57% | - |
| HSV(B) | 122.35º | 0.69% | 0.87% | - |
| XYZ | 29.48 | 53.44 | 15.24 | - |
| YUV | 158.5 | 80.31 | 63.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 221 | 74 | 0.69 | 0 | 0.67 | 0.13 | 122.35 | 0.69 | 0.57 |
| Hex | 44 | DD | 4A | 45 | 0 | 43 | D | 7A | 45 | 39 |
| Octal | 104 | 335 | 112 | 105 | 0 | 103 | 15 | 172 | 105 | 71 |
| Binary | 1000100 | 11011101 | 1001010 | 1000101 | 0 | 1000011 | 1101 | 1111010 | 1000101 | 111001 |
Color Harmonies of #44DD4A
Complementary color
Monochromatic Colors of #44DD4A
Black with #44DD4A
Text Example
Text Example
White with #44DD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DD4A; }
p { color: rgb(68,221,74); }
H1.HeaderClassName
{
color: #44DD4A;
}
.AnyTagClassName
{
color: #44DD4A;
}
</style>
background-color css
<style>
a { background-color: #44DD4A; }
a { background-color: rgb(68,221,74); }
div.DivClassName
{
background-color: #44DD4A;
}
.BgClassName
{
background-color: #44DD4A;
}
</style>
border-color css
<style>
span { border-color: #44DD4A; }
span { border-color: rgb(68,221,74); }
td.TdClassName
{
border-color: #44DD4A;
}
.TagClassName
{
border-color: #44DD4A;
}
</style>