Shades of Lime Green #44D03D
Tints of Lime Green #44D03D
RGB
CMYK
RGB Variations
Color information
#44D03D (or 0x44D03D) is known color: Lime Green. HEX triplet: 44, D0 and 3D. RGB value is (68,208,61). Sum of RGB (Red+Green+Blue) = 68+208+61=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 208 (81.64% from 255 or 61.72% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 208 - color contains mainly: green. Hex color #44D03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44D03D is #BB2FC2. Grayscale: #959595. Windows color (decimal): -12267459 or 4051012. OLE color: 4051012.
HSL color Cylindrical-coordinate representation of color #44D03D: hue angle of 117.14º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44D03D is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 208 | 61 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.18 |
| HSL | 117.14º | 0.61% | 0.53% | - |
| HSV(B) | 117.14º | 0.71% | 0.82% | - |
| XYZ | 25.78 | 46.68 | 12.07 | - |
| YUV | 149.38 | 78.12 | 69.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 208 | 61 | 0.67 | 0 | 0.71 | 0.18 | 117.14 | 0.61 | 0.53 |
| Hex | 44 | D0 | 3D | 43 | 0 | 47 | 12 | 75 | 3D | 35 |
| Octal | 104 | 320 | 75 | 103 | 0 | 107 | 22 | 165 | 75 | 65 |
| Binary | 1000100 | 11010000 | 111101 | 1000011 | 0 | 1000111 | 10010 | 1110101 | 111101 | 110101 |
Color Harmonies of #44D03D
Complementary color
Monochromatic Colors of #44D03D
Black with #44D03D
Text Example
Text Example
White with #44D03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D03D; }
p { color: rgb(68,208,61); }
H1.HeaderClassName
{
color: #44D03D;
}
.AnyTagClassName
{
color: #44D03D;
}
</style>
background-color css
<style>
a { background-color: #44D03D; }
a { background-color: rgb(68,208,61); }
div.DivClassName
{
background-color: #44D03D;
}
.BgClassName
{
background-color: #44D03D;
}
</style>
border-color css
<style>
span { border-color: #44D03D; }
span { border-color: rgb(68,208,61); }
td.TdClassName
{
border-color: #44D03D;
}
.TagClassName
{
border-color: #44D03D;
}
</style>