Shades of Lime Green #41DF1D
Tints of Lime Green #41DF1D
RGB
CMYK
RGB Variations
Color information
#41DF1D (or 0x41DF1D) is known color: Lime Green. HEX triplet: 41, DF and 1D. RGB value is (65,223,29). Sum of RGB (Red+Green+Blue) = 65+223+29=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 223 (87.5% from 255 or 70.35% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 223 - color contains mainly: green. Hex color #41DF1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41DF1D is #BE20E2. Grayscale: #9A9A9A. Windows color (decimal): -12460259 or 1957697. OLE color: 1957697.
HSL color Cylindrical-coordinate representation of color #41DF1D: hue angle of 108.87º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #41DF1D is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 223 | 29 | - |
| CMYK | 0.71 | 0 | 0.87 | 0.13 |
| HSL | 108.87º | 0.77% | 0.49% | - |
| HSV(B) | 108.87º | 0.87% | 0.87% | - |
| XYZ | 28.79 | 53.99 | 10.07 | - |
| YUV | 153.64 | 57.65 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 223 | 29 | 0.71 | 0 | 0.87 | 0.13 | 108.87 | 0.77 | 0.49 |
| Hex | 41 | DF | 1D | 47 | 0 | 57 | D | 6D | 4D | 31 |
| Octal | 101 | 337 | 35 | 107 | 0 | 127 | 15 | 155 | 115 | 61 |
| Binary | 1000001 | 11011111 | 11101 | 1000111 | 0 | 1010111 | 1101 | 1101101 | 1001101 | 110001 |
Color Harmonies of #41DF1D
Complementary color
Monochromatic Colors of #41DF1D
Black with #41DF1D
Text Example
Text Example
White with #41DF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DF1D; }
p { color: rgb(65,223,29); }
H1.HeaderClassName
{
color: #41DF1D;
}
.AnyTagClassName
{
color: #41DF1D;
}
</style>
background-color css
<style>
a { background-color: #41DF1D; }
a { background-color: rgb(65,223,29); }
div.DivClassName
{
background-color: #41DF1D;
}
.BgClassName
{
background-color: #41DF1D;
}
</style>
border-color css
<style>
span { border-color: #41DF1D; }
span { border-color: rgb(65,223,29); }
td.TdClassName
{
border-color: #41DF1D;
}
.TagClassName
{
border-color: #41DF1D;
}
</style>