Shades of Lime Green #41EC32
Tints of Lime Green #41EC32
RGB
CMYK
RGB Variations
Color information
#41EC32 (or 0x41EC32) is known color: Lime Green. HEX triplet: 41, EC and 32. RGB value is (65,236,50). Sum of RGB (Red+Green+Blue) = 65+236+50=351 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.52% from 351); Green value is 236 (92.58% from 255 or 67.24% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 236 - color contains mainly: green. Hex color #41EC32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41EC32 is #BE13CD. Grayscale: #A4A4A4. Windows color (decimal): -12456910 or 3337281. OLE color: 3337281.
HSL color Cylindrical-coordinate representation of color #41EC32: hue angle of 115.16º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #41EC32 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 236 | 50 | - |
| CMYK | 0.72 | 0 | 0.79 | 0.07 |
| HSL | 115.16º | 0.83% | 0.56% | - |
| HSV(B) | 115.16º | 0.79% | 0.93% | - |
| XYZ | 32.75 | 61.35 | 13.13 | - |
| YUV | 163.67 | 63.85 | 57.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 236 | 50 | 0.72 | 0 | 0.79 | 0.07 | 115.16 | 0.83 | 0.56 |
| Hex | 41 | EC | 32 | 48 | 0 | 4F | 7 | 73 | 53 | 38 |
| Octal | 101 | 354 | 62 | 110 | 0 | 117 | 7 | 163 | 123 | 70 |
| Binary | 1000001 | 11101100 | 110010 | 1001000 | 0 | 1001111 | 111 | 1110011 | 1010011 | 111000 |
Color Harmonies of #41EC32
Complementary color
Monochromatic Colors of #41EC32
Black with #41EC32
Text Example
Text Example
White with #41EC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EC32; }
p { color: rgb(65,236,50); }
H1.HeaderClassName
{
color: #41EC32;
}
.AnyTagClassName
{
color: #41EC32;
}
</style>
background-color css
<style>
a { background-color: #41EC32; }
a { background-color: rgb(65,236,50); }
div.DivClassName
{
background-color: #41EC32;
}
.BgClassName
{
background-color: #41EC32;
}
</style>
border-color css
<style>
span { border-color: #41EC32; }
span { border-color: rgb(65,236,50); }
td.TdClassName
{
border-color: #41EC32;
}
.TagClassName
{
border-color: #41EC32;
}
</style>