Shades of Lime Green #41D130
Tints of Lime Green #41D130
RGB
CMYK
RGB Variations
Color information
#41D130 (or 0x41D130) is known color: Lime Green. HEX triplet: 41, D1 and 30. RGB value is (65,209,48). Sum of RGB (Red+Green+Blue) = 65+209+48=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 209 (82.03% from 255 or 64.91% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 209 - color contains mainly: green. Hex color #41D130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D130 is #BE2ECF. Grayscale: #949494. Windows color (decimal): -12463824 or 3199297. OLE color: 3199297.
HSL color Cylindrical-coordinate representation of color #41D130: hue angle of 113.66º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41D130 is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 209 | 48 | - |
| CMYK | 0.69 | 0 | 0.77 | 0.18 |
| HSL | 113.66º | 0.64% | 0.5% | - |
| HSV(B) | 113.66º | 0.77% | 0.82% | - |
| XYZ | 25.51 | 46.94 | 10.51 | - |
| YUV | 147.59 | 71.79 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 209 | 48 | 0.69 | 0 | 0.77 | 0.18 | 113.66 | 0.64 | 0.5 |
| Hex | 41 | D1 | 30 | 45 | 0 | 4D | 12 | 72 | 40 | 32 |
| Octal | 101 | 321 | 60 | 105 | 0 | 115 | 22 | 162 | 100 | 62 |
| Binary | 1000001 | 11010001 | 110000 | 1000101 | 0 | 1001101 | 10010 | 1110010 | 1000000 | 110010 |
Color Harmonies of #41D130
Complementary color
Monochromatic Colors of #41D130
Black with #41D130
Text Example
Text Example
White with #41D130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D130; }
p { color: rgb(65,209,48); }
H1.HeaderClassName
{
color: #41D130;
}
.AnyTagClassName
{
color: #41D130;
}
</style>
background-color css
<style>
a { background-color: #41D130; }
a { background-color: rgb(65,209,48); }
div.DivClassName
{
background-color: #41D130;
}
.BgClassName
{
background-color: #41D130;
}
</style>
border-color css
<style>
span { border-color: #41D130; }
span { border-color: rgb(65,209,48); }
td.TdClassName
{
border-color: #41D130;
}
.TagClassName
{
border-color: #41D130;
}
</style>