Shades of Lime Green #44E650
Tints of Lime Green #44E650
RGB
CMYK
RGB Variations
Color information
#44E650 (or 0x44E650) is known color: Lime Green. HEX triplet: 44, E6 and 50. RGB value is (68,230,80). Sum of RGB (Red+Green+Blue) = 68+230+80=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 230 (90.23% from 255 or 60.85% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 230 - color contains mainly: green. Hex color #44E650 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #44E650 is #BB19AF. Grayscale: #A4A4A4. Windows color (decimal): -12261808 or 5301828. OLE color: 5301828.
HSL color Cylindrical-coordinate representation of color #44E650: hue angle of 124.44º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44E650 is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 68 | 230 | 80 | - |
| CMYK | 0.70 | 0 | 0.65 | 0.10 |
| HSL | 124.44º | 0.76% | 0.58% | - |
| HSV(B) | 124.44º | 0.7% | 0.9% | - |
| XYZ | 32.13 | 58.4 | 17.17 | - |
| YUV | 164.46 | 80.33 | 59.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 230 | 80 | 0.70 | 0 | 0.65 | 0.10 | 124.44 | 0.76 | 0.58 |
| Hex | 44 | E6 | 50 | 46 | 0 | 41 | A | 7C | 4C | 3A |
| Octal | 104 | 346 | 120 | 106 | 0 | 101 | 12 | 174 | 114 | 72 |
| Binary | 1000100 | 11100110 | 1010000 | 1000110 | 0 | 1000001 | 1010 | 1111100 | 1001100 | 111010 |
Color Harmonies of #44E650
Complementary color
Monochromatic Colors of #44E650
Black with #44E650
Text Example
Text Example
White with #44E650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E650; }
p { color: rgb(68,230,80); }
H1.HeaderClassName
{
color: #44E650;
}
.AnyTagClassName
{
color: #44E650;
}
</style>
background-color css
<style>
a { background-color: #44E650; }
a { background-color: rgb(68,230,80); }
div.DivClassName
{
background-color: #44E650;
}
.BgClassName
{
background-color: #44E650;
}
</style>
border-color css
<style>
span { border-color: #44E650; }
span { border-color: rgb(68,230,80); }
td.TdClassName
{
border-color: #44E650;
}
.TagClassName
{
border-color: #44E650;
}
</style>