Shades of Lime Green #41E320
Tints of Lime Green #41E320
RGB
CMYK
RGB Variations
Color information
#41E320 (or 0x41E320) is known color: Lime Green. HEX triplet: 41, E3 and 20. RGB value is (65,227,32). Sum of RGB (Red+Green+Blue) = 65+227+32=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 227 (89.06% from 255 or 70.06% from 324); Blue value is 32 (12.89% from 255 or 9.88% from 324); Max value from RGB is 227 - color contains mainly: green. Hex color #41E320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E320 is #BE1CDF. Grayscale: #9C9C9C. Windows color (decimal): -12459232 or 2155329. OLE color: 2155329.
HSL color Cylindrical-coordinate representation of color #41E320: hue angle of 109.85º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41E320 is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 65 | 227 | 32 | - |
| CMYK | 0.71 | 0 | 0.86 | 0.11 |
| HSL | 109.85º | 0.78% | 0.51% | - |
| HSV(B) | 109.85º | 0.86% | 0.89% | - |
| XYZ | 29.91 | 56.17 | 10.63 | - |
| YUV | 156.33 | 57.83 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 227 | 32 | 0.71 | 0 | 0.86 | 0.11 | 109.85 | 0.78 | 0.51 |
| Hex | 41 | E3 | 20 | 47 | 0 | 56 | B | 6E | 4E | 33 |
| Octal | 101 | 343 | 40 | 107 | 0 | 126 | 13 | 156 | 116 | 63 |
| Binary | 1000001 | 11100011 | 100000 | 1000111 | 0 | 1010110 | 1011 | 1101110 | 1001110 | 110011 |
Color Harmonies of #41E320
Complementary color
Monochromatic Colors of #41E320
Black with #41E320
Text Example
Text Example
White with #41E320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E320; }
p { color: rgb(65,227,32); }
H1.HeaderClassName
{
color: #41E320;
}
.AnyTagClassName
{
color: #41E320;
}
</style>
background-color css
<style>
a { background-color: #41E320; }
a { background-color: rgb(65,227,32); }
div.DivClassName
{
background-color: #41E320;
}
.BgClassName
{
background-color: #41E320;
}
</style>
border-color css
<style>
span { border-color: #41E320; }
span { border-color: rgb(65,227,32); }
td.TdClassName
{
border-color: #41E320;
}
.TagClassName
{
border-color: #41E320;
}
</style>