Shades of Lime Green #41D051
Tints of Lime Green #41D051
RGB
CMYK
RGB Variations
Color information
#41D051 (or 0x41D051) is known color: Lime Green. HEX triplet: 41, D0 and 51. RGB value is (65,208,81). Sum of RGB (Red+Green+Blue) = 65+208+81=354 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.36% from 354); Green value is 208 (81.64% from 255 or 58.76% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 208 - color contains mainly: green. Hex color #41D051 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D051 is #BE2FAE. Grayscale: #979797. Windows color (decimal): -12464047 or 5361729. OLE color: 5361729.
HSL color Cylindrical-coordinate representation of color #41D051: hue angle of 126.71º degrees, saturation: 0.6, 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 #41D051 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 208 | 81 | - |
| CMYK | 0.69 | 0 | 0.61 | 0.18 |
| HSL | 126.71º | 0.6% | 0.54% | - |
| HSV(B) | 126.71º | 0.69% | 0.82% | - |
| XYZ | 26.22 | 46.83 | 15.44 | - |
| YUV | 150.77 | 88.62 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 208 | 81 | 0.69 | 0 | 0.61 | 0.18 | 126.71 | 0.6 | 0.54 |
| Hex | 41 | D0 | 51 | 45 | 0 | 3D | 12 | 7F | 3C | 36 |
| Octal | 101 | 320 | 121 | 105 | 0 | 75 | 22 | 177 | 74 | 66 |
| Binary | 1000001 | 11010000 | 1010001 | 1000101 | 0 | 111101 | 10010 | 1111111 | 111100 | 110110 |
Color Harmonies of #41D051
Complementary color
Monochromatic Colors of #41D051
Black with #41D051
Text Example
Text Example
White with #41D051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D051; }
p { color: rgb(65,208,81); }
H1.HeaderClassName
{
color: #41D051;
}
.AnyTagClassName
{
color: #41D051;
}
</style>
background-color css
<style>
a { background-color: #41D051; }
a { background-color: rgb(65,208,81); }
div.DivClassName
{
background-color: #41D051;
}
.BgClassName
{
background-color: #41D051;
}
</style>
border-color css
<style>
span { border-color: #41D051; }
span { border-color: rgb(65,208,81); }
td.TdClassName
{
border-color: #41D051;
}
.TagClassName
{
border-color: #41D051;
}
</style>