Shades of Lime Green #44C94F
Tints of Lime Green #44C94F
RGB
CMYK
RGB Variations
Color information
#44C94F (or 0x44C94F) is known color: Lime Green. HEX triplet: 44, C9 and 4F. RGB value is (68,201,79). Sum of RGB (Red+Green+Blue) = 68+201+79=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 201 (78.91% from 255 or 57.76% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 201 - color contains mainly: green. Hex color #44C94F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C94F is #BB36B0. Grayscale: #939393. Windows color (decimal): -12269233 or 5228868. OLE color: 5228868.
HSL color Cylindrical-coordinate representation of color #44C94F: hue angle of 124.96º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44C94F is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 201 | 79 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.21 |
| HSL | 124.96º | 0.55% | 0.53% | - |
| HSV(B) | 124.96º | 0.66% | 0.79% | - |
| XYZ | 24.68 | 43.57 | 14.51 | - |
| YUV | 147.33 | 89.44 | 71.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 201 | 79 | 0.66 | 0 | 0.61 | 0.21 | 124.96 | 0.55 | 0.53 |
| Hex | 44 | C9 | 4F | 42 | 0 | 3D | 15 | 7D | 37 | 35 |
| Octal | 104 | 311 | 117 | 102 | 0 | 75 | 25 | 175 | 67 | 65 |
| Binary | 1000100 | 11001001 | 1001111 | 1000010 | 0 | 111101 | 10101 | 1111101 | 110111 | 110101 |
Color Harmonies of #44C94F
Complementary color
Monochromatic Colors of #44C94F
Black with #44C94F
Text Example
Text Example
White with #44C94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C94F; }
p { color: rgb(68,201,79); }
H1.HeaderClassName
{
color: #44C94F;
}
.AnyTagClassName
{
color: #44C94F;
}
</style>
background-color css
<style>
a { background-color: #44C94F; }
a { background-color: rgb(68,201,79); }
div.DivClassName
{
background-color: #44C94F;
}
.BgClassName
{
background-color: #44C94F;
}
</style>
border-color css
<style>
span { border-color: #44C94F; }
span { border-color: rgb(68,201,79); }
td.TdClassName
{
border-color: #44C94F;
}
.TagClassName
{
border-color: #44C94F;
}
</style>