Shades of Lime Green #41DF45
Tints of Lime Green #41DF45
RGB
CMYK
RGB Variations
Color information
#41DF45 (or 0x41DF45) is known color: Lime Green. HEX triplet: 41, DF and 45. RGB value is (65,223,69). Sum of RGB (Red+Green+Blue) = 65+223+69=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 223 (87.5% from 255 or 62.46% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 223 - color contains mainly: green. Hex color #41DF45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41DF45 is #BE20BA. Grayscale: #9E9E9E. Windows color (decimal): -12460219 or 4579137. OLE color: 4579137.
HSL color Cylindrical-coordinate representation of color #41DF45: hue angle of 121.52º 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 #41DF45 is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 223 | 69 | - |
| CMYK | 0.71 | 0 | 0.69 | 0.13 |
| HSL | 121.52º | 0.71% | 0.56% | - |
| HSV(B) | 121.52º | 0.71% | 0.87% | - |
| XYZ | 29.64 | 54.33 | 14.55 | - |
| YUV | 158.2 | 77.65 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 223 | 69 | 0.71 | 0 | 0.69 | 0.13 | 121.52 | 0.71 | 0.56 |
| Hex | 41 | DF | 45 | 47 | 0 | 45 | D | 7A | 47 | 38 |
| Octal | 101 | 337 | 105 | 107 | 0 | 105 | 15 | 172 | 107 | 70 |
| Binary | 1000001 | 11011111 | 1000101 | 1000111 | 0 | 1000101 | 1101 | 1111010 | 1000111 | 111000 |
Color Harmonies of #41DF45
Complementary color
Monochromatic Colors of #41DF45
Black with #41DF45
Text Example
Text Example
White with #41DF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DF45; }
p { color: rgb(65,223,69); }
H1.HeaderClassName
{
color: #41DF45;
}
.AnyTagClassName
{
color: #41DF45;
}
</style>
background-color css
<style>
a { background-color: #41DF45; }
a { background-color: rgb(65,223,69); }
div.DivClassName
{
background-color: #41DF45;
}
.BgClassName
{
background-color: #41DF45;
}
</style>
border-color css
<style>
span { border-color: #41DF45; }
span { border-color: rgb(65,223,69); }
td.TdClassName
{
border-color: #41DF45;
}
.TagClassName
{
border-color: #41DF45;
}
</style>