Shades of Lime Green #41E53D
Tints of Lime Green #41E53D
RGB
CMYK
RGB Variations
Color information
#41E53D (or 0x41E53D) is known color: Lime Green. HEX triplet: 41, E5 and 3D. RGB value is (65,229,61). Sum of RGB (Red+Green+Blue) = 65+229+61=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 229 (89.84% from 255 or 64.51% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 229 - color contains mainly: green. Hex color #41E53D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E53D is #BE1AC2. Grayscale: #A1A1A1. Windows color (decimal): -12458691 or 4056385. OLE color: 4056385.
HSL color Cylindrical-coordinate representation of color #41E53D: hue angle of 118.57º 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 #41E53D is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 65 | 229 | 61 | - |
| CMYK | 0.72 | 0 | 0.73 | 0.10 |
| HSL | 118.57º | 0.76% | 0.57% | - |
| HSV(B) | 118.57º | 0.73% | 0.9% | - |
| XYZ | 31.04 | 57.5 | 13.88 | - |
| YUV | 160.81 | 71.67 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 229 | 61 | 0.72 | 0 | 0.73 | 0.10 | 118.57 | 0.76 | 0.57 |
| Hex | 41 | E5 | 3D | 48 | 0 | 49 | A | 77 | 4C | 39 |
| Octal | 101 | 345 | 75 | 110 | 0 | 111 | 12 | 167 | 114 | 71 |
| Binary | 1000001 | 11100101 | 111101 | 1001000 | 0 | 1001001 | 1010 | 1110111 | 1001100 | 111001 |
Color Harmonies of #41E53D
Complementary color
Monochromatic Colors of #41E53D
Black with #41E53D
Text Example
Text Example
White with #41E53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E53D; }
p { color: rgb(65,229,61); }
H1.HeaderClassName
{
color: #41E53D;
}
.AnyTagClassName
{
color: #41E53D;
}
</style>
background-color css
<style>
a { background-color: #41E53D; }
a { background-color: rgb(65,229,61); }
div.DivClassName
{
background-color: #41E53D;
}
.BgClassName
{
background-color: #41E53D;
}
</style>
border-color css
<style>
span { border-color: #41E53D; }
span { border-color: rgb(65,229,61); }
td.TdClassName
{
border-color: #41E53D;
}
.TagClassName
{
border-color: #41E53D;
}
</style>