Shades of Lime Green #41D938
Tints of Lime Green #41D938
RGB
CMYK
RGB Variations
Color information
#41D938 (or 0x41D938) is known color: Lime Green. HEX triplet: 41, D9 and 38. RGB value is (65,217,56). Sum of RGB (Red+Green+Blue) = 65+217+56=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 217 (85.16% from 255 or 64.20% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 217 - color contains mainly: green. Hex color #41D938 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D938 is #BE26C7. Grayscale: #999999. Windows color (decimal): -12461768 or 3725633. OLE color: 3725633.
HSL color Cylindrical-coordinate representation of color #41D938: hue angle of 116.65º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41D938 is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 217 | 56 | - |
| CMYK | 0.70 | 0 | 0.74 | 0.15 |
| HSL | 116.65º | 0.68% | 0.54% | - |
| HSV(B) | 116.65º | 0.74% | 0.85% | - |
| XYZ | 27.71 | 51.04 | 12.13 | - |
| YUV | 153.2 | 73.14 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 217 | 56 | 0.70 | 0 | 0.74 | 0.15 | 116.65 | 0.68 | 0.54 |
| Hex | 41 | D9 | 38 | 46 | 0 | 4A | F | 75 | 44 | 36 |
| Octal | 101 | 331 | 70 | 106 | 0 | 112 | 17 | 165 | 104 | 66 |
| Binary | 1000001 | 11011001 | 111000 | 1000110 | 0 | 1001010 | 1111 | 1110101 | 1000100 | 110110 |
Color Harmonies of #41D938
Complementary color
Monochromatic Colors of #41D938
Black with #41D938
Text Example
Text Example
White with #41D938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D938; }
p { color: rgb(65,217,56); }
H1.HeaderClassName
{
color: #41D938;
}
.AnyTagClassName
{
color: #41D938;
}
</style>
background-color css
<style>
a { background-color: #41D938; }
a { background-color: rgb(65,217,56); }
div.DivClassName
{
background-color: #41D938;
}
.BgClassName
{
background-color: #41D938;
}
</style>
border-color css
<style>
span { border-color: #41D938; }
span { border-color: rgb(65,217,56); }
td.TdClassName
{
border-color: #41D938;
}
.TagClassName
{
border-color: #41D938;
}
</style>