Shades of Lime Green #41F637
Tints of Lime Green #41F637
RGB
CMYK
RGB Variations
Color information
#41F637 (or 0x41F637) is known color: Lime Green. HEX triplet: 41, F6 and 37. RGB value is (65,246,55). Sum of RGB (Red+Green+Blue) = 65+246+55=366 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.76% from 366); Green value is 246 (96.48% from 255 or 67.21% from 366); Blue value is 55 (21.88% from 255 or 15.03% from 366); Max value from RGB is 246 - color contains mainly: green. Hex color #41F637 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F637 is #BE09C8. Grayscale: #AAAAAA. Windows color (decimal): -12454345 or 3667521. OLE color: 3667521.
HSL color Cylindrical-coordinate representation of color #41F637: hue angle of 116.86º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41F637 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 246 | 55 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.04 |
| HSL | 116.86º | 0.91% | 0.59% | - |
| HSV(B) | 116.86º | 0.78% | 0.96% | - |
| XYZ | 35.83 | 67.31 | 14.72 | - |
| YUV | 170.11 | 63.03 | 53.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 246 | 55 | 0.74 | 0 | 0.78 | 0.04 | 116.86 | 0.91 | 0.59 |
| Hex | 41 | F6 | 37 | 4A | 0 | 4E | 4 | 75 | 5B | 3B |
| Octal | 101 | 366 | 67 | 112 | 0 | 116 | 4 | 165 | 133 | 73 |
| Binary | 1000001 | 11110110 | 110111 | 1001010 | 0 | 1001110 | 100 | 1110101 | 1011011 | 111011 |
Color Harmonies of #41F637
Complementary color
Monochromatic Colors of #41F637
Black with #41F637
Text Example
Text Example
White with #41F637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F637; }
p { color: rgb(65,246,55); }
H1.HeaderClassName
{
color: #41F637;
}
.AnyTagClassName
{
color: #41F637;
}
</style>
background-color css
<style>
a { background-color: #41F637; }
a { background-color: rgb(65,246,55); }
div.DivClassName
{
background-color: #41F637;
}
.BgClassName
{
background-color: #41F637;
}
</style>
border-color css
<style>
span { border-color: #41F637; }
span { border-color: rgb(65,246,55); }
td.TdClassName
{
border-color: #41F637;
}
.TagClassName
{
border-color: #41F637;
}
</style>