Shades of Lime Green #44DF2D
Tints of Lime Green #44DF2D
RGB
CMYK
RGB Variations
Color information
#44DF2D (or 0x44DF2D) is known color: Lime Green. HEX triplet: 44, DF and 2D. RGB value is (68,223,45). Sum of RGB (Red+Green+Blue) = 68+223+45=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 223 (87.5% from 255 or 66.37% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 223 - color contains mainly: green. Hex color #44DF2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44DF2D is #BB20D2. Grayscale: #9C9C9C. Windows color (decimal): -12263635 or 3006276. OLE color: 3006276.
HSL color Cylindrical-coordinate representation of color #44DF2D: hue angle of 112.25º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #44DF2D is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 223 | 45 | - |
| CMYK | 0.70 | 0 | 0.80 | 0.13 |
| HSL | 112.25º | 0.74% | 0.53% | - |
| HSV(B) | 112.25º | 0.8% | 0.87% | - |
| XYZ | 29.25 | 54.19 | 11.4 | - |
| YUV | 156.36 | 65.15 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 223 | 45 | 0.70 | 0 | 0.80 | 0.13 | 112.25 | 0.74 | 0.53 |
| Hex | 44 | DF | 2D | 46 | 0 | 50 | D | 70 | 4A | 35 |
| Octal | 104 | 337 | 55 | 106 | 0 | 120 | 15 | 160 | 112 | 65 |
| Binary | 1000100 | 11011111 | 101101 | 1000110 | 0 | 1010000 | 1101 | 1110000 | 1001010 | 110101 |
Color Harmonies of #44DF2D
Complementary color
Monochromatic Colors of #44DF2D
Black with #44DF2D
Text Example
Text Example
White with #44DF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DF2D; }
p { color: rgb(68,223,45); }
H1.HeaderClassName
{
color: #44DF2D;
}
.AnyTagClassName
{
color: #44DF2D;
}
</style>
background-color css
<style>
a { background-color: #44DF2D; }
a { background-color: rgb(68,223,45); }
div.DivClassName
{
background-color: #44DF2D;
}
.BgClassName
{
background-color: #44DF2D;
}
</style>
border-color css
<style>
span { border-color: #44DF2D; }
span { border-color: rgb(68,223,45); }
td.TdClassName
{
border-color: #44DF2D;
}
.TagClassName
{
border-color: #44DF2D;
}
</style>