Shades of Lime Green #44D24D
Tints of Lime Green #44D24D
RGB
CMYK
RGB Variations
Color information
#44D24D (or 0x44D24D) is known color: Lime Green. HEX triplet: 44, D2 and 4D. RGB value is (68,210,77). Sum of RGB (Red+Green+Blue) = 68+210+77=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 210 (82.42% from 255 or 59.15% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 210 - color contains mainly: green. Hex color #44D24D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44D24D is #BB2DB2. Grayscale: #989898. Windows color (decimal): -12266931 or 5100100. OLE color: 5100100.
HSL color Cylindrical-coordinate representation of color #44D24D: hue angle of 123.8º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44D24D is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 210 | 77 | - |
| CMYK | 0.68 | 0 | 0.63 | 0.18 |
| HSL | 123.8º | 0.61% | 0.55% | - |
| HSV(B) | 123.8º | 0.68% | 0.82% | - |
| XYZ | 26.77 | 47.86 | 14.85 | - |
| YUV | 152.38 | 85.46 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 210 | 77 | 0.68 | 0 | 0.63 | 0.18 | 123.8 | 0.61 | 0.55 |
| Hex | 44 | D2 | 4D | 44 | 0 | 3F | 12 | 7C | 3D | 37 |
| Octal | 104 | 322 | 115 | 104 | 0 | 77 | 22 | 174 | 75 | 67 |
| Binary | 1000100 | 11010010 | 1001101 | 1000100 | 0 | 111111 | 10010 | 1111100 | 111101 | 110111 |
Color Harmonies of #44D24D
Complementary color
Monochromatic Colors of #44D24D
Black with #44D24D
Text Example
Text Example
White with #44D24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D24D; }
p { color: rgb(68,210,77); }
H1.HeaderClassName
{
color: #44D24D;
}
.AnyTagClassName
{
color: #44D24D;
}
</style>
background-color css
<style>
a { background-color: #44D24D; }
a { background-color: rgb(68,210,77); }
div.DivClassName
{
background-color: #44D24D;
}
.BgClassName
{
background-color: #44D24D;
}
</style>
border-color css
<style>
span { border-color: #44D24D; }
span { border-color: rgb(68,210,77); }
td.TdClassName
{
border-color: #44D24D;
}
.TagClassName
{
border-color: #44D24D;
}
</style>