Shades of Lime Green #41F63D
Tints of Lime Green #41F63D
RGB
CMYK
RGB Variations
Color information
#41F63D (or 0x41F63D) is known color: Lime Green. HEX triplet: 41, F6 and 3D. RGB value is (65,246,61). Sum of RGB (Red+Green+Blue) = 65+246+61=372 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.47% from 372); Green value is 246 (96.48% from 255 or 66.13% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 246 - color contains mainly: green. Hex color #41F63D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F63D is #BE09C2. Grayscale: #ABABAB. Windows color (decimal): -12454339 or 4060737. OLE color: 4060737.
HSL color Cylindrical-coordinate representation of color #41F63D: hue angle of 118.7º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41F63D is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 246 | 61 | - |
| CMYK | 0.74 | 0 | 0.75 | 0.04 |
| HSL | 118.7º | 0.91% | 0.6% | - |
| HSV(B) | 118.7º | 0.75% | 0.96% | - |
| XYZ | 35.98 | 67.37 | 15.52 | - |
| YUV | 170.79 | 66.03 | 52.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 246 | 61 | 0.74 | 0 | 0.75 | 0.04 | 118.7 | 0.91 | 0.6 |
| Hex | 41 | F6 | 3D | 4A | 0 | 4B | 4 | 77 | 5B | 3C |
| Octal | 101 | 366 | 75 | 112 | 0 | 113 | 4 | 167 | 133 | 74 |
| Binary | 1000001 | 11110110 | 111101 | 1001010 | 0 | 1001011 | 100 | 1110111 | 1011011 | 111100 |
Color Harmonies of #41F63D
Complementary color
Monochromatic Colors of #41F63D
Black with #41F63D
Text Example
Text Example
White with #41F63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F63D; }
p { color: rgb(65,246,61); }
H1.HeaderClassName
{
color: #41F63D;
}
.AnyTagClassName
{
color: #41F63D;
}
</style>
background-color css
<style>
a { background-color: #41F63D; }
a { background-color: rgb(65,246,61); }
div.DivClassName
{
background-color: #41F63D;
}
.BgClassName
{
background-color: #41F63D;
}
</style>
border-color css
<style>
span { border-color: #41F63D; }
span { border-color: rgb(65,246,61); }
td.TdClassName
{
border-color: #41F63D;
}
.TagClassName
{
border-color: #41F63D;
}
</style>