Shades of Lime Green #41E032
Tints of Lime Green #41E032
RGB
CMYK
RGB Variations
Color information
#41E032 (or 0x41E032) is known color: Lime Green. HEX triplet: 41, E0 and 32. RGB value is (65,224,50). Sum of RGB (Red+Green+Blue) = 65+224+50=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 224 (87.89% from 255 or 66.08% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 224 - color contains mainly: green. Hex color #41E032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E032 is #BE1FCD. Grayscale: #9D9D9D. Windows color (decimal): -12459982 or 3334209. OLE color: 3334209.
HSL color Cylindrical-coordinate representation of color #41E032: hue angle of 114.83º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41E032 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 224 | 50 | - |
| CMYK | 0.71 | 0 | 0.78 | 0.12 |
| HSL | 114.83º | 0.74% | 0.54% | - |
| HSV(B) | 114.83º | 0.78% | 0.88% | - |
| XYZ | 29.41 | 54.67 | 12.02 | - |
| YUV | 156.62 | 67.82 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 224 | 50 | 0.71 | 0 | 0.78 | 0.12 | 114.83 | 0.74 | 0.54 |
| Hex | 41 | E0 | 32 | 47 | 0 | 4E | C | 73 | 4A | 36 |
| Octal | 101 | 340 | 62 | 107 | 0 | 116 | 14 | 163 | 112 | 66 |
| Binary | 1000001 | 11100000 | 110010 | 1000111 | 0 | 1001110 | 1100 | 1110011 | 1001010 | 110110 |
Color Harmonies of #41E032
Complementary color
Monochromatic Colors of #41E032
Black with #41E032
Text Example
Text Example
White with #41E032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E032; }
p { color: rgb(65,224,50); }
H1.HeaderClassName
{
color: #41E032;
}
.AnyTagClassName
{
color: #41E032;
}
</style>
background-color css
<style>
a { background-color: #41E032; }
a { background-color: rgb(65,224,50); }
div.DivClassName
{
background-color: #41E032;
}
.BgClassName
{
background-color: #41E032;
}
</style>
border-color css
<style>
span { border-color: #41E032; }
span { border-color: rgb(65,224,50); }
td.TdClassName
{
border-color: #41E032;
}
.TagClassName
{
border-color: #41E032;
}
</style>