Shades of Lime Green #41B337
Tints of Lime Green #41B337
RGB
CMYK
RGB Variations
Color information
#41B337 (or 0x41B337) is known color: Lime Green. HEX triplet: 41, B3 and 37. RGB value is (65,179,55). Sum of RGB (Red+Green+Blue) = 65+179+55=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 179 (70.31% from 255 or 59.87% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 179 - color contains mainly: green. Hex color #41B337 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B337 is #BE4CC8. Grayscale: #838383. Windows color (decimal): -12471497 or 3650369. OLE color: 3650369.
HSL color Cylindrical-coordinate representation of color #41B337: hue angle of 115.16º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41B337 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 65 | 179 | 55 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.30 |
| HSL | 115.16º | 0.53% | 0.46% | - |
| HSV(B) | 115.16º | 0.69% | 0.7% | - |
| XYZ | 18.99 | 33.64 | 9.11 | - |
| YUV | 130.78 | 85.23 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 179 | 55 | 0.64 | 0 | 0.69 | 0.30 | 115.16 | 0.53 | 0.46 |
| Hex | 41 | B3 | 37 | 40 | 0 | 45 | 1E | 73 | 35 | 2E |
| Octal | 101 | 263 | 67 | 100 | 0 | 105 | 36 | 163 | 65 | 56 |
| Binary | 1000001 | 10110011 | 110111 | 1000000 | 0 | 1000101 | 11110 | 1110011 | 110101 | 101110 |
Color Harmonies of #41B337
Complementary color
Monochromatic Colors of #41B337
Black with #41B337
Text Example
Text Example
White with #41B337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B337; }
p { color: rgb(65,179,55); }
H1.HeaderClassName
{
color: #41B337;
}
.AnyTagClassName
{
color: #41B337;
}
</style>
background-color css
<style>
a { background-color: #41B337; }
a { background-color: rgb(65,179,55); }
div.DivClassName
{
background-color: #41B337;
}
.BgClassName
{
background-color: #41B337;
}
</style>
border-color css
<style>
span { border-color: #41B337; }
span { border-color: rgb(65,179,55); }
td.TdClassName
{
border-color: #41B337;
}
.TagClassName
{
border-color: #41B337;
}
</style>