Shades of Lime Green #41B738
Tints of Lime Green #41B738
RGB
CMYK
RGB Variations
Color information
#41B738 (or 0x41B738) is known color: Lime Green. HEX triplet: 41, B7 and 38. RGB value is (65,183,56). Sum of RGB (Red+Green+Blue) = 65+183+56=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 183 (71.88% from 255 or 60.20% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 183 - color contains mainly: green. Hex color #41B738 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B738 is #BE48C7. Grayscale: #858585. Windows color (decimal): -12470472 or 3716929. OLE color: 3716929.
HSL color Cylindrical-coordinate representation of color #41B738: hue angle of 115.75º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41B738 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 65 | 183 | 56 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.28 |
| HSL | 115.75º | 0.53% | 0.47% | - |
| HSV(B) | 115.75º | 0.69% | 0.72% | - |
| XYZ | 19.83 | 35.28 | 9.51 | - |
| YUV | 133.24 | 84.41 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 183 | 56 | 0.64 | 0 | 0.69 | 0.28 | 115.75 | 0.53 | 0.47 |
| Hex | 41 | B7 | 38 | 40 | 0 | 45 | 1C | 74 | 35 | 2F |
| Octal | 101 | 267 | 70 | 100 | 0 | 105 | 34 | 164 | 65 | 57 |
| Binary | 1000001 | 10110111 | 111000 | 1000000 | 0 | 1000101 | 11100 | 1110100 | 110101 | 101111 |
Color Harmonies of #41B738
Complementary color
Monochromatic Colors of #41B738
Black with #41B738
Text Example
Text Example
White with #41B738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B738; }
p { color: rgb(65,183,56); }
H1.HeaderClassName
{
color: #41B738;
}
.AnyTagClassName
{
color: #41B738;
}
</style>
background-color css
<style>
a { background-color: #41B738; }
a { background-color: rgb(65,183,56); }
div.DivClassName
{
background-color: #41B738;
}
.BgClassName
{
background-color: #41B738;
}
</style>
border-color css
<style>
span { border-color: #41B738; }
span { border-color: rgb(65,183,56); }
td.TdClassName
{
border-color: #41B738;
}
.TagClassName
{
border-color: #41B738;
}
</style>