Shades of Lime Green #41F329
Tints of Lime Green #41F329
RGB
CMYK
RGB Variations
Color information
#41F329 (or 0x41F329) is known color: Lime Green. HEX triplet: 41, F3 and 29. RGB value is (65,243,41). Sum of RGB (Red+Green+Blue) = 65+243+41=349 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.62% from 349); Green value is 243 (95.31% from 255 or 69.63% from 349); Blue value is 41 (16.41% from 255 or 11.75% from 349); Max value from RGB is 243 - color contains mainly: green. Hex color #41F329 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F329 is #BE0CD6. Grayscale: #A7A7A7. Windows color (decimal): -12455127 or 2749249. OLE color: 2749249.
HSL color Cylindrical-coordinate representation of color #41F329: hue angle of 112.87º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #41F329 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 243 | 41 | - |
| CMYK | 0.73 | 0 | 0.83 | 0.05 |
| HSL | 112.87º | 0.89% | 0.56% | - |
| HSV(B) | 112.87º | 0.83% | 0.95% | - |
| XYZ | 34.63 | 65.39 | 12.89 | - |
| YUV | 166.75 | 57.03 | 55.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 243 | 41 | 0.73 | 0 | 0.83 | 0.05 | 112.87 | 0.89 | 0.56 |
| Hex | 41 | F3 | 29 | 49 | 0 | 53 | 5 | 71 | 59 | 38 |
| Octal | 101 | 363 | 51 | 111 | 0 | 123 | 5 | 161 | 131 | 70 |
| Binary | 1000001 | 11110011 | 101001 | 1001001 | 0 | 1010011 | 101 | 1110001 | 1011001 | 111000 |
Color Harmonies of #41F329
Complementary color
Monochromatic Colors of #41F329
Black with #41F329
Text Example
Text Example
White with #41F329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F329; }
p { color: rgb(65,243,41); }
H1.HeaderClassName
{
color: #41F329;
}
.AnyTagClassName
{
color: #41F329;
}
</style>
background-color css
<style>
a { background-color: #41F329; }
a { background-color: rgb(65,243,41); }
div.DivClassName
{
background-color: #41F329;
}
.BgClassName
{
background-color: #41F329;
}
</style>
border-color css
<style>
span { border-color: #41F329; }
span { border-color: rgb(65,243,41); }
td.TdClassName
{
border-color: #41F329;
}
.TagClassName
{
border-color: #41F329;
}
</style>