Shades of Lime Green #44D03F
Tints of Lime Green #44D03F
RGB
CMYK
RGB Variations
Color information
#44D03F (or 0x44D03F) is known color: Lime Green. HEX triplet: 44, D0 and 3F. RGB value is (68,208,63). Sum of RGB (Red+Green+Blue) = 68+208+63=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 208 (81.64% from 255 or 61.36% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 208 - color contains mainly: green. Hex color #44D03F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44D03F is #BB2FC0. Grayscale: #969696. Windows color (decimal): -12267457 or 4182084. OLE color: 4182084.
HSL color Cylindrical-coordinate representation of color #44D03F: hue angle of 117.93º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44D03F is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 208 | 63 | - |
| CMYK | 0.67 | 0 | 0.70 | 0.18 |
| HSL | 117.93º | 0.61% | 0.53% | - |
| HSV(B) | 117.93º | 0.7% | 0.82% | - |
| XYZ | 25.84 | 46.7 | 12.35 | - |
| YUV | 149.61 | 79.12 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 208 | 63 | 0.67 | 0 | 0.70 | 0.18 | 117.93 | 0.61 | 0.53 |
| Hex | 44 | D0 | 3F | 43 | 0 | 46 | 12 | 76 | 3D | 35 |
| Octal | 104 | 320 | 77 | 103 | 0 | 106 | 22 | 166 | 75 | 65 |
| Binary | 1000100 | 11010000 | 111111 | 1000011 | 0 | 1000110 | 10010 | 1110110 | 111101 | 110101 |
Color Harmonies of #44D03F
Complementary color
Monochromatic Colors of #44D03F
Black with #44D03F
Text Example
Text Example
White with #44D03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D03F; }
p { color: rgb(68,208,63); }
H1.HeaderClassName
{
color: #44D03F;
}
.AnyTagClassName
{
color: #44D03F;
}
</style>
background-color css
<style>
a { background-color: #44D03F; }
a { background-color: rgb(68,208,63); }
div.DivClassName
{
background-color: #44D03F;
}
.BgClassName
{
background-color: #44D03F;
}
</style>
border-color css
<style>
span { border-color: #44D03F; }
span { border-color: rgb(68,208,63); }
td.TdClassName
{
border-color: #44D03F;
}
.TagClassName
{
border-color: #44D03F;
}
</style>