Shades of Lime Green #41DF47
Tints of Lime Green #41DF47
RGB
CMYK
RGB Variations
Color information
#41DF47 (or 0x41DF47) is known color: Lime Green. HEX triplet: 41, DF and 47. RGB value is (65,223,71). Sum of RGB (Red+Green+Blue) = 65+223+71=359 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.11% from 359); Green value is 223 (87.5% from 255 or 62.12% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 223 - color contains mainly: green. Hex color #41DF47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41DF47 is #BE20B8. Grayscale: #9E9E9E. Windows color (decimal): -12460217 or 4710209. OLE color: 4710209.
HSL color Cylindrical-coordinate representation of color #41DF47: hue angle of 122.28º 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 #41DF47 is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 223 | 71 | - |
| CMYK | 0.71 | 0 | 0.68 | 0.13 |
| HSL | 122.28º | 0.71% | 0.56% | - |
| HSV(B) | 122.28º | 0.71% | 0.87% | - |
| XYZ | 29.7 | 54.35 | 14.89 | - |
| YUV | 158.43 | 78.65 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 223 | 71 | 0.71 | 0 | 0.68 | 0.13 | 122.28 | 0.71 | 0.56 |
| Hex | 41 | DF | 47 | 47 | 0 | 44 | D | 7A | 47 | 38 |
| Octal | 101 | 337 | 107 | 107 | 0 | 104 | 15 | 172 | 107 | 70 |
| Binary | 1000001 | 11011111 | 1000111 | 1000111 | 0 | 1000100 | 1101 | 1111010 | 1000111 | 111000 |
Color Harmonies of #41DF47
Complementary color
Monochromatic Colors of #41DF47
Black with #41DF47
Text Example
Text Example
White with #41DF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DF47; }
p { color: rgb(65,223,71); }
H1.HeaderClassName
{
color: #41DF47;
}
.AnyTagClassName
{
color: #41DF47;
}
</style>
background-color css
<style>
a { background-color: #41DF47; }
a { background-color: rgb(65,223,71); }
div.DivClassName
{
background-color: #41DF47;
}
.BgClassName
{
background-color: #41DF47;
}
</style>
border-color css
<style>
span { border-color: #41DF47; }
span { border-color: rgb(65,223,71); }
td.TdClassName
{
border-color: #41DF47;
}
.TagClassName
{
border-color: #41DF47;
}
</style>