Shades of Lime Green #41D255
Tints of Lime Green #41D255
RGB
CMYK
RGB Variations
Color information
#41D255 (or 0x41D255) is known color: Lime Green. HEX triplet: 41, D2 and 55. RGB value is (65,210,85). Sum of RGB (Red+Green+Blue) = 65+210+85=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 210 (82.42% from 255 or 58.33% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 210 - color contains mainly: green. Hex color #41D255 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D255 is #BE2DAA. Grayscale: #989898. Windows color (decimal): -12463531 or 5624385. OLE color: 5624385.
HSL color Cylindrical-coordinate representation of color #41D255: hue angle of 128.28º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D255 is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 210 | 85 | - |
| CMYK | 0.69 | 0 | 0.60 | 0.18 |
| HSL | 128.28º | 0.62% | 0.54% | - |
| HSV(B) | 128.28º | 0.69% | 0.82% | - |
| XYZ | 26.87 | 47.87 | 16.42 | - |
| YUV | 152.4 | 89.96 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 210 | 85 | 0.69 | 0 | 0.60 | 0.18 | 128.28 | 0.62 | 0.54 |
| Hex | 41 | D2 | 55 | 45 | 0 | 3C | 12 | 80 | 3E | 36 |
| Octal | 101 | 322 | 125 | 105 | 0 | 74 | 22 | 200 | 76 | 66 |
| Binary | 1000001 | 11010010 | 1010101 | 1000101 | 0 | 111100 | 10010 | 10000000 | 111110 | 110110 |
Color Harmonies of #41D255
Complementary color
Monochromatic Colors of #41D255
Black with #41D255
Text Example
Text Example
White with #41D255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D255; }
p { color: rgb(65,210,85); }
H1.HeaderClassName
{
color: #41D255;
}
.AnyTagClassName
{
color: #41D255;
}
</style>
background-color css
<style>
a { background-color: #41D255; }
a { background-color: rgb(65,210,85); }
div.DivClassName
{
background-color: #41D255;
}
.BgClassName
{
background-color: #41D255;
}
</style>
border-color css
<style>
span { border-color: #41D255; }
span { border-color: rgb(65,210,85); }
td.TdClassName
{
border-color: #41D255;
}
.TagClassName
{
border-color: #41D255;
}
</style>