Shades of Lime Green #41B731
Tints of Lime Green #41B731
RGB
CMYK
RGB Variations
Color information
#41B731 (or 0x41B731) is known color: Lime Green. HEX triplet: 41, B7 and 31. RGB value is (65,183,49). Sum of RGB (Red+Green+Blue) = 65+183+49=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 183 (71.88% from 255 or 61.62% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 183 - color contains mainly: green. Hex color #41B731 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B731 is #BE48CE. Grayscale: #848484. Windows color (decimal): -12470479 or 3258177. OLE color: 3258177.
HSL color Cylindrical-coordinate representation of color #41B731: hue angle of 112.84º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41B731 is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 65 | 183 | 49 | - |
| CMYK | 0.64 | 0 | 0.73 | 0.28 |
| HSL | 112.84º | 0.58% | 0.45% | - |
| HSV(B) | 112.84º | 0.73% | 0.72% | - |
| XYZ | 19.67 | 35.21 | 8.67 | - |
| YUV | 132.44 | 80.91 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 183 | 49 | 0.64 | 0 | 0.73 | 0.28 | 112.84 | 0.58 | 0.45 |
| Hex | 41 | B7 | 31 | 40 | 0 | 49 | 1C | 71 | 3A | 2D |
| Octal | 101 | 267 | 61 | 100 | 0 | 111 | 34 | 161 | 72 | 55 |
| Binary | 1000001 | 10110111 | 110001 | 1000000 | 0 | 1001001 | 11100 | 1110001 | 111010 | 101101 |
Color Harmonies of #41B731
Complementary color
Monochromatic Colors of #41B731
Black with #41B731
Text Example
Text Example
White with #41B731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B731; }
p { color: rgb(65,183,49); }
H1.HeaderClassName
{
color: #41B731;
}
.AnyTagClassName
{
color: #41B731;
}
</style>
background-color css
<style>
a { background-color: #41B731; }
a { background-color: rgb(65,183,49); }
div.DivClassName
{
background-color: #41B731;
}
.BgClassName
{
background-color: #41B731;
}
</style>
border-color css
<style>
span { border-color: #41B731; }
span { border-color: rgb(65,183,49); }
td.TdClassName
{
border-color: #41B731;
}
.TagClassName
{
border-color: #41B731;
}
</style>