Shades of Lime Green #41E820
Tints of Lime Green #41E820
RGB
CMYK
RGB Variations
Color information
#41E820 (or 0x41E820) is known color: Lime Green. HEX triplet: 41, E8 and 20. RGB value is (65,232,32). Sum of RGB (Red+Green+Blue) = 65+232+32=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 232 (91.02% from 255 or 70.52% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 232 - color contains mainly: green. Hex color #41E820 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41E820 is #BE17DF. Grayscale: #9F9F9F. Windows color (decimal): -12457952 or 2156609. OLE color: 2156609.
HSL color Cylindrical-coordinate representation of color #41E820: hue angle of 110.1º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41E820 is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 232 | 32 | - |
| CMYK | 0.72 | 0 | 0.86 | 0.09 |
| HSL | 110.1º | 0.81% | 0.52% | - |
| HSV(B) | 110.1º | 0.86% | 0.91% | - |
| XYZ | 31.3 | 58.94 | 11.09 | - |
| YUV | 159.27 | 56.17 | 60.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 232 | 32 | 0.72 | 0 | 0.86 | 0.09 | 110.1 | 0.81 | 0.52 |
| Hex | 41 | E8 | 20 | 48 | 0 | 56 | 9 | 6E | 51 | 34 |
| Octal | 101 | 350 | 40 | 110 | 0 | 126 | 11 | 156 | 121 | 64 |
| Binary | 1000001 | 11101000 | 100000 | 1001000 | 0 | 1010110 | 1001 | 1101110 | 1010001 | 110100 |
Color Harmonies of #41E820
Complementary color
Monochromatic Colors of #41E820
Black with #41E820
Text Example
Text Example
White with #41E820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E820; }
p { color: rgb(65,232,32); }
H1.HeaderClassName
{
color: #41E820;
}
.AnyTagClassName
{
color: #41E820;
}
</style>
background-color css
<style>
a { background-color: #41E820; }
a { background-color: rgb(65,232,32); }
div.DivClassName
{
background-color: #41E820;
}
.BgClassName
{
background-color: #41E820;
}
</style>
border-color css
<style>
span { border-color: #41E820; }
span { border-color: rgb(65,232,32); }
td.TdClassName
{
border-color: #41E820;
}
.TagClassName
{
border-color: #41E820;
}
</style>