Shades of Lime Green #41D350
Tints of Lime Green #41D350
RGB
CMYK
RGB Variations
Color information
#41D350 (or 0x41D350) is known color: Lime Green. HEX triplet: 41, D3 and 50. RGB value is (65,211,80). Sum of RGB (Red+Green+Blue) = 65+211+80=356 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.26% from 356); Green value is 211 (82.81% from 255 or 59.27% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 211 - color contains mainly: green. Hex color #41D350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D350 is #BE2CAF. Grayscale: #989898. Windows color (decimal): -12463280 or 5296961. OLE color: 5296961.
HSL color Cylindrical-coordinate representation of color #41D350: hue angle of 126.16º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D350 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 65 | 211 | 80 | - |
| CMYK | 0.69 | 0 | 0.62 | 0.17 |
| HSL | 126.16º | 0.62% | 0.54% | - |
| HSV(B) | 126.16º | 0.69% | 0.83% | - |
| XYZ | 26.92 | 48.29 | 15.49 | - |
| YUV | 152.41 | 87.13 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 211 | 80 | 0.69 | 0 | 0.62 | 0.17 | 126.16 | 0.62 | 0.54 |
| Hex | 41 | D3 | 50 | 45 | 0 | 3E | 11 | 7E | 3E | 36 |
| Octal | 101 | 323 | 120 | 105 | 0 | 76 | 21 | 176 | 76 | 66 |
| Binary | 1000001 | 11010011 | 1010000 | 1000101 | 0 | 111110 | 10001 | 1111110 | 111110 | 110110 |
Color Harmonies of #41D350
Complementary color
Monochromatic Colors of #41D350
Black with #41D350
Text Example
Text Example
White with #41D350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D350; }
p { color: rgb(65,211,80); }
H1.HeaderClassName
{
color: #41D350;
}
.AnyTagClassName
{
color: #41D350;
}
</style>
background-color css
<style>
a { background-color: #41D350; }
a { background-color: rgb(65,211,80); }
div.DivClassName
{
background-color: #41D350;
}
.BgClassName
{
background-color: #41D350;
}
</style>
border-color css
<style>
span { border-color: #41D350; }
span { border-color: rgb(65,211,80); }
td.TdClassName
{
border-color: #41D350;
}
.TagClassName
{
border-color: #41D350;
}
</style>