Shades of Lime Green #41D154
Tints of Lime Green #41D154
RGB
CMYK
RGB Variations
Color information
#41D154 (or 0x41D154) is known color: Lime Green. HEX triplet: 41, D1 and 54. RGB value is (65,209,84). Sum of RGB (Red+Green+Blue) = 65+209+84=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 209 (82.03% from 255 or 58.38% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 209 - color contains mainly: green. Hex color #41D154 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D154 is #BE2EAB. Grayscale: #989898. Windows color (decimal): -12463788 or 5558593. OLE color: 5558593.
HSL color Cylindrical-coordinate representation of color #41D154: hue angle of 127.92º 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 #41D154 is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 209 | 84 | - |
| CMYK | 0.69 | 0 | 0.60 | 0.18 |
| HSL | 127.92º | 0.61% | 0.54% | - |
| HSV(B) | 127.92º | 0.69% | 0.82% | - |
| XYZ | 26.58 | 47.36 | 16.13 | - |
| YUV | 151.69 | 89.79 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 209 | 84 | 0.69 | 0 | 0.60 | 0.18 | 127.92 | 0.61 | 0.54 |
| Hex | 41 | D1 | 54 | 45 | 0 | 3C | 12 | 80 | 3D | 36 |
| Octal | 101 | 321 | 124 | 105 | 0 | 74 | 22 | 200 | 75 | 66 |
| Binary | 1000001 | 11010001 | 1010100 | 1000101 | 0 | 111100 | 10010 | 10000000 | 111101 | 110110 |
Color Harmonies of #41D154
Complementary color
Monochromatic Colors of #41D154
Black with #41D154
Text Example
Text Example
White with #41D154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D154; }
p { color: rgb(65,209,84); }
H1.HeaderClassName
{
color: #41D154;
}
.AnyTagClassName
{
color: #41D154;
}
</style>
background-color css
<style>
a { background-color: #41D154; }
a { background-color: rgb(65,209,84); }
div.DivClassName
{
background-color: #41D154;
}
.BgClassName
{
background-color: #41D154;
}
</style>
border-color css
<style>
span { border-color: #41D154; }
span { border-color: rgb(65,209,84); }
td.TdClassName
{
border-color: #41D154;
}
.TagClassName
{
border-color: #41D154;
}
</style>