Shades of Lime Green #41D441
Tints of Lime Green #41D441
RGB
CMYK
RGB Variations
Color information
#41D441 (or 0x41D441) is known color: Lime Green. HEX triplet: 41, D4 and 41. RGB value is (65,212,65). Sum of RGB (Red+Green+Blue) = 65+212+65=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 212 (83.20% from 255 or 61.99% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 212 - color contains mainly: green. Hex color #41D441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D441 is #BE2BBE. Grayscale: #979797. Windows color (decimal): -12463039 or 4314177. OLE color: 4314177.
HSL color Cylindrical-coordinate representation of color #41D441: hue angle of 120º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D441 is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 65 | 212 | 65 | - |
| CMYK | 0.69 | 0 | 0.69 | 0.17 |
| HSL | 120º | 0.63% | 0.54% | - |
| HSV(B) | 120º | 0.69% | 0.83% | - |
| XYZ | 26.68 | 48.59 | 12.97 | - |
| YUV | 151.29 | 79.3 | 66.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 212 | 65 | 0.69 | 0 | 0.69 | 0.17 | 120 | 0.63 | 0.54 |
| Hex | 41 | D4 | 41 | 45 | 0 | 45 | 11 | 78 | 3F | 36 |
| Octal | 101 | 324 | 101 | 105 | 0 | 105 | 21 | 170 | 77 | 66 |
| Binary | 1000001 | 11010100 | 1000001 | 1000101 | 0 | 1000101 | 10001 | 1111000 | 111111 | 110110 |
Color Harmonies of #41D441
Complementary color
Monochromatic Colors of #41D441
Black with #41D441
Text Example
Text Example
White with #41D441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D441; }
p { color: rgb(65,212,65); }
H1.HeaderClassName
{
color: #41D441;
}
.AnyTagClassName
{
color: #41D441;
}
</style>
background-color css
<style>
a { background-color: #41D441; }
a { background-color: rgb(65,212,65); }
div.DivClassName
{
background-color: #41D441;
}
.BgClassName
{
background-color: #41D441;
}
</style>
border-color css
<style>
span { border-color: #41D441; }
span { border-color: rgb(65,212,65); }
td.TdClassName
{
border-color: #41D441;
}
.TagClassName
{
border-color: #41D441;
}
</style>