Shades of Lime Green #41D14E
Tints of Lime Green #41D14E
RGB
CMYK
RGB Variations
Color information
#41D14E (or 0x41D14E) is known color: Lime Green. HEX triplet: 41, D1 and 4E. RGB value is (65,209,78). Sum of RGB (Red+Green+Blue) = 65+209+78=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 209 (82.03% from 255 or 59.38% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 209 - color contains mainly: green. Hex color #41D14E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D14E is #BE2EB1. Grayscale: #979797. Windows color (decimal): -12463794 or 5165377. OLE color: 5165377.
HSL color Cylindrical-coordinate representation of color #41D14E: hue angle of 125.42º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D14E is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 209 | 78 | - |
| CMYK | 0.69 | 0 | 0.63 | 0.18 |
| HSL | 125.42º | 0.61% | 0.54% | - |
| HSV(B) | 125.42º | 0.69% | 0.82% | - |
| XYZ | 26.36 | 47.27 | 14.94 | - |
| YUV | 151.01 | 86.79 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 209 | 78 | 0.69 | 0 | 0.63 | 0.18 | 125.42 | 0.61 | 0.54 |
| Hex | 41 | D1 | 4E | 45 | 0 | 3F | 12 | 7D | 3D | 36 |
| Octal | 101 | 321 | 116 | 105 | 0 | 77 | 22 | 175 | 75 | 66 |
| Binary | 1000001 | 11010001 | 1001110 | 1000101 | 0 | 111111 | 10010 | 1111101 | 111101 | 110110 |
Color Harmonies of #41D14E
Complementary color
Monochromatic Colors of #41D14E
Black with #41D14E
Text Example
Text Example
White with #41D14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D14E; }
p { color: rgb(65,209,78); }
H1.HeaderClassName
{
color: #41D14E;
}
.AnyTagClassName
{
color: #41D14E;
}
</style>
background-color css
<style>
a { background-color: #41D14E; }
a { background-color: rgb(65,209,78); }
div.DivClassName
{
background-color: #41D14E;
}
.BgClassName
{
background-color: #41D14E;
}
</style>
border-color css
<style>
span { border-color: #41D14E; }
span { border-color: rgb(65,209,78); }
td.TdClassName
{
border-color: #41D14E;
}
.TagClassName
{
border-color: #41D14E;
}
</style>