Shades of Lime Green #44D521
Tints of Lime Green #44D521
RGB
CMYK
RGB Variations
Color information
#44D521 (or 0x44D521) is known color: Lime Green. HEX triplet: 44, D5 and 21. RGB value is (68,213,33). Sum of RGB (Red+Green+Blue) = 68+213+33=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 213 (83.59% from 255 or 67.83% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 213 - color contains mainly: green. Hex color #44D521 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44D521 is #BB2ADE. Grayscale: #959595. Windows color (decimal): -12266207 or 2217284. OLE color: 2217284.
HSL color Cylindrical-coordinate representation of color #44D521: hue angle of 108.33º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #44D521 is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 213 | 33 | - |
| CMYK | 0.68 | 0 | 0.85 | 0.16 |
| HSL | 108.33º | 0.73% | 0.48% | - |
| HSV(B) | 108.33º | 0.85% | 0.84% | - |
| XYZ | 26.45 | 48.93 | 9.49 | - |
| YUV | 149.13 | 62.46 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 213 | 33 | 0.68 | 0 | 0.85 | 0.16 | 108.33 | 0.73 | 0.48 |
| Hex | 44 | D5 | 21 | 44 | 0 | 55 | 10 | 6C | 49 | 30 |
| Octal | 104 | 325 | 41 | 104 | 0 | 125 | 20 | 154 | 111 | 60 |
| Binary | 1000100 | 11010101 | 100001 | 1000100 | 0 | 1010101 | 10000 | 1101100 | 1001001 | 110000 |
Color Harmonies of #44D521
Complementary color
Monochromatic Colors of #44D521
Black with #44D521
Text Example
Text Example
White with #44D521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D521; }
p { color: rgb(68,213,33); }
H1.HeaderClassName
{
color: #44D521;
}
.AnyTagClassName
{
color: #44D521;
}
</style>
background-color css
<style>
a { background-color: #44D521; }
a { background-color: rgb(68,213,33); }
div.DivClassName
{
background-color: #44D521;
}
.BgClassName
{
background-color: #44D521;
}
</style>
border-color css
<style>
span { border-color: #44D521; }
span { border-color: rgb(68,213,33); }
td.TdClassName
{
border-color: #44D521;
}
.TagClassName
{
border-color: #44D521;
}
</style>