Shades of Lime Green #41E047
Tints of Lime Green #41E047
RGB
CMYK
RGB Variations
Color information
#41E047 (or 0x41E047) is known color: Lime Green. HEX triplet: 41, E0 and 47. RGB value is (65,224,71). Sum of RGB (Red+Green+Blue) = 65+224+71=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 224 (87.89% from 255 or 62.22% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 224 - color contains mainly: green. Hex color #41E047 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E047 is #BE1FB8. Grayscale: #9F9F9F. Windows color (decimal): -12459961 or 4710465. OLE color: 4710465.
HSL color Cylindrical-coordinate representation of color #41E047: hue angle of 122.26º 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 #41E047 is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 224 | 71 | - |
| CMYK | 0.71 | 0 | 0.68 | 0.12 |
| HSL | 122.26º | 0.72% | 0.57% | - |
| HSV(B) | 122.26º | 0.71% | 0.88% | - |
| XYZ | 29.97 | 54.89 | 14.98 | - |
| YUV | 159.02 | 78.32 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 224 | 71 | 0.71 | 0 | 0.68 | 0.12 | 122.26 | 0.72 | 0.57 |
| Hex | 41 | E0 | 47 | 47 | 0 | 44 | C | 7A | 48 | 39 |
| Octal | 101 | 340 | 107 | 107 | 0 | 104 | 14 | 172 | 110 | 71 |
| Binary | 1000001 | 11100000 | 1000111 | 1000111 | 0 | 1000100 | 1100 | 1111010 | 1001000 | 111001 |
Color Harmonies of #41E047
Complementary color
Monochromatic Colors of #41E047
Black with #41E047
Text Example
Text Example
White with #41E047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E047; }
p { color: rgb(65,224,71); }
H1.HeaderClassName
{
color: #41E047;
}
.AnyTagClassName
{
color: #41E047;
}
</style>
background-color css
<style>
a { background-color: #41E047; }
a { background-color: rgb(65,224,71); }
div.DivClassName
{
background-color: #41E047;
}
.BgClassName
{
background-color: #41E047;
}
</style>
border-color css
<style>
span { border-color: #41E047; }
span { border-color: rgb(65,224,71); }
td.TdClassName
{
border-color: #41E047;
}
.TagClassName
{
border-color: #41E047;
}
</style>