Shades of Lime Green #44DE50
Tints of Lime Green #44DE50
RGB
CMYK
RGB Variations
Color information
#44DE50 (or 0x44DE50) is known color: Lime Green. HEX triplet: 44, DE and 50. RGB value is (68,222,80). Sum of RGB (Red+Green+Blue) = 68+222+80=370 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.38% from 370); Green value is 222 (87.11% from 255 or 60% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 222 - color contains mainly: green. Hex color #44DE50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44DE50 is #BB21AF. Grayscale: #A0A0A0. Windows color (decimal): -12263856 or 5299780. OLE color: 5299780.
HSL color Cylindrical-coordinate representation of color #44DE50: hue angle of 124.68º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44DE50 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 222 | 80 | - |
| CMYK | 0.69 | 0 | 0.64 | 0.13 |
| HSL | 124.68º | 0.7% | 0.57% | - |
| HSV(B) | 124.68º | 0.69% | 0.87% | - |
| XYZ | 29.95 | 54.05 | 16.44 | - |
| YUV | 159.77 | 82.98 | 62.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 222 | 80 | 0.69 | 0 | 0.64 | 0.13 | 124.68 | 0.7 | 0.57 |
| Hex | 44 | DE | 50 | 45 | 0 | 40 | D | 7D | 46 | 39 |
| Octal | 104 | 336 | 120 | 105 | 0 | 100 | 15 | 175 | 106 | 71 |
| Binary | 1000100 | 11011110 | 1010000 | 1000101 | 0 | 1000000 | 1101 | 1111101 | 1000110 | 111001 |
Color Harmonies of #44DE50
Complementary color
Monochromatic Colors of #44DE50
Black with #44DE50
Text Example
Text Example
White with #44DE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DE50; }
p { color: rgb(68,222,80); }
H1.HeaderClassName
{
color: #44DE50;
}
.AnyTagClassName
{
color: #44DE50;
}
</style>
background-color css
<style>
a { background-color: #44DE50; }
a { background-color: rgb(68,222,80); }
div.DivClassName
{
background-color: #44DE50;
}
.BgClassName
{
background-color: #44DE50;
}
</style>
border-color css
<style>
span { border-color: #44DE50; }
span { border-color: rgb(68,222,80); }
td.TdClassName
{
border-color: #44DE50;
}
.TagClassName
{
border-color: #44DE50;
}
</style>