Shades of Lime Green #41D926
Tints of Lime Green #41D926
RGB
CMYK
RGB Variations
Color information
#41D926 (or 0x41D926) is known color: Lime Green. HEX triplet: 41, D9 and 26. RGB value is (65,217,38). Sum of RGB (Red+Green+Blue) = 65+217+38=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 217 (85.16% from 255 or 67.81% from 320); Blue value is 38 (15.23% from 255 or 11.88% from 320); Max value from RGB is 217 - color contains mainly: green. Hex color #41D926 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D926 is #BE26D9. Grayscale: #979797. Windows color (decimal): -12461786 or 2545985. OLE color: 2545985.
HSL color Cylindrical-coordinate representation of color #41D926: hue angle of 110.95º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #41D926 is Cyan = 0.70, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 217 | 38 | - |
| CMYK | 0.70 | 0 | 0.82 | 0.15 |
| HSL | 110.95º | 0.7% | 0.5% | - |
| HSV(B) | 110.95º | 0.82% | 0.85% | - |
| XYZ | 27.34 | 50.89 | 10.22 | - |
| YUV | 151.15 | 64.14 | 66.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 217 | 38 | 0.70 | 0 | 0.82 | 0.15 | 110.95 | 0.7 | 0.5 |
| Hex | 41 | D9 | 26 | 46 | 0 | 52 | F | 6F | 46 | 32 |
| Octal | 101 | 331 | 46 | 106 | 0 | 122 | 17 | 157 | 106 | 62 |
| Binary | 1000001 | 11011001 | 100110 | 1000110 | 0 | 1010010 | 1111 | 1101111 | 1000110 | 110010 |
Color Harmonies of #41D926
Complementary color
Monochromatic Colors of #41D926
Black with #41D926
Text Example
Text Example
White with #41D926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D926; }
p { color: rgb(65,217,38); }
H1.HeaderClassName
{
color: #41D926;
}
.AnyTagClassName
{
color: #41D926;
}
</style>
background-color css
<style>
a { background-color: #41D926; }
a { background-color: rgb(65,217,38); }
div.DivClassName
{
background-color: #41D926;
}
.BgClassName
{
background-color: #41D926;
}
</style>
border-color css
<style>
span { border-color: #41D926; }
span { border-color: rgb(65,217,38); }
td.TdClassName
{
border-color: #41D926;
}
.TagClassName
{
border-color: #41D926;
}
</style>