Shades of Lime Green #44D04F
Tints of Lime Green #44D04F
RGB
CMYK
RGB Variations
Color information
#44D04F (or 0x44D04F) is known color: Lime Green. HEX triplet: 44, D0 and 4F. RGB value is (68,208,79). Sum of RGB (Red+Green+Blue) = 68+208+79=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 208 (81.64% from 255 or 58.59% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 208 - color contains mainly: green. Hex color #44D04F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44D04F is #BB2FB0. Grayscale: #979797. Windows color (decimal): -12267441 or 5230660. OLE color: 5230660.
HSL color Cylindrical-coordinate representation of color #44D04F: hue angle of 124.71º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44D04F is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 208 | 79 | - |
| CMYK | 0.67 | 0 | 0.62 | 0.18 |
| HSL | 124.71º | 0.6% | 0.54% | - |
| HSV(B) | 124.71º | 0.67% | 0.82% | - |
| XYZ | 26.35 | 46.91 | 15.06 | - |
| YUV | 151.43 | 87.12 | 68.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 208 | 79 | 0.67 | 0 | 0.62 | 0.18 | 124.71 | 0.6 | 0.54 |
| Hex | 44 | D0 | 4F | 43 | 0 | 3E | 12 | 7D | 3C | 36 |
| Octal | 104 | 320 | 117 | 103 | 0 | 76 | 22 | 175 | 74 | 66 |
| Binary | 1000100 | 11010000 | 1001111 | 1000011 | 0 | 111110 | 10010 | 1111101 | 111100 | 110110 |
Color Harmonies of #44D04F
Complementary color
Monochromatic Colors of #44D04F
Black with #44D04F
Text Example
Text Example
White with #44D04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D04F; }
p { color: rgb(68,208,79); }
H1.HeaderClassName
{
color: #44D04F;
}
.AnyTagClassName
{
color: #44D04F;
}
</style>
background-color css
<style>
a { background-color: #44D04F; }
a { background-color: rgb(68,208,79); }
div.DivClassName
{
background-color: #44D04F;
}
.BgClassName
{
background-color: #44D04F;
}
</style>
border-color css
<style>
span { border-color: #44D04F; }
span { border-color: rgb(68,208,79); }
td.TdClassName
{
border-color: #44D04F;
}
.TagClassName
{
border-color: #44D04F;
}
</style>