Shades of Lime Green #41D942
Tints of Lime Green #41D942
RGB
CMYK
RGB Variations
Color information
#41D942 (or 0x41D942) is known color: Lime Green. HEX triplet: 41, D9 and 42. RGB value is (65,217,66). Sum of RGB (Red+Green+Blue) = 65+217+66=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 217 (85.16% from 255 or 62.36% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 217 - color contains mainly: green. Hex color #41D942 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D942 is #BE26BD. Grayscale: #9A9A9A. Windows color (decimal): -12461758 or 4380993. OLE color: 4380993.
HSL color Cylindrical-coordinate representation of color #41D942: hue angle of 120.39º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41D942 is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 217 | 66 | - |
| CMYK | 0.70 | 0 | 0.70 | 0.15 |
| HSL | 120.39º | 0.67% | 0.55% | - |
| HSV(B) | 120.39º | 0.7% | 0.85% | - |
| XYZ | 27.98 | 51.14 | 13.55 | - |
| YUV | 154.34 | 78.14 | 64.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 217 | 66 | 0.70 | 0 | 0.70 | 0.15 | 120.39 | 0.67 | 0.55 |
| Hex | 41 | D9 | 42 | 46 | 0 | 46 | F | 78 | 43 | 37 |
| Octal | 101 | 331 | 102 | 106 | 0 | 106 | 17 | 170 | 103 | 67 |
| Binary | 1000001 | 11011001 | 1000010 | 1000110 | 0 | 1000110 | 1111 | 1111000 | 1000011 | 110111 |
Color Harmonies of #41D942
Complementary color
Monochromatic Colors of #41D942
Black with #41D942
Text Example
Text Example
White with #41D942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D942; }
p { color: rgb(65,217,66); }
H1.HeaderClassName
{
color: #41D942;
}
.AnyTagClassName
{
color: #41D942;
}
</style>
background-color css
<style>
a { background-color: #41D942; }
a { background-color: rgb(65,217,66); }
div.DivClassName
{
background-color: #41D942;
}
.BgClassName
{
background-color: #41D942;
}
</style>
border-color css
<style>
span { border-color: #41D942; }
span { border-color: rgb(65,217,66); }
td.TdClassName
{
border-color: #41D942;
}
.TagClassName
{
border-color: #41D942;
}
</style>