Shades of Lime Green #44D820
Tints of Lime Green #44D820
RGB
CMYK
RGB Variations
Color information
#44D820 (or 0x44D820) is known color: Lime Green. HEX triplet: 44, D8 and 20. RGB value is (68,216,32). Sum of RGB (Red+Green+Blue) = 68+216+32=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 216 (84.77% from 255 or 68.35% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 216 - color contains mainly: green. Hex color #44D820 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44D820 is #BB27DF. Grayscale: #979797. Windows color (decimal): -12265440 or 2152516. OLE color: 2152516.
HSL color Cylindrical-coordinate representation of color #44D820: hue angle of 108.26º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #44D820 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 216 | 32 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.15 |
| HSL | 108.26º | 0.74% | 0.49% | - |
| HSV(B) | 108.26º | 0.85% | 0.85% | - |
| XYZ | 27.2 | 50.44 | 9.67 | - |
| YUV | 150.77 | 60.97 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 216 | 32 | 0.69 | 0 | 0.85 | 0.15 | 108.26 | 0.74 | 0.49 |
| Hex | 44 | D8 | 20 | 45 | 0 | 55 | F | 6C | 4A | 31 |
| Octal | 104 | 330 | 40 | 105 | 0 | 125 | 17 | 154 | 112 | 61 |
| Binary | 1000100 | 11011000 | 100000 | 1000101 | 0 | 1010101 | 1111 | 1101100 | 1001010 | 110001 |
Color Harmonies of #44D820
Complementary color
Monochromatic Colors of #44D820
Black with #44D820
Text Example
Text Example
White with #44D820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D820; }
p { color: rgb(68,216,32); }
H1.HeaderClassName
{
color: #44D820;
}
.AnyTagClassName
{
color: #44D820;
}
</style>
background-color css
<style>
a { background-color: #44D820; }
a { background-color: rgb(68,216,32); }
div.DivClassName
{
background-color: #44D820;
}
.BgClassName
{
background-color: #44D820;
}
</style>
border-color css
<style>
span { border-color: #44D820; }
span { border-color: rgb(68,216,32); }
td.TdClassName
{
border-color: #44D820;
}
.TagClassName
{
border-color: #44D820;
}
</style>