Shades of Lime Green #41D138
Tints of Lime Green #41D138
RGB
CMYK
RGB Variations
Color information
#41D138 (or 0x41D138) is known color: Lime Green. HEX triplet: 41, D1 and 38. RGB value is (65,209,56). Sum of RGB (Red+Green+Blue) = 65+209+56=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 209 (82.03% from 255 or 63.33% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 209 - color contains mainly: green. Hex color #41D138 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D138 is #BE2EC7. Grayscale: #949494. Windows color (decimal): -12463816 or 3723585. OLE color: 3723585.
HSL color Cylindrical-coordinate representation of color #41D138: hue angle of 116.47º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41D138 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 209 | 56 | - |
| CMYK | 0.69 | 0 | 0.73 | 0.18 |
| HSL | 116.47º | 0.62% | 0.52% | - |
| HSV(B) | 116.47º | 0.73% | 0.82% | - |
| XYZ | 25.69 | 47.01 | 11.46 | - |
| YUV | 148.5 | 75.79 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 209 | 56 | 0.69 | 0 | 0.73 | 0.18 | 116.47 | 0.62 | 0.52 |
| Hex | 41 | D1 | 38 | 45 | 0 | 49 | 12 | 74 | 3E | 34 |
| Octal | 101 | 321 | 70 | 105 | 0 | 111 | 22 | 164 | 76 | 64 |
| Binary | 1000001 | 11010001 | 111000 | 1000101 | 0 | 1001001 | 10010 | 1110100 | 111110 | 110100 |
Color Harmonies of #41D138
Complementary color
Monochromatic Colors of #41D138
Black with #41D138
Text Example
Text Example
White with #41D138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D138; }
p { color: rgb(65,209,56); }
H1.HeaderClassName
{
color: #41D138;
}
.AnyTagClassName
{
color: #41D138;
}
</style>
background-color css
<style>
a { background-color: #41D138; }
a { background-color: rgb(65,209,56); }
div.DivClassName
{
background-color: #41D138;
}
.BgClassName
{
background-color: #41D138;
}
</style>
border-color css
<style>
span { border-color: #41D138; }
span { border-color: rgb(65,209,56); }
td.TdClassName
{
border-color: #41D138;
}
.TagClassName
{
border-color: #41D138;
}
</style>