Shades of Lime Green #41E14D
Tints of Lime Green #41E14D
RGB
CMYK
RGB Variations
Color information
#41E14D (or 0x41E14D) is known color: Lime Green. HEX triplet: 41, E1 and 4D. RGB value is (65,225,77). Sum of RGB (Red+Green+Blue) = 65+225+77=367 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.71% from 367); Green value is 225 (88.28% from 255 or 61.31% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 225 - color contains mainly: green. Hex color #41E14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41E14D is #BE1EB2. Grayscale: #A0A0A0. Windows color (decimal): -12459699 or 5103937. OLE color: 5103937.
HSL color Cylindrical-coordinate representation of color #41E14D: hue angle of 124.5º degrees, saturation: 0.73, 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 #41E14D is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 225 | 77 | - |
| CMYK | 0.71 | 0 | 0.66 | 0.12 |
| HSL | 124.5º | 0.73% | 0.57% | - |
| HSV(B) | 124.5º | 0.71% | 0.88% | - |
| XYZ | 30.44 | 55.51 | 16.13 | - |
| YUV | 160.29 | 80.99 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 225 | 77 | 0.71 | 0 | 0.66 | 0.12 | 124.5 | 0.73 | 0.57 |
| Hex | 41 | E1 | 4D | 47 | 0 | 42 | C | 7C | 49 | 39 |
| Octal | 101 | 341 | 115 | 107 | 0 | 102 | 14 | 174 | 111 | 71 |
| Binary | 1000001 | 11100001 | 1001101 | 1000111 | 0 | 1000010 | 1100 | 1111100 | 1001001 | 111001 |
Color Harmonies of #41E14D
Complementary color
Monochromatic Colors of #41E14D
Black with #41E14D
Text Example
Text Example
White with #41E14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E14D; }
p { color: rgb(65,225,77); }
H1.HeaderClassName
{
color: #41E14D;
}
.AnyTagClassName
{
color: #41E14D;
}
</style>
background-color css
<style>
a { background-color: #41E14D; }
a { background-color: rgb(65,225,77); }
div.DivClassName
{
background-color: #41E14D;
}
.BgClassName
{
background-color: #41E14D;
}
</style>
border-color css
<style>
span { border-color: #41E14D; }
span { border-color: rgb(65,225,77); }
td.TdClassName
{
border-color: #41E14D;
}
.TagClassName
{
border-color: #41E14D;
}
</style>