Shades of Lime Green #44CA41
Tints of Lime Green #44CA41
RGB
CMYK
RGB Variations
Color information
#44CA41 (or 0x44CA41) is known color: Lime Green. HEX triplet: 44, CA and 41. RGB value is (68,202,65). Sum of RGB (Red+Green+Blue) = 68+202+65=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 202 (79.30% from 255 or 60.30% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 202 - color contains mainly: green. Hex color #44CA41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44CA41 is #BB35BE. Grayscale: #929292. Windows color (decimal): -12268991 or 4311620. OLE color: 4311620.
HSL color Cylindrical-coordinate representation of color #44CA41: hue angle of 118.69º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44CA41 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 202 | 65 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.21 |
| HSL | 118.69º | 0.56% | 0.52% | - |
| HSV(B) | 118.69º | 0.68% | 0.79% | - |
| XYZ | 24.46 | 43.85 | 12.18 | - |
| YUV | 146.32 | 82.11 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 202 | 65 | 0.66 | 0 | 0.68 | 0.21 | 118.69 | 0.56 | 0.52 |
| Hex | 44 | CA | 41 | 42 | 0 | 44 | 15 | 77 | 38 | 34 |
| Octal | 104 | 312 | 101 | 102 | 0 | 104 | 25 | 167 | 70 | 64 |
| Binary | 1000100 | 11001010 | 1000001 | 1000010 | 0 | 1000100 | 10101 | 1110111 | 111000 | 110100 |
Color Harmonies of #44CA41
Complementary color
Monochromatic Colors of #44CA41
Black with #44CA41
Text Example
Text Example
White with #44CA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CA41; }
p { color: rgb(68,202,65); }
H1.HeaderClassName
{
color: #44CA41;
}
.AnyTagClassName
{
color: #44CA41;
}
</style>
background-color css
<style>
a { background-color: #44CA41; }
a { background-color: rgb(68,202,65); }
div.DivClassName
{
background-color: #44CA41;
}
.BgClassName
{
background-color: #44CA41;
}
</style>
border-color css
<style>
span { border-color: #44CA41; }
span { border-color: rgb(68,202,65); }
td.TdClassName
{
border-color: #44CA41;
}
.TagClassName
{
border-color: #44CA41;
}
</style>