Shades of Lime Green #41F73D
Tints of Lime Green #41F73D
RGB
CMYK
RGB Variations
Color information
#41F73D (or 0x41F73D) is known color: Lime Green. HEX triplet: 41, F7 and 3D. RGB value is (65,247,61). Sum of RGB (Red+Green+Blue) = 65+247+61=373 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.43% from 373); Green value is 247 (96.88% from 255 or 66.22% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 247 - color contains mainly: green. Hex color #41F73D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F73D is #BE08C2. Grayscale: #ABABAB. Windows color (decimal): -12454083 or 4060993. OLE color: 4060993.
HSL color Cylindrical-coordinate representation of color #41F73D: hue angle of 118.71º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41F73D is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 247 | 61 | - |
| CMYK | 0.74 | 0 | 0.75 | 0.03 |
| HSL | 118.71º | 0.92% | 0.6% | - |
| HSV(B) | 118.71º | 0.75% | 0.97% | - |
| XYZ | 36.28 | 67.98 | 15.62 | - |
| YUV | 171.38 | 65.7 | 52.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 247 | 61 | 0.74 | 0 | 0.75 | 0.03 | 118.71 | 0.92 | 0.6 |
| Hex | 41 | F7 | 3D | 4A | 0 | 4B | 3 | 77 | 5C | 3C |
| Octal | 101 | 367 | 75 | 112 | 0 | 113 | 3 | 167 | 134 | 74 |
| Binary | 1000001 | 11110111 | 111101 | 1001010 | 0 | 1001011 | 11 | 1110111 | 1011100 | 111100 |
Color Harmonies of #41F73D
Complementary color
Monochromatic Colors of #41F73D
Black with #41F73D
Text Example
Text Example
White with #41F73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F73D; }
p { color: rgb(65,247,61); }
H1.HeaderClassName
{
color: #41F73D;
}
.AnyTagClassName
{
color: #41F73D;
}
</style>
background-color css
<style>
a { background-color: #41F73D; }
a { background-color: rgb(65,247,61); }
div.DivClassName
{
background-color: #41F73D;
}
.BgClassName
{
background-color: #41F73D;
}
</style>
border-color css
<style>
span { border-color: #41F73D; }
span { border-color: rgb(65,247,61); }
td.TdClassName
{
border-color: #41F73D;
}
.TagClassName
{
border-color: #41F73D;
}
</style>