Shades of Lime Green #44C241
Tints of Lime Green #44C241
RGB
CMYK
RGB Variations
Color information
#44C241 (or 0x44C241) is known color: Lime Green. HEX triplet: 44, C2 and 41. RGB value is (68,194,65). Sum of RGB (Red+Green+Blue) = 68+194+65=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 194 (76.17% from 255 or 59.33% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 194 - color contains mainly: green. Hex color #44C241 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C241 is #BB3DBE. Grayscale: #8E8E8E. Windows color (decimal): -12271039 or 4309572. OLE color: 4309572.
HSL color Cylindrical-coordinate representation of color #44C241: hue angle of 118.6º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44C241 is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 194 | 65 | - |
| CMYK | 0.65 | 0 | 0.66 | 0.24 |
| HSL | 118.6º | 0.51% | 0.51% | - |
| HSV(B) | 118.6º | 0.66% | 0.76% | - |
| XYZ | 22.63 | 40.19 | 11.57 | - |
| YUV | 141.62 | 84.76 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 194 | 65 | 0.65 | 0 | 0.66 | 0.24 | 118.6 | 0.51 | 0.51 |
| Hex | 44 | C2 | 41 | 41 | 0 | 42 | 18 | 77 | 33 | 33 |
| Octal | 104 | 302 | 101 | 101 | 0 | 102 | 30 | 167 | 63 | 63 |
| Binary | 1000100 | 11000010 | 1000001 | 1000001 | 0 | 1000010 | 11000 | 1110111 | 110011 | 110011 |
Color Harmonies of #44C241
Complementary color
Monochromatic Colors of #44C241
Black with #44C241
Text Example
Text Example
White with #44C241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C241; }
p { color: rgb(68,194,65); }
H1.HeaderClassName
{
color: #44C241;
}
.AnyTagClassName
{
color: #44C241;
}
</style>
background-color css
<style>
a { background-color: #44C241; }
a { background-color: rgb(68,194,65); }
div.DivClassName
{
background-color: #44C241;
}
.BgClassName
{
background-color: #44C241;
}
</style>
border-color css
<style>
span { border-color: #44C241; }
span { border-color: rgb(68,194,65); }
td.TdClassName
{
border-color: #44C241;
}
.TagClassName
{
border-color: #44C241;
}
</style>