Shades of Lime Green #41DD50
Tints of Lime Green #41DD50
RGB
CMYK
RGB Variations
Color information
#41DD50 (or 0x41DD50) is known color: Lime Green. HEX triplet: 41, DD and 50. RGB value is (65,221,80). Sum of RGB (Red+Green+Blue) = 65+221+80=366 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.76% from 366); Green value is 221 (86.72% from 255 or 60.38% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 221 - color contains mainly: green. Hex color #41DD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41DD50 is #BE22AF. Grayscale: #9E9E9E. Windows color (decimal): -12460720 or 5299521. OLE color: 5299521.
HSL color Cylindrical-coordinate representation of color #41DD50: hue angle of 125.77º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41DD50 is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 221 | 80 | - |
| CMYK | 0.71 | 0 | 0.64 | 0.13 |
| HSL | 125.77º | 0.7% | 0.56% | - |
| HSV(B) | 125.77º | 0.71% | 0.87% | - |
| XYZ | 29.48 | 53.42 | 16.35 | - |
| YUV | 158.28 | 83.82 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 221 | 80 | 0.71 | 0 | 0.64 | 0.13 | 125.77 | 0.7 | 0.56 |
| Hex | 41 | DD | 50 | 47 | 0 | 40 | D | 7E | 46 | 38 |
| Octal | 101 | 335 | 120 | 107 | 0 | 100 | 15 | 176 | 106 | 70 |
| Binary | 1000001 | 11011101 | 1010000 | 1000111 | 0 | 1000000 | 1101 | 1111110 | 1000110 | 111000 |
Color Harmonies of #41DD50
Complementary color
Monochromatic Colors of #41DD50
Black with #41DD50
Text Example
Text Example
White with #41DD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DD50; }
p { color: rgb(65,221,80); }
H1.HeaderClassName
{
color: #41DD50;
}
.AnyTagClassName
{
color: #41DD50;
}
</style>
background-color css
<style>
a { background-color: #41DD50; }
a { background-color: rgb(65,221,80); }
div.DivClassName
{
background-color: #41DD50;
}
.BgClassName
{
background-color: #41DD50;
}
</style>
border-color css
<style>
span { border-color: #41DD50; }
span { border-color: rgb(65,221,80); }
td.TdClassName
{
border-color: #41DD50;
}
.TagClassName
{
border-color: #41DD50;
}
</style>