Shades of Lime Green #44F041
Tints of Lime Green #44F041
RGB
CMYK
RGB Variations
Color information
#44F041 (or 0x44F041) is known color: Lime Green. HEX triplet: 44, F0 and 41. RGB value is (68,240,65). Sum of RGB (Red+Green+Blue) = 68+240+65=373 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.23% from 373); Green value is 240 (94.14% from 255 or 64.34% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 240 - color contains mainly: green. Hex color #44F041 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44F041 is #BB0FBE. Grayscale: #A9A9A9. Windows color (decimal): -12259263 or 4321348. OLE color: 4321348.
HSL color Cylindrical-coordinate representation of color #44F041: hue angle of 118.97º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44F041 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 240 | 65 | - |
| CMYK | 0.72 | 0 | 0.73 | 0.06 |
| HSL | 118.97º | 0.85% | 0.6% | - |
| HSV(B) | 118.97º | 0.73% | 0.94% | - |
| XYZ | 34.5 | 63.93 | 15.52 | - |
| YUV | 168.62 | 69.52 | 56.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 240 | 65 | 0.72 | 0 | 0.73 | 0.06 | 118.97 | 0.85 | 0.6 |
| Hex | 44 | F0 | 41 | 48 | 0 | 49 | 6 | 77 | 55 | 3C |
| Octal | 104 | 360 | 101 | 110 | 0 | 111 | 6 | 167 | 125 | 74 |
| Binary | 1000100 | 11110000 | 1000001 | 1001000 | 0 | 1001001 | 110 | 1110111 | 1010101 | 111100 |
Color Harmonies of #44F041
Complementary color
Monochromatic Colors of #44F041
Black with #44F041
Text Example
Text Example
White with #44F041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F041; }
p { color: rgb(68,240,65); }
H1.HeaderClassName
{
color: #44F041;
}
.AnyTagClassName
{
color: #44F041;
}
</style>
background-color css
<style>
a { background-color: #44F041; }
a { background-color: rgb(68,240,65); }
div.DivClassName
{
background-color: #44F041;
}
.BgClassName
{
background-color: #44F041;
}
</style>
border-color css
<style>
span { border-color: #44F041; }
span { border-color: rgb(68,240,65); }
td.TdClassName
{
border-color: #44F041;
}
.TagClassName
{
border-color: #44F041;
}
</style>