Shades of Lime Green #41E928
Tints of Lime Green #41E928
RGB
CMYK
RGB Variations
Color information
#41E928 (or 0x41E928) is known color: Lime Green. HEX triplet: 41, E9 and 28. RGB value is (65,233,40). Sum of RGB (Red+Green+Blue) = 65+233+40=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 233 (91.41% from 255 or 68.93% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 233 - color contains mainly: green. Hex color #41E928 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41E928 is #BE16D7. Grayscale: #A1A1A1. Windows color (decimal): -12457688 or 2681153. OLE color: 2681153.
HSL color Cylindrical-coordinate representation of color #41E928: hue angle of 112.23º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #41E928 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 233 | 40 | - |
| CMYK | 0.72 | 0 | 0.83 | 0.09 |
| HSL | 112.23º | 0.81% | 0.54% | - |
| HSV(B) | 112.23º | 0.83% | 0.91% | - |
| XYZ | 31.7 | 59.55 | 11.83 | - |
| YUV | 160.77 | 59.84 | 59.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 233 | 40 | 0.72 | 0 | 0.83 | 0.09 | 112.23 | 0.81 | 0.54 |
| Hex | 41 | E9 | 28 | 48 | 0 | 53 | 9 | 70 | 51 | 36 |
| Octal | 101 | 351 | 50 | 110 | 0 | 123 | 11 | 160 | 121 | 66 |
| Binary | 1000001 | 11101001 | 101000 | 1001000 | 0 | 1010011 | 1001 | 1110000 | 1010001 | 110110 |
Color Harmonies of #41E928
Complementary color
Monochromatic Colors of #41E928
Black with #41E928
Text Example
Text Example
White with #41E928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E928; }
p { color: rgb(65,233,40); }
H1.HeaderClassName
{
color: #41E928;
}
.AnyTagClassName
{
color: #41E928;
}
</style>
background-color css
<style>
a { background-color: #41E928; }
a { background-color: rgb(65,233,40); }
div.DivClassName
{
background-color: #41E928;
}
.BgClassName
{
background-color: #41E928;
}
</style>
border-color css
<style>
span { border-color: #41E928; }
span { border-color: rgb(65,233,40); }
td.TdClassName
{
border-color: #41E928;
}
.TagClassName
{
border-color: #41E928;
}
</style>