Shades of Lime Green #44C441
Tints of Lime Green #44C441
RGB
CMYK
RGB Variations
Color information
#44C441 (or 0x44C441) is known color: Lime Green. HEX triplet: 44, C4 and 41. RGB value is (68,196,65). Sum of RGB (Red+Green+Blue) = 68+196+65=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 196 (76.95% from 255 or 59.57% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 196 - color contains mainly: green. Hex color #44C441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C441 is #BB3BBE. Grayscale: #8F8F8F. Windows color (decimal): -12270527 or 4310084. OLE color: 4310084.
HSL color Cylindrical-coordinate representation of color #44C441: hue angle of 118.63º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44C441 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 68 | 196 | 65 | - |
| CMYK | 0.65 | 0 | 0.67 | 0.23 |
| HSL | 118.63º | 0.53% | 0.51% | - |
| HSV(B) | 118.63º | 0.67% | 0.77% | - |
| XYZ | 23.08 | 41.09 | 11.72 | - |
| YUV | 142.79 | 84.09 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 196 | 65 | 0.65 | 0 | 0.67 | 0.23 | 118.63 | 0.53 | 0.51 |
| Hex | 44 | C4 | 41 | 41 | 0 | 43 | 17 | 77 | 35 | 33 |
| Octal | 104 | 304 | 101 | 101 | 0 | 103 | 27 | 167 | 65 | 63 |
| Binary | 1000100 | 11000100 | 1000001 | 1000001 | 0 | 1000011 | 10111 | 1110111 | 110101 | 110011 |
Color Harmonies of #44C441
Complementary color
Monochromatic Colors of #44C441
Black with #44C441
Text Example
Text Example
White with #44C441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C441; }
p { color: rgb(68,196,65); }
H1.HeaderClassName
{
color: #44C441;
}
.AnyTagClassName
{
color: #44C441;
}
</style>
background-color css
<style>
a { background-color: #44C441; }
a { background-color: rgb(68,196,65); }
div.DivClassName
{
background-color: #44C441;
}
.BgClassName
{
background-color: #44C441;
}
</style>
border-color css
<style>
span { border-color: #44C441; }
span { border-color: rgb(68,196,65); }
td.TdClassName
{
border-color: #44C441;
}
.TagClassName
{
border-color: #44C441;
}
</style>