Shades of Lime Green #41E052
Tints of Lime Green #41E052
RGB
CMYK
RGB Variations
Color information
#41E052 (or 0x41E052) is known color: Lime Green. HEX triplet: 41, E0 and 52. RGB value is (65,224,82). Sum of RGB (Red+Green+Blue) = 65+224+82=371 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.52% from 371); Green value is 224 (87.89% from 255 or 60.38% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 224 - color contains mainly: green. Hex color #41E052 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41E052 is #BE1FAD. Grayscale: #A0A0A0. Windows color (decimal): -12459950 or 5431361. OLE color: 5431361.
HSL color Cylindrical-coordinate representation of color #41E052: hue angle of 126.42º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41E052 is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 224 | 82 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.12 |
| HSL | 126.42º | 0.72% | 0.57% | - |
| HSV(B) | 126.42º | 0.71% | 0.88% | - |
| XYZ | 30.36 | 55.04 | 17.01 | - |
| YUV | 160.27 | 83.82 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 224 | 82 | 0.71 | 0 | 0.63 | 0.12 | 126.42 | 0.72 | 0.57 |
| Hex | 41 | E0 | 52 | 47 | 0 | 3F | C | 7E | 48 | 39 |
| Octal | 101 | 340 | 122 | 107 | 0 | 77 | 14 | 176 | 110 | 71 |
| Binary | 1000001 | 11100000 | 1010010 | 1000111 | 0 | 111111 | 1100 | 1111110 | 1001000 | 111001 |
Color Harmonies of #41E052
Complementary color
Monochromatic Colors of #41E052
Black with #41E052
Text Example
Text Example
White with #41E052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E052; }
p { color: rgb(65,224,82); }
H1.HeaderClassName
{
color: #41E052;
}
.AnyTagClassName
{
color: #41E052;
}
</style>
background-color css
<style>
a { background-color: #41E052; }
a { background-color: rgb(65,224,82); }
div.DivClassName
{
background-color: #41E052;
}
.BgClassName
{
background-color: #41E052;
}
</style>
border-color css
<style>
span { border-color: #41E052; }
span { border-color: rgb(65,224,82); }
td.TdClassName
{
border-color: #41E052;
}
.TagClassName
{
border-color: #41E052;
}
</style>