Shades of Lime Green #44DC32
Tints of Lime Green #44DC32
RGB
CMYK
RGB Variations
Color information
#44DC32 (or 0x44DC32) is known color: Lime Green. HEX triplet: 44, DC and 32. RGB value is (68,220,50). Sum of RGB (Red+Green+Blue) = 68+220+50=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 220 (86.33% from 255 or 65.09% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 220 - color contains mainly: green. Hex color #44DC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44DC32 is #BB23CD. Grayscale: #9B9B9B. Windows color (decimal): -12264398 or 3333188. OLE color: 3333188.
HSL color Cylindrical-coordinate representation of color #44DC32: hue angle of 113.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #44DC32 is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 220 | 50 | - |
| CMYK | 0.69 | 0 | 0.77 | 0.14 |
| HSL | 113.65º | 0.71% | 0.53% | - |
| HSV(B) | 113.65º | 0.77% | 0.86% | - |
| XYZ | 28.55 | 52.65 | 11.67 | - |
| YUV | 155.17 | 68.64 | 65.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 220 | 50 | 0.69 | 0 | 0.77 | 0.14 | 113.65 | 0.71 | 0.53 |
| Hex | 44 | DC | 32 | 45 | 0 | 4D | E | 72 | 47 | 35 |
| Octal | 104 | 334 | 62 | 105 | 0 | 115 | 16 | 162 | 107 | 65 |
| Binary | 1000100 | 11011100 | 110010 | 1000101 | 0 | 1001101 | 1110 | 1110010 | 1000111 | 110101 |
Color Harmonies of #44DC32
Complementary color
Monochromatic Colors of #44DC32
Black with #44DC32
Text Example
Text Example
White with #44DC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DC32; }
p { color: rgb(68,220,50); }
H1.HeaderClassName
{
color: #44DC32;
}
.AnyTagClassName
{
color: #44DC32;
}
</style>
background-color css
<style>
a { background-color: #44DC32; }
a { background-color: rgb(68,220,50); }
div.DivClassName
{
background-color: #44DC32;
}
.BgClassName
{
background-color: #44DC32;
}
</style>
border-color css
<style>
span { border-color: #44DC32; }
span { border-color: rgb(68,220,50); }
td.TdClassName
{
border-color: #44DC32;
}
.TagClassName
{
border-color: #44DC32;
}
</style>