Shades of Lime Green #41DC32
Tints of Lime Green #41DC32
RGB
CMYK
RGB Variations
Color information
#41DC32 (or 0x41DC32) is known color: Lime Green. HEX triplet: 41, DC and 32. RGB value is (65,220,50). Sum of RGB (Red+Green+Blue) = 65+220+50=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 220 (86.33% from 255 or 65.67% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 220 - color contains mainly: green. Hex color #41DC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41DC32 is #BE23CD. Grayscale: #9A9A9A. Windows color (decimal): -12461006 or 3333185. OLE color: 3333185.
HSL color Cylindrical-coordinate representation of color #41DC32: hue angle of 114.71º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41DC32 is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 220 | 50 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.14 |
| HSL | 114.71º | 0.71% | 0.53% | - |
| HSV(B) | 114.71º | 0.77% | 0.86% | - |
| XYZ | 28.35 | 52.54 | 11.66 | - |
| YUV | 154.28 | 69.15 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 220 | 50 | 0.70 | 0 | 0.77 | 0.14 | 114.71 | 0.71 | 0.53 |
| Hex | 41 | DC | 32 | 46 | 0 | 4D | E | 73 | 47 | 35 |
| Octal | 101 | 334 | 62 | 106 | 0 | 115 | 16 | 163 | 107 | 65 |
| Binary | 1000001 | 11011100 | 110010 | 1000110 | 0 | 1001101 | 1110 | 1110011 | 1000111 | 110101 |
Color Harmonies of #41DC32
Complementary color
Monochromatic Colors of #41DC32
Black with #41DC32
Text Example
Text Example
White with #41DC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DC32; }
p { color: rgb(65,220,50); }
H1.HeaderClassName
{
color: #41DC32;
}
.AnyTagClassName
{
color: #41DC32;
}
</style>
background-color css
<style>
a { background-color: #41DC32; }
a { background-color: rgb(65,220,50); }
div.DivClassName
{
background-color: #41DC32;
}
.BgClassName
{
background-color: #41DC32;
}
</style>
border-color css
<style>
span { border-color: #41DC32; }
span { border-color: rgb(65,220,50); }
td.TdClassName
{
border-color: #41DC32;
}
.TagClassName
{
border-color: #41DC32;
}
</style>