Shades of Lime Green #41B338
Tints of Lime Green #41B338
RGB
CMYK
RGB Variations
Color information
#41B338 (or 0x41B338) is known color: Lime Green. HEX triplet: 41, B3 and 38. RGB value is (65,179,56). Sum of RGB (Red+Green+Blue) = 65+179+56=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 179 (70.31% from 255 or 59.67% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 179 - color contains mainly: green. Hex color #41B338 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B338 is #BE4CC7. Grayscale: #838383. Windows color (decimal): -12471496 or 3715905. OLE color: 3715905.
HSL color Cylindrical-coordinate representation of color #41B338: hue angle of 115.61º degrees, saturation: 0.52, 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 #41B338 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 65 | 179 | 56 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.30 |
| HSL | 115.61º | 0.52% | 0.46% | - |
| HSV(B) | 115.61º | 0.69% | 0.7% | - |
| XYZ | 19.01 | 33.65 | 9.23 | - |
| YUV | 130.89 | 85.73 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 179 | 56 | 0.64 | 0 | 0.69 | 0.30 | 115.61 | 0.52 | 0.46 |
| Hex | 41 | B3 | 38 | 40 | 0 | 45 | 1E | 74 | 34 | 2E |
| Octal | 101 | 263 | 70 | 100 | 0 | 105 | 36 | 164 | 64 | 56 |
| Binary | 1000001 | 10110011 | 111000 | 1000000 | 0 | 1000101 | 11110 | 1110100 | 110100 | 101110 |
Color Harmonies of #41B338
Complementary color
Monochromatic Colors of #41B338
Black with #41B338
Text Example
Text Example
White with #41B338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B338; }
p { color: rgb(65,179,56); }
H1.HeaderClassName
{
color: #41B338;
}
.AnyTagClassName
{
color: #41B338;
}
</style>
background-color css
<style>
a { background-color: #41B338; }
a { background-color: rgb(65,179,56); }
div.DivClassName
{
background-color: #41B338;
}
.BgClassName
{
background-color: #41B338;
}
</style>
border-color css
<style>
span { border-color: #41B338; }
span { border-color: rgb(65,179,56); }
td.TdClassName
{
border-color: #41B338;
}
.TagClassName
{
border-color: #41B338;
}
</style>