Shades of Lime Green #41D147
Tints of Lime Green #41D147
RGB
CMYK
RGB Variations
Color information
#41D147 (or 0x41D147) is known color: Lime Green. HEX triplet: 41, D1 and 47. RGB value is (65,209,71). Sum of RGB (Red+Green+Blue) = 65+209+71=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 209 (82.03% from 255 or 60.58% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 209 - color contains mainly: green. Hex color #41D147 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D147 is #BE2EB8. Grayscale: #969696. Windows color (decimal): -12463801 or 4706625. OLE color: 4706625.
HSL color Cylindrical-coordinate representation of color #41D147: hue angle of 122.5º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D147 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 209 | 71 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.18 |
| HSL | 122.5º | 0.61% | 0.54% | - |
| HSV(B) | 122.5º | 0.69% | 0.82% | - |
| XYZ | 26.12 | 47.18 | 13.69 | - |
| YUV | 150.21 | 83.29 | 67.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 209 | 71 | 0.69 | 0 | 0.66 | 0.18 | 122.5 | 0.61 | 0.54 |
| Hex | 41 | D1 | 47 | 45 | 0 | 42 | 12 | 7B | 3D | 36 |
| Octal | 101 | 321 | 107 | 105 | 0 | 102 | 22 | 173 | 75 | 66 |
| Binary | 1000001 | 11010001 | 1000111 | 1000101 | 0 | 1000010 | 10010 | 1111011 | 111101 | 110110 |
Color Harmonies of #41D147
Complementary color
Monochromatic Colors of #41D147
Black with #41D147
Text Example
Text Example
White with #41D147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D147; }
p { color: rgb(65,209,71); }
H1.HeaderClassName
{
color: #41D147;
}
.AnyTagClassName
{
color: #41D147;
}
</style>
background-color css
<style>
a { background-color: #41D147; }
a { background-color: rgb(65,209,71); }
div.DivClassName
{
background-color: #41D147;
}
.BgClassName
{
background-color: #41D147;
}
</style>
border-color css
<style>
span { border-color: #41D147; }
span { border-color: rgb(65,209,71); }
td.TdClassName
{
border-color: #41D147;
}
.TagClassName
{
border-color: #41D147;
}
</style>