Shades of Lime Green #41D344
Tints of Lime Green #41D344
RGB
CMYK
RGB Variations
Color information
#41D344 (or 0x41D344) is known color: Lime Green. HEX triplet: 41, D3 and 44. RGB value is (65,211,68). Sum of RGB (Red+Green+Blue) = 65+211+68=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 211 (82.81% from 255 or 61.34% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 211 - color contains mainly: green. Hex color #41D344 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D344 is #BE2CBB. Grayscale: #979797. Windows color (decimal): -12463292 or 4510529. OLE color: 4510529.
HSL color Cylindrical-coordinate representation of color #41D344: hue angle of 121.23º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D344 is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 65 | 211 | 68 | - |
| CMYK | 0.69 | 0 | 0.68 | 0.17 |
| HSL | 121.23º | 0.62% | 0.54% | - |
| HSV(B) | 121.23º | 0.69% | 0.83% | - |
| XYZ | 26.52 | 48.13 | 13.36 | - |
| YUV | 151.04 | 81.13 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 211 | 68 | 0.69 | 0 | 0.68 | 0.17 | 121.23 | 0.62 | 0.54 |
| Hex | 41 | D3 | 44 | 45 | 0 | 44 | 11 | 79 | 3E | 36 |
| Octal | 101 | 323 | 104 | 105 | 0 | 104 | 21 | 171 | 76 | 66 |
| Binary | 1000001 | 11010011 | 1000100 | 1000101 | 0 | 1000100 | 10001 | 1111001 | 111110 | 110110 |
Color Harmonies of #41D344
Complementary color
Monochromatic Colors of #41D344
Black with #41D344
Text Example
Text Example
White with #41D344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D344; }
p { color: rgb(65,211,68); }
H1.HeaderClassName
{
color: #41D344;
}
.AnyTagClassName
{
color: #41D344;
}
</style>
background-color css
<style>
a { background-color: #41D344; }
a { background-color: rgb(65,211,68); }
div.DivClassName
{
background-color: #41D344;
}
.BgClassName
{
background-color: #41D344;
}
</style>
border-color css
<style>
span { border-color: #41D344; }
span { border-color: rgb(65,211,68); }
td.TdClassName
{
border-color: #41D344;
}
.TagClassName
{
border-color: #41D344;
}
</style>