Shades of Lime Green #44DC3F
Tints of Lime Green #44DC3F
RGB
CMYK
RGB Variations
Color information
#44DC3F (or 0x44DC3F) is known color: Lime Green. HEX triplet: 44, DC and 3F. RGB value is (68,220,63). Sum of RGB (Red+Green+Blue) = 68+220+63=351 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.37% from 351); Green value is 220 (86.33% from 255 or 62.68% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 220 - color contains mainly: green. Hex color #44DC3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44DC3F is #BB23C0. Grayscale: #9D9D9D. Windows color (decimal): -12264385 or 4185156. OLE color: 4185156.
HSL color Cylindrical-coordinate representation of color #44DC3F: hue angle of 118.09º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44DC3F is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 220 | 63 | - |
| CMYK | 0.69 | 0 | 0.71 | 0.14 |
| HSL | 118.09º | 0.69% | 0.55% | - |
| HSV(B) | 118.09º | 0.71% | 0.86% | - |
| XYZ | 28.87 | 52.77 | 13.37 | - |
| YUV | 156.65 | 75.14 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 220 | 63 | 0.69 | 0 | 0.71 | 0.14 | 118.09 | 0.69 | 0.55 |
| Hex | 44 | DC | 3F | 45 | 0 | 47 | E | 76 | 45 | 37 |
| Octal | 104 | 334 | 77 | 105 | 0 | 107 | 16 | 166 | 105 | 67 |
| Binary | 1000100 | 11011100 | 111111 | 1000101 | 0 | 1000111 | 1110 | 1110110 | 1000101 | 110111 |
Color Harmonies of #44DC3F
Complementary color
Monochromatic Colors of #44DC3F
Black with #44DC3F
Text Example
Text Example
White with #44DC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DC3F; }
p { color: rgb(68,220,63); }
H1.HeaderClassName
{
color: #44DC3F;
}
.AnyTagClassName
{
color: #44DC3F;
}
</style>
background-color css
<style>
a { background-color: #44DC3F; }
a { background-color: rgb(68,220,63); }
div.DivClassName
{
background-color: #44DC3F;
}
.BgClassName
{
background-color: #44DC3F;
}
</style>
border-color css
<style>
span { border-color: #44DC3F; }
span { border-color: rgb(68,220,63); }
td.TdClassName
{
border-color: #44DC3F;
}
.TagClassName
{
border-color: #44DC3F;
}
</style>