Shades of Lime Green #41C951
Tints of Lime Green #41C951
RGB
CMYK
RGB Variations
Color information
#41C951 (or 0x41C951) is known color: Lime Green. HEX triplet: 41, C9 and 51. RGB value is (65,201,81). Sum of RGB (Red+Green+Blue) = 65+201+81=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 201 (78.91% from 255 or 57.93% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 201 - color contains mainly: green. Hex color #41C951 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C951 is #BE36AE. Grayscale: #929292. Windows color (decimal): -12465839 or 5359937. OLE color: 5359937.
HSL color Cylindrical-coordinate representation of color #41C951: hue angle of 127.06º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41C951 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 201 | 81 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.21 |
| HSL | 127.06º | 0.56% | 0.52% | - |
| HSV(B) | 127.06º | 0.68% | 0.79% | - |
| XYZ | 24.55 | 43.49 | 14.89 | - |
| YUV | 146.66 | 90.94 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 201 | 81 | 0.68 | 0 | 0.60 | 0.21 | 127.06 | 0.56 | 0.52 |
| Hex | 41 | C9 | 51 | 44 | 0 | 3C | 15 | 7F | 38 | 34 |
| Octal | 101 | 311 | 121 | 104 | 0 | 74 | 25 | 177 | 70 | 64 |
| Binary | 1000001 | 11001001 | 1010001 | 1000100 | 0 | 111100 | 10101 | 1111111 | 111000 | 110100 |
Color Harmonies of #41C951
Complementary color
Monochromatic Colors of #41C951
Black with #41C951
Text Example
Text Example
White with #41C951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C951; }
p { color: rgb(65,201,81); }
H1.HeaderClassName
{
color: #41C951;
}
.AnyTagClassName
{
color: #41C951;
}
</style>
background-color css
<style>
a { background-color: #41C951; }
a { background-color: rgb(65,201,81); }
div.DivClassName
{
background-color: #41C951;
}
.BgClassName
{
background-color: #41C951;
}
</style>
border-color css
<style>
span { border-color: #41C951; }
span { border-color: rgb(65,201,81); }
td.TdClassName
{
border-color: #41C951;
}
.TagClassName
{
border-color: #41C951;
}
</style>