Shades of Lime Green #41DA54
Tints of Lime Green #41DA54
RGB
CMYK
RGB Variations
Color information
#41DA54 (or 0x41DA54) is known color: Lime Green. HEX triplet: 41, DA and 54. RGB value is (65,218,84). Sum of RGB (Red+Green+Blue) = 65+218+84=367 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.71% from 367); Green value is 218 (85.55% from 255 or 59.40% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 218 - color contains mainly: green. Hex color #41DA54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41DA54 is #BE25AB. Grayscale: #9D9D9D. Windows color (decimal): -12461484 or 5560897. OLE color: 5560897.
HSL color Cylindrical-coordinate representation of color #41DA54: hue angle of 127.45º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41DA54 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 218 | 84 | - |
| CMYK | 0.70 | 0 | 0.61 | 0.15 |
| HSL | 127.45º | 0.67% | 0.55% | - |
| HSV(B) | 127.45º | 0.7% | 0.85% | - |
| XYZ | 28.85 | 51.91 | 16.89 | - |
| YUV | 156.98 | 86.81 | 62.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 218 | 84 | 0.70 | 0 | 0.61 | 0.15 | 127.45 | 0.67 | 0.55 |
| Hex | 41 | DA | 54 | 46 | 0 | 3D | F | 7F | 43 | 37 |
| Octal | 101 | 332 | 124 | 106 | 0 | 75 | 17 | 177 | 103 | 67 |
| Binary | 1000001 | 11011010 | 1010100 | 1000110 | 0 | 111101 | 1111 | 1111111 | 1000011 | 110111 |
Color Harmonies of #41DA54
Complementary color
Monochromatic Colors of #41DA54
Black with #41DA54
Text Example
Text Example
White with #41DA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DA54; }
p { color: rgb(65,218,84); }
H1.HeaderClassName
{
color: #41DA54;
}
.AnyTagClassName
{
color: #41DA54;
}
</style>
background-color css
<style>
a { background-color: #41DA54; }
a { background-color: rgb(65,218,84); }
div.DivClassName
{
background-color: #41DA54;
}
.BgClassName
{
background-color: #41DA54;
}
</style>
border-color css
<style>
span { border-color: #41DA54; }
span { border-color: rgb(65,218,84); }
td.TdClassName
{
border-color: #41DA54;
}
.TagClassName
{
border-color: #41DA54;
}
</style>