Shades of Lime Green #41E726
Tints of Lime Green #41E726
RGB
CMYK
RGB Variations
Color information
#41E726 (or 0x41E726) is known color: Lime Green. HEX triplet: 41, E7 and 26. RGB value is (65,231,38). Sum of RGB (Red+Green+Blue) = 65+231+38=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 231 (90.62% from 255 or 69.16% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 231 - color contains mainly: green. Hex color #41E726 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41E726 is #BE18D9. Grayscale: #9F9F9F. Windows color (decimal): -12458202 or 2549569. OLE color: 2549569.
HSL color Cylindrical-coordinate representation of color #41E726: hue angle of 111.61º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #41E726 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 231 | 38 | - |
| CMYK | 0.72 | 0 | 0.84 | 0.09 |
| HSL | 111.61º | 0.8% | 0.53% | - |
| HSV(B) | 111.61º | 0.84% | 0.91% | - |
| XYZ | 31.11 | 58.42 | 11.47 | - |
| YUV | 159.36 | 59.5 | 60.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 231 | 38 | 0.72 | 0 | 0.84 | 0.09 | 111.61 | 0.8 | 0.53 |
| Hex | 41 | E7 | 26 | 48 | 0 | 54 | 9 | 70 | 50 | 35 |
| Octal | 101 | 347 | 46 | 110 | 0 | 124 | 11 | 160 | 120 | 65 |
| Binary | 1000001 | 11100111 | 100110 | 1001000 | 0 | 1010100 | 1001 | 1110000 | 1010000 | 110101 |
Color Harmonies of #41E726
Complementary color
Monochromatic Colors of #41E726
Black with #41E726
Text Example
Text Example
White with #41E726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E726; }
p { color: rgb(65,231,38); }
H1.HeaderClassName
{
color: #41E726;
}
.AnyTagClassName
{
color: #41E726;
}
</style>
background-color css
<style>
a { background-color: #41E726; }
a { background-color: rgb(65,231,38); }
div.DivClassName
{
background-color: #41E726;
}
.BgClassName
{
background-color: #41E726;
}
</style>
border-color css
<style>
span { border-color: #41E726; }
span { border-color: rgb(65,231,38); }
td.TdClassName
{
border-color: #41E726;
}
.TagClassName
{
border-color: #41E726;
}
</style>