Shades of Lime Green #41DF4F
Tints of Lime Green #41DF4F
RGB
CMYK
RGB Variations
Color information
#41DF4F (or 0x41DF4F) is known color: Lime Green. HEX triplet: 41, DF and 4F. RGB value is (65,223,79). Sum of RGB (Red+Green+Blue) = 65+223+79=367 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.71% from 367); Green value is 223 (87.5% from 255 or 60.76% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 223 - color contains mainly: green. Hex color #41DF4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41DF4F is #BE20B0. Grayscale: #9F9F9F. Windows color (decimal): -12460209 or 5234497. OLE color: 5234497.
HSL color Cylindrical-coordinate representation of color #41DF4F: hue angle of 125.32º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41DF4F is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 223 | 79 | - |
| CMYK | 0.71 | 0 | 0.65 | 0.13 |
| HSL | 125.32º | 0.71% | 0.56% | - |
| HSV(B) | 125.32º | 0.71% | 0.87% | - |
| XYZ | 29.98 | 54.46 | 16.33 | - |
| YUV | 159.34 | 82.65 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 223 | 79 | 0.71 | 0 | 0.65 | 0.13 | 125.32 | 0.71 | 0.56 |
| Hex | 41 | DF | 4F | 47 | 0 | 41 | D | 7D | 47 | 38 |
| Octal | 101 | 337 | 117 | 107 | 0 | 101 | 15 | 175 | 107 | 70 |
| Binary | 1000001 | 11011111 | 1001111 | 1000111 | 0 | 1000001 | 1101 | 1111101 | 1000111 | 111000 |
Color Harmonies of #41DF4F
Complementary color
Monochromatic Colors of #41DF4F
Black with #41DF4F
Text Example
Text Example
White with #41DF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DF4F; }
p { color: rgb(65,223,79); }
H1.HeaderClassName
{
color: #41DF4F;
}
.AnyTagClassName
{
color: #41DF4F;
}
</style>
background-color css
<style>
a { background-color: #41DF4F; }
a { background-color: rgb(65,223,79); }
div.DivClassName
{
background-color: #41DF4F;
}
.BgClassName
{
background-color: #41DF4F;
}
</style>
border-color css
<style>
span { border-color: #41DF4F; }
span { border-color: rgb(65,223,79); }
td.TdClassName
{
border-color: #41DF4F;
}
.TagClassName
{
border-color: #41DF4F;
}
</style>