Shades of Lime Green #44E350
Tints of Lime Green #44E350
RGB
CMYK
RGB Variations
Color information
#44E350 (or 0x44E350) is known color: Lime Green. HEX triplet: 44, E3 and 50. RGB value is (68,227,80). Sum of RGB (Red+Green+Blue) = 68+227+80=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 227 (89.06% from 255 or 60.53% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 227 - color contains mainly: green. Hex color #44E350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44E350 is #BB1CAF. Grayscale: #A3A3A3. Windows color (decimal): -12262576 or 5301060. OLE color: 5301060.
HSL color Cylindrical-coordinate representation of color #44E350: hue angle of 124.53º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44E350 is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 68 | 227 | 80 | - |
| CMYK | 0.70 | 0 | 0.65 | 0.11 |
| HSL | 124.53º | 0.74% | 0.58% | - |
| HSV(B) | 124.53º | 0.7% | 0.89% | - |
| XYZ | 31.3 | 56.75 | 16.89 | - |
| YUV | 162.7 | 81.32 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 227 | 80 | 0.70 | 0 | 0.65 | 0.11 | 124.53 | 0.74 | 0.58 |
| Hex | 44 | E3 | 50 | 46 | 0 | 41 | B | 7D | 4A | 3A |
| Octal | 104 | 343 | 120 | 106 | 0 | 101 | 13 | 175 | 112 | 72 |
| Binary | 1000100 | 11100011 | 1010000 | 1000110 | 0 | 1000001 | 1011 | 1111101 | 1001010 | 111010 |
Color Harmonies of #44E350
Complementary color
Monochromatic Colors of #44E350
Black with #44E350
Text Example
Text Example
White with #44E350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E350; }
p { color: rgb(68,227,80); }
H1.HeaderClassName
{
color: #44E350;
}
.AnyTagClassName
{
color: #44E350;
}
</style>
background-color css
<style>
a { background-color: #44E350; }
a { background-color: rgb(68,227,80); }
div.DivClassName
{
background-color: #44E350;
}
.BgClassName
{
background-color: #44E350;
}
</style>
border-color css
<style>
span { border-color: #44E350; }
span { border-color: rgb(68,227,80); }
td.TdClassName
{
border-color: #44E350;
}
.TagClassName
{
border-color: #44E350;
}
</style>