Shades of Lime Green #41E036
Tints of Lime Green #41E036
RGB
CMYK
RGB Variations
Color information
#41E036 (or 0x41E036) is known color: Lime Green. HEX triplet: 41, E0 and 36. RGB value is (65,224,54). Sum of RGB (Red+Green+Blue) = 65+224+54=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 224 (87.89% from 255 or 65.31% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 224 - color contains mainly: green. Hex color #41E036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E036 is #BE1FC9. Grayscale: #9D9D9D. Windows color (decimal): -12459978 or 3596353. OLE color: 3596353.
HSL color Cylindrical-coordinate representation of color #41E036: hue angle of 116.12º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #41E036 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 224 | 54 | - |
| CMYK | 0.71 | 0 | 0.76 | 0.12 |
| HSL | 116.12º | 0.73% | 0.55% | - |
| HSV(B) | 116.12º | 0.76% | 0.88% | - |
| XYZ | 29.5 | 54.7 | 12.49 | - |
| YUV | 157.08 | 69.82 | 62.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 224 | 54 | 0.71 | 0 | 0.76 | 0.12 | 116.12 | 0.73 | 0.55 |
| Hex | 41 | E0 | 36 | 47 | 0 | 4C | C | 74 | 49 | 37 |
| Octal | 101 | 340 | 66 | 107 | 0 | 114 | 14 | 164 | 111 | 67 |
| Binary | 1000001 | 11100000 | 110110 | 1000111 | 0 | 1001100 | 1100 | 1110100 | 1001001 | 110111 |
Color Harmonies of #41E036
Complementary color
Monochromatic Colors of #41E036
Black with #41E036
Text Example
Text Example
White with #41E036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E036; }
p { color: rgb(65,224,54); }
H1.HeaderClassName
{
color: #41E036;
}
.AnyTagClassName
{
color: #41E036;
}
</style>
background-color css
<style>
a { background-color: #41E036; }
a { background-color: rgb(65,224,54); }
div.DivClassName
{
background-color: #41E036;
}
.BgClassName
{
background-color: #41E036;
}
</style>
border-color css
<style>
span { border-color: #41E036; }
span { border-color: rgb(65,224,54); }
td.TdClassName
{
border-color: #41E036;
}
.TagClassName
{
border-color: #41E036;
}
</style>