Shades of Lime Green #44DF38
Tints of Lime Green #44DF38
RGB
CMYK
RGB Variations
Color information
#44DF38 (or 0x44DF38) is known color: Lime Green. HEX triplet: 44, DF and 38. RGB value is (68,223,56). Sum of RGB (Red+Green+Blue) = 68+223+56=347 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.60% from 347); Green value is 223 (87.5% from 255 or 64.27% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 223 - color contains mainly: green. Hex color #44DF38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44DF38 is #BB20C7. Grayscale: #9E9E9E. Windows color (decimal): -12263624 or 3727172. OLE color: 3727172.
HSL color Cylindrical-coordinate representation of color #44DF38: hue angle of 115.69º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #44DF38 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 223 | 56 | - |
| CMYK | 0.70 | 0 | 0.75 | 0.13 |
| HSL | 115.69º | 0.72% | 0.55% | - |
| HSV(B) | 115.69º | 0.75% | 0.87% | - |
| XYZ | 29.49 | 54.29 | 12.67 | - |
| YUV | 157.62 | 70.65 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 223 | 56 | 0.70 | 0 | 0.75 | 0.13 | 115.69 | 0.72 | 0.55 |
| Hex | 44 | DF | 38 | 46 | 0 | 4B | D | 74 | 48 | 37 |
| Octal | 104 | 337 | 70 | 106 | 0 | 113 | 15 | 164 | 110 | 67 |
| Binary | 1000100 | 11011111 | 111000 | 1000110 | 0 | 1001011 | 1101 | 1110100 | 1001000 | 110111 |
Color Harmonies of #44DF38
Complementary color
Monochromatic Colors of #44DF38
Black with #44DF38
Text Example
Text Example
White with #44DF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DF38; }
p { color: rgb(68,223,56); }
H1.HeaderClassName
{
color: #44DF38;
}
.AnyTagClassName
{
color: #44DF38;
}
</style>
background-color css
<style>
a { background-color: #44DF38; }
a { background-color: rgb(68,223,56); }
div.DivClassName
{
background-color: #44DF38;
}
.BgClassName
{
background-color: #44DF38;
}
</style>
border-color css
<style>
span { border-color: #44DF38; }
span { border-color: rgb(68,223,56); }
td.TdClassName
{
border-color: #44DF38;
}
.TagClassName
{
border-color: #44DF38;
}
</style>