Shades of Lime Green #41F032
Tints of Lime Green #41F032
RGB
CMYK
RGB Variations
Color information
#41F032 (or 0x41F032) is known color: Lime Green. HEX triplet: 41, F0 and 32. RGB value is (65,240,50). Sum of RGB (Red+Green+Blue) = 65+240+50=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 240 (94.14% from 255 or 67.61% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 240 - color contains mainly: green. Hex color #41F032 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F032 is #BE0FCD. Grayscale: #A6A6A6. Windows color (decimal): -12455886 or 3338305. OLE color: 3338305.
HSL color Cylindrical-coordinate representation of color #41F032: hue angle of 115.26º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #41F032 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 240 | 50 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.06 |
| HSL | 115.26º | 0.86% | 0.57% | - |
| HSV(B) | 115.26º | 0.79% | 0.94% | - |
| XYZ | 33.92 | 63.67 | 13.52 | - |
| YUV | 166.02 | 62.52 | 55.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 240 | 50 | 0.73 | 0 | 0.79 | 0.06 | 115.26 | 0.86 | 0.57 |
| Hex | 41 | F0 | 32 | 49 | 0 | 4F | 6 | 73 | 56 | 39 |
| Octal | 101 | 360 | 62 | 111 | 0 | 117 | 6 | 163 | 126 | 71 |
| Binary | 1000001 | 11110000 | 110010 | 1001001 | 0 | 1001111 | 110 | 1110011 | 1010110 | 111001 |
Color Harmonies of #41F032
Complementary color
Monochromatic Colors of #41F032
Black with #41F032
Text Example
Text Example
White with #41F032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F032; }
p { color: rgb(65,240,50); }
H1.HeaderClassName
{
color: #41F032;
}
.AnyTagClassName
{
color: #41F032;
}
</style>
background-color css
<style>
a { background-color: #41F032; }
a { background-color: rgb(65,240,50); }
div.DivClassName
{
background-color: #41F032;
}
.BgClassName
{
background-color: #41F032;
}
</style>
border-color css
<style>
span { border-color: #41F032; }
span { border-color: rgb(65,240,50); }
td.TdClassName
{
border-color: #41F032;
}
.TagClassName
{
border-color: #41F032;
}
</style>