Shades of Lime Green #41D937
Tints of Lime Green #41D937
RGB
CMYK
RGB Variations
Color information
#41D937 (or 0x41D937) is known color: Lime Green. HEX triplet: 41, D9 and 37. RGB value is (65,217,55). Sum of RGB (Red+Green+Blue) = 65+217+55=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 217 (85.16% from 255 or 64.39% from 337); Blue value is 55 (21.88% from 255 or 16.32% from 337); Max value from RGB is 217 - color contains mainly: green. Hex color #41D937 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D937 is #BE26C8. Grayscale: #999999. Windows color (decimal): -12461769 or 3660097. OLE color: 3660097.
HSL color Cylindrical-coordinate representation of color #41D937: hue angle of 116.3º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41D937 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 217 | 55 | - |
| CMYK | 0.70 | 0 | 0.75 | 0.15 |
| HSL | 116.3º | 0.68% | 0.53% | - |
| HSV(B) | 116.3º | 0.75% | 0.85% | - |
| XYZ | 27.68 | 51.03 | 12 | - |
| YUV | 153.08 | 72.64 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 217 | 55 | 0.70 | 0 | 0.75 | 0.15 | 116.3 | 0.68 | 0.53 |
| Hex | 41 | D9 | 37 | 46 | 0 | 4B | F | 74 | 44 | 35 |
| Octal | 101 | 331 | 67 | 106 | 0 | 113 | 17 | 164 | 104 | 65 |
| Binary | 1000001 | 11011001 | 110111 | 1000110 | 0 | 1001011 | 1111 | 1110100 | 1000100 | 110101 |
Color Harmonies of #41D937
Complementary color
Monochromatic Colors of #41D937
Black with #41D937
Text Example
Text Example
White with #41D937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D937; }
p { color: rgb(65,217,55); }
H1.HeaderClassName
{
color: #41D937;
}
.AnyTagClassName
{
color: #41D937;
}
</style>
background-color css
<style>
a { background-color: #41D937; }
a { background-color: rgb(65,217,55); }
div.DivClassName
{
background-color: #41D937;
}
.BgClassName
{
background-color: #41D937;
}
</style>
border-color css
<style>
span { border-color: #41D937; }
span { border-color: rgb(65,217,55); }
td.TdClassName
{
border-color: #41D937;
}
.TagClassName
{
border-color: #41D937;
}
</style>