Shades of Lime Green #41E040
Tints of Lime Green #41E040
RGB
CMYK
RGB Variations
Color information
#41E040 (or 0x41E040) is known color: Lime Green. HEX triplet: 41, E0 and 40. RGB value is (65,224,64). Sum of RGB (Red+Green+Blue) = 65+224+64=353 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.41% from 353); Green value is 224 (87.89% from 255 or 63.46% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 224 - color contains mainly: green. Hex color #41E040 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E040 is #BE1FBF. Grayscale: #9E9E9E. Windows color (decimal): -12459968 or 4251713. OLE color: 4251713.
HSL color Cylindrical-coordinate representation of color #41E040: hue angle of 119.62º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41E040 is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 224 | 64 | - |
| CMYK | 0.71 | 0 | 0.71 | 0.12 |
| HSL | 119.63º | 0.72% | 0.56% | - |
| HSV(B) | 119.63º | 0.71% | 0.88% | - |
| XYZ | 29.76 | 54.81 | 13.86 | - |
| YUV | 158.22 | 74.82 | 61.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 224 | 64 | 0.71 | 0 | 0.71 | 0.12 | 119.63 | 0.72 | 0.56 |
| Hex | 41 | E0 | 40 | 47 | 0 | 47 | C | 78 | 48 | 38 |
| Octal | 101 | 340 | 100 | 107 | 0 | 107 | 14 | 170 | 110 | 70 |
| Binary | 1000001 | 11100000 | 1000000 | 1000111 | 0 | 1000111 | 1100 | 1111000 | 1001000 | 111000 |
Color Harmonies of #41E040
Complementary color
Monochromatic Colors of #41E040
Black with #41E040
Text Example
Text Example
White with #41E040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E040; }
p { color: rgb(65,224,64); }
H1.HeaderClassName
{
color: #41E040;
}
.AnyTagClassName
{
color: #41E040;
}
</style>
background-color css
<style>
a { background-color: #41E040; }
a { background-color: rgb(65,224,64); }
div.DivClassName
{
background-color: #41E040;
}
.BgClassName
{
background-color: #41E040;
}
</style>
border-color css
<style>
span { border-color: #41E040; }
span { border-color: rgb(65,224,64); }
td.TdClassName
{
border-color: #41E040;
}
.TagClassName
{
border-color: #41E040;
}
</style>