Shades of Lime Green #41E336
Tints of Lime Green #41E336
RGB
CMYK
RGB Variations
Color information
#41E336 (or 0x41E336) is known color: Lime Green. HEX triplet: 41, E3 and 36. RGB value is (65,227,54). Sum of RGB (Red+Green+Blue) = 65+227+54=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 227 (89.06% from 255 or 65.61% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 227 - color contains mainly: green. Hex color #41E336 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E336 is #BE1CC9. Grayscale: #9F9F9F. Windows color (decimal): -12459210 or 3597121. OLE color: 3597121.
HSL color Cylindrical-coordinate representation of color #41E336: hue angle of 116.18º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #41E336 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 65 | 227 | 54 | - |
| CMYK | 0.71 | 0 | 0.76 | 0.11 |
| HSL | 116.19º | 0.76% | 0.55% | - |
| HSV(B) | 116.19º | 0.76% | 0.89% | - |
| XYZ | 30.31 | 56.33 | 12.76 | - |
| YUV | 158.84 | 68.83 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 227 | 54 | 0.71 | 0 | 0.76 | 0.11 | 116.19 | 0.76 | 0.55 |
| Hex | 41 | E3 | 36 | 47 | 0 | 4C | B | 74 | 4C | 37 |
| Octal | 101 | 343 | 66 | 107 | 0 | 114 | 13 | 164 | 114 | 67 |
| Binary | 1000001 | 11100011 | 110110 | 1000111 | 0 | 1001100 | 1011 | 1110100 | 1001100 | 110111 |
Color Harmonies of #41E336
Complementary color
Monochromatic Colors of #41E336
Black with #41E336
Text Example
Text Example
White with #41E336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E336; }
p { color: rgb(65,227,54); }
H1.HeaderClassName
{
color: #41E336;
}
.AnyTagClassName
{
color: #41E336;
}
</style>
background-color css
<style>
a { background-color: #41E336; }
a { background-color: rgb(65,227,54); }
div.DivClassName
{
background-color: #41E336;
}
.BgClassName
{
background-color: #41E336;
}
</style>
border-color css
<style>
span { border-color: #41E336; }
span { border-color: rgb(65,227,54); }
td.TdClassName
{
border-color: #41E336;
}
.TagClassName
{
border-color: #41E336;
}
</style>