Shades of Lime Green #41CA51
Tints of Lime Green #41CA51
RGB
CMYK
RGB Variations
Color information
#41CA51 (or 0x41CA51) is known color: Lime Green. HEX triplet: 41, CA and 51. RGB value is (65,202,81). Sum of RGB (Red+Green+Blue) = 65+202+81=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 202 (79.30% from 255 or 58.05% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 202 - color contains mainly: green. Hex color #41CA51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41CA51 is #BE35AE. Grayscale: #939393. Windows color (decimal): -12465583 or 5360193. OLE color: 5360193.
HSL color Cylindrical-coordinate representation of color #41CA51: hue angle of 127.01º 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 #41CA51 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 202 | 81 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.21 |
| HSL | 127.01º | 0.56% | 0.52% | - |
| HSV(B) | 127.01º | 0.68% | 0.79% | - |
| XYZ | 24.79 | 43.96 | 14.96 | - |
| YUV | 147.24 | 90.61 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 202 | 81 | 0.68 | 0 | 0.60 | 0.21 | 127.01 | 0.56 | 0.52 |
| Hex | 41 | CA | 51 | 44 | 0 | 3C | 15 | 7F | 38 | 34 |
| Octal | 101 | 312 | 121 | 104 | 0 | 74 | 25 | 177 | 70 | 64 |
| Binary | 1000001 | 11001010 | 1010001 | 1000100 | 0 | 111100 | 10101 | 1111111 | 111000 | 110100 |
Color Harmonies of #41CA51
Complementary color
Monochromatic Colors of #41CA51
Black with #41CA51
Text Example
Text Example
White with #41CA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CA51; }
p { color: rgb(65,202,81); }
H1.HeaderClassName
{
color: #41CA51;
}
.AnyTagClassName
{
color: #41CA51;
}
</style>
background-color css
<style>
a { background-color: #41CA51; }
a { background-color: rgb(65,202,81); }
div.DivClassName
{
background-color: #41CA51;
}
.BgClassName
{
background-color: #41CA51;
}
</style>
border-color css
<style>
span { border-color: #41CA51; }
span { border-color: rgb(65,202,81); }
td.TdClassName
{
border-color: #41CA51;
}
.TagClassName
{
border-color: #41CA51;
}
</style>