Shades of Lime Green #41F746
Tints of Lime Green #41F746
RGB
CMYK
RGB Variations
Color information
#41F746 (or 0x41F746) is known color: Lime Green. HEX triplet: 41, F7 and 46. RGB value is (65,247,70). Sum of RGB (Red+Green+Blue) = 65+247+70=382 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.02% from 382); Green value is 247 (96.88% from 255 or 64.66% from 382); Blue value is 70 (27.73% from 255 or 18.32% from 382); Max value from RGB is 247 - color contains mainly: green. Hex color #41F746 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F746 is #BE08B9. Grayscale: #ACACAC. Windows color (decimal): -12454074 or 4650817. OLE color: 4650817.
HSL color Cylindrical-coordinate representation of color #41F746: hue angle of 121.65º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41F746 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 247 | 70 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.03 |
| HSL | 121.65º | 0.92% | 0.61% | - |
| HSV(B) | 121.65º | 0.74% | 0.97% | - |
| XYZ | 36.55 | 68.09 | 17.01 | - |
| YUV | 172.4 | 70.2 | 51.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 247 | 70 | 0.74 | 0 | 0.72 | 0.03 | 121.65 | 0.92 | 0.61 |
| Hex | 41 | F7 | 46 | 4A | 0 | 48 | 3 | 7A | 5C | 3D |
| Octal | 101 | 367 | 106 | 112 | 0 | 110 | 3 | 172 | 134 | 75 |
| Binary | 1000001 | 11110111 | 1000110 | 1001010 | 0 | 1001000 | 11 | 1111010 | 1011100 | 111101 |
Color Harmonies of #41F746
Complementary color
Monochromatic Colors of #41F746
Black with #41F746
Text Example
Text Example
White with #41F746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F746; }
p { color: rgb(65,247,70); }
H1.HeaderClassName
{
color: #41F746;
}
.AnyTagClassName
{
color: #41F746;
}
</style>
background-color css
<style>
a { background-color: #41F746; }
a { background-color: rgb(65,247,70); }
div.DivClassName
{
background-color: #41F746;
}
.BgClassName
{
background-color: #41F746;
}
</style>
border-color css
<style>
span { border-color: #41F746; }
span { border-color: rgb(65,247,70); }
td.TdClassName
{
border-color: #41F746;
}
.TagClassName
{
border-color: #41F746;
}
</style>