Shades of Lime Green #41DF44
Tints of Lime Green #41DF44
RGB
CMYK
RGB Variations
Color information
#41DF44 (or 0x41DF44) is known color: Lime Green. HEX triplet: 41, DF and 44. RGB value is (65,223,68). Sum of RGB (Red+Green+Blue) = 65+223+68=356 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.26% from 356); Green value is 223 (87.5% from 255 or 62.64% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 223 - color contains mainly: green. Hex color #41DF44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41DF44 is #BE20BB. Grayscale: #9E9E9E. Windows color (decimal): -12460220 or 4513601. OLE color: 4513601.
HSL color Cylindrical-coordinate representation of color #41DF44: hue angle of 121.14º 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 #41DF44 is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 223 | 68 | - |
| CMYK | 0.71 | 0 | 0.70 | 0.13 |
| HSL | 121.14º | 0.71% | 0.56% | - |
| HSV(B) | 121.14º | 0.71% | 0.87% | - |
| XYZ | 29.61 | 54.32 | 14.39 | - |
| YUV | 158.09 | 77.15 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 223 | 68 | 0.71 | 0 | 0.70 | 0.13 | 121.14 | 0.71 | 0.56 |
| Hex | 41 | DF | 44 | 47 | 0 | 46 | D | 79 | 47 | 38 |
| Octal | 101 | 337 | 104 | 107 | 0 | 106 | 15 | 171 | 107 | 70 |
| Binary | 1000001 | 11011111 | 1000100 | 1000111 | 0 | 1000110 | 1101 | 1111001 | 1000111 | 111000 |
Color Harmonies of #41DF44
Complementary color
Monochromatic Colors of #41DF44
Black with #41DF44
Text Example
Text Example
White with #41DF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DF44; }
p { color: rgb(65,223,68); }
H1.HeaderClassName
{
color: #41DF44;
}
.AnyTagClassName
{
color: #41DF44;
}
</style>
background-color css
<style>
a { background-color: #41DF44; }
a { background-color: rgb(65,223,68); }
div.DivClassName
{
background-color: #41DF44;
}
.BgClassName
{
background-color: #41DF44;
}
</style>
border-color css
<style>
span { border-color: #41DF44; }
span { border-color: rgb(65,223,68); }
td.TdClassName
{
border-color: #41DF44;
}
.TagClassName
{
border-color: #41DF44;
}
</style>