Shades of Lime Green #41E845
Tints of Lime Green #41E845
RGB
CMYK
RGB Variations
Color information
#41E845 (or 0x41E845) is known color: Lime Green. HEX triplet: 41, E8 and 45. RGB value is (65,232,69). Sum of RGB (Red+Green+Blue) = 65+232+69=366 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.76% from 366); Green value is 232 (91.02% from 255 or 63.39% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 232 - color contains mainly: green. Hex color #41E845 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41E845 is #BE17BA. Grayscale: #A3A3A3. Windows color (decimal): -12457915 or 4581441. OLE color: 4581441.
HSL color Cylindrical-coordinate representation of color #41E845: hue angle of 121.44º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E845 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 232 | 69 | - |
| CMYK | 0.72 | 0 | 0.70 | 0.09 |
| HSL | 121.44º | 0.78% | 0.58% | - |
| HSV(B) | 121.44º | 0.72% | 0.91% | - |
| XYZ | 32.11 | 59.27 | 15.38 | - |
| YUV | 163.49 | 74.67 | 57.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 232 | 69 | 0.72 | 0 | 0.70 | 0.09 | 121.44 | 0.78 | 0.58 |
| Hex | 41 | E8 | 45 | 48 | 0 | 46 | 9 | 79 | 4E | 3A |
| Octal | 101 | 350 | 105 | 110 | 0 | 106 | 11 | 171 | 116 | 72 |
| Binary | 1000001 | 11101000 | 1000101 | 1001000 | 0 | 1000110 | 1001 | 1111001 | 1001110 | 111010 |
Color Harmonies of #41E845
Complementary color
Monochromatic Colors of #41E845
Black with #41E845
Text Example
Text Example
White with #41E845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E845; }
p { color: rgb(65,232,69); }
H1.HeaderClassName
{
color: #41E845;
}
.AnyTagClassName
{
color: #41E845;
}
</style>
background-color css
<style>
a { background-color: #41E845; }
a { background-color: rgb(65,232,69); }
div.DivClassName
{
background-color: #41E845;
}
.BgClassName
{
background-color: #41E845;
}
</style>
border-color css
<style>
span { border-color: #41E845; }
span { border-color: rgb(65,232,69); }
td.TdClassName
{
border-color: #41E845;
}
.TagClassName
{
border-color: #41E845;
}
</style>