Shades of Lime Green #41D334
Tints of Lime Green #41D334
RGB
CMYK
RGB Variations
Color information
#41D334 (or 0x41D334) is known color: Lime Green. HEX triplet: 41, D3 and 34. RGB value is (65,211,52). Sum of RGB (Red+Green+Blue) = 65+211+52=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 211 (82.81% from 255 or 64.33% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 211 - color contains mainly: green. Hex color #41D334 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D334 is #BE2CCB. Grayscale: #959595. Windows color (decimal): -12463308 or 3461953. OLE color: 3461953.
HSL color Cylindrical-coordinate representation of color #41D334: hue angle of 115.09º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41D334 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 65 | 211 | 52 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.17 |
| HSL | 115.09º | 0.64% | 0.52% | - |
| HSV(B) | 115.09º | 0.75% | 0.83% | - |
| XYZ | 26.09 | 47.96 | 11.13 | - |
| YUV | 149.22 | 73.13 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 211 | 52 | 0.69 | 0 | 0.75 | 0.17 | 115.09 | 0.64 | 0.52 |
| Hex | 41 | D3 | 34 | 45 | 0 | 4B | 11 | 73 | 40 | 34 |
| Octal | 101 | 323 | 64 | 105 | 0 | 113 | 21 | 163 | 100 | 64 |
| Binary | 1000001 | 11010011 | 110100 | 1000101 | 0 | 1001011 | 10001 | 1110011 | 1000000 | 110100 |
Color Harmonies of #41D334
Complementary color
Monochromatic Colors of #41D334
Black with #41D334
Text Example
Text Example
White with #41D334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D334; }
p { color: rgb(65,211,52); }
H1.HeaderClassName
{
color: #41D334;
}
.AnyTagClassName
{
color: #41D334;
}
</style>
background-color css
<style>
a { background-color: #41D334; }
a { background-color: rgb(65,211,52); }
div.DivClassName
{
background-color: #41D334;
}
.BgClassName
{
background-color: #41D334;
}
</style>
border-color css
<style>
span { border-color: #41D334; }
span { border-color: rgb(65,211,52); }
td.TdClassName
{
border-color: #41D334;
}
.TagClassName
{
border-color: #41D334;
}
</style>