Shades of Lime Green #41EC34
Tints of Lime Green #41EC34
RGB
CMYK
RGB Variations
Color information
#41EC34 (or 0x41EC34) is known color: Lime Green. HEX triplet: 41, EC and 34. RGB value is (65,236,52). Sum of RGB (Red+Green+Blue) = 65+236+52=353 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.41% from 353); Green value is 236 (92.58% from 255 or 66.86% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 236 - color contains mainly: green. Hex color #41EC34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41EC34 is #BE13CB. Grayscale: #A4A4A4. Windows color (decimal): -12456908 or 3468353. OLE color: 3468353.
HSL color Cylindrical-coordinate representation of color #41EC34: hue angle of 115.76º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41EC34 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 236 | 52 | - |
| CMYK | 0.72 | 0 | 0.78 | 0.07 |
| HSL | 115.76º | 0.83% | 0.56% | - |
| HSV(B) | 115.76º | 0.78% | 0.93% | - |
| XYZ | 32.8 | 61.36 | 13.36 | - |
| YUV | 163.9 | 64.85 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 236 | 52 | 0.72 | 0 | 0.78 | 0.07 | 115.76 | 0.83 | 0.56 |
| Hex | 41 | EC | 34 | 48 | 0 | 4E | 7 | 74 | 53 | 38 |
| Octal | 101 | 354 | 64 | 110 | 0 | 116 | 7 | 164 | 123 | 70 |
| Binary | 1000001 | 11101100 | 110100 | 1001000 | 0 | 1001110 | 111 | 1110100 | 1010011 | 111000 |
Color Harmonies of #41EC34
Complementary color
Monochromatic Colors of #41EC34
Black with #41EC34
Text Example
Text Example
White with #41EC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EC34; }
p { color: rgb(65,236,52); }
H1.HeaderClassName
{
color: #41EC34;
}
.AnyTagClassName
{
color: #41EC34;
}
</style>
background-color css
<style>
a { background-color: #41EC34; }
a { background-color: rgb(65,236,52); }
div.DivClassName
{
background-color: #41EC34;
}
.BgClassName
{
background-color: #41EC34;
}
</style>
border-color css
<style>
span { border-color: #41EC34; }
span { border-color: rgb(65,236,52); }
td.TdClassName
{
border-color: #41EC34;
}
.TagClassName
{
border-color: #41EC34;
}
</style>