Shades of Lime Green #41E53E
Tints of Lime Green #41E53E
RGB
CMYK
RGB Variations
Color information
#41E53E (or 0x41E53E) is known color: Lime Green. HEX triplet: 41, E5 and 3E. RGB value is (65,229,62). Sum of RGB (Red+Green+Blue) = 65+229+62=356 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.26% from 356); Green value is 229 (89.84% from 255 or 64.33% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 229 - color contains mainly: green. Hex color #41E53E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E53E is #BE1AC1. Grayscale: #A1A1A1. Windows color (decimal): -12458690 or 4121921. OLE color: 4121921.
HSL color Cylindrical-coordinate representation of color #41E53E: hue angle of 118.92º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41E53E is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 65 | 229 | 62 | - |
| CMYK | 0.72 | 0 | 0.73 | 0.10 |
| HSL | 118.92º | 0.76% | 0.57% | - |
| HSV(B) | 118.92º | 0.73% | 0.9% | - |
| XYZ | 31.07 | 57.51 | 14.02 | - |
| YUV | 160.93 | 72.17 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 229 | 62 | 0.72 | 0 | 0.73 | 0.10 | 118.92 | 0.76 | 0.57 |
| Hex | 41 | E5 | 3E | 48 | 0 | 49 | A | 77 | 4C | 39 |
| Octal | 101 | 345 | 76 | 110 | 0 | 111 | 12 | 167 | 114 | 71 |
| Binary | 1000001 | 11100101 | 111110 | 1001000 | 0 | 1001001 | 1010 | 1110111 | 1001100 | 111001 |
Color Harmonies of #41E53E
Complementary color
Monochromatic Colors of #41E53E
Black with #41E53E
Text Example
Text Example
White with #41E53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E53E; }
p { color: rgb(65,229,62); }
H1.HeaderClassName
{
color: #41E53E;
}
.AnyTagClassName
{
color: #41E53E;
}
</style>
background-color css
<style>
a { background-color: #41E53E; }
a { background-color: rgb(65,229,62); }
div.DivClassName
{
background-color: #41E53E;
}
.BgClassName
{
background-color: #41E53E;
}
</style>
border-color css
<style>
span { border-color: #41E53E; }
span { border-color: rgb(65,229,62); }
td.TdClassName
{
border-color: #41E53E;
}
.TagClassName
{
border-color: #41E53E;
}
</style>