Shades of Lime Green #41D544
Tints of Lime Green #41D544
RGB
CMYK
RGB Variations
Color information
#41D544 (or 0x41D544) is known color: Lime Green. HEX triplet: 41, D5 and 44. RGB value is (65,213,68). Sum of RGB (Red+Green+Blue) = 65+213+68=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 213 (83.59% from 255 or 61.56% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 213 - color contains mainly: green. Hex color #41D544 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D544 is #BE2ABB. Grayscale: #989898. Windows color (decimal): -12462780 or 4511041. OLE color: 4511041.
HSL color Cylindrical-coordinate representation of color #41D544: hue angle of 121.22º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D544 is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 213 | 68 | - |
| CMYK | 0.69 | 0 | 0.68 | 0.16 |
| HSL | 121.22º | 0.64% | 0.55% | - |
| HSV(B) | 121.22º | 0.69% | 0.84% | - |
| XYZ | 27.02 | 49.13 | 13.53 | - |
| YUV | 152.22 | 80.47 | 65.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 213 | 68 | 0.69 | 0 | 0.68 | 0.16 | 121.22 | 0.64 | 0.55 |
| Hex | 41 | D5 | 44 | 45 | 0 | 44 | 10 | 79 | 40 | 37 |
| Octal | 101 | 325 | 104 | 105 | 0 | 104 | 20 | 171 | 100 | 67 |
| Binary | 1000001 | 11010101 | 1000100 | 1000101 | 0 | 1000100 | 10000 | 1111001 | 1000000 | 110111 |
Color Harmonies of #41D544
Complementary color
Monochromatic Colors of #41D544
Black with #41D544
Text Example
Text Example
White with #41D544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D544; }
p { color: rgb(65,213,68); }
H1.HeaderClassName
{
color: #41D544;
}
.AnyTagClassName
{
color: #41D544;
}
</style>
background-color css
<style>
a { background-color: #41D544; }
a { background-color: rgb(65,213,68); }
div.DivClassName
{
background-color: #41D544;
}
.BgClassName
{
background-color: #41D544;
}
</style>
border-color css
<style>
span { border-color: #41D544; }
span { border-color: rgb(65,213,68); }
td.TdClassName
{
border-color: #41D544;
}
.TagClassName
{
border-color: #41D544;
}
</style>