Shades of Lime Green #41E249
Tints of Lime Green #41E249
RGB
CMYK
RGB Variations
Color information
#41E249 (or 0x41E249) is known color: Lime Green. HEX triplet: 41, E2 and 49. RGB value is (65,226,73). Sum of RGB (Red+Green+Blue) = 65+226+73=364 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.86% from 364); Green value is 226 (88.67% from 255 or 62.09% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 226 - color contains mainly: green. Hex color #41E249 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E249 is #BE1DB6. Grayscale: #A0A0A0. Windows color (decimal): -12459447 or 4842049. OLE color: 4842049.
HSL color Cylindrical-coordinate representation of color #41E249: hue angle of 122.98º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41E249 is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 65 | 226 | 73 | - |
| CMYK | 0.71 | 0 | 0.68 | 0.11 |
| HSL | 122.98º | 0.74% | 0.57% | - |
| HSV(B) | 122.98º | 0.71% | 0.89% | - |
| XYZ | 30.58 | 56 | 15.5 | - |
| YUV | 160.42 | 78.66 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 226 | 73 | 0.71 | 0 | 0.68 | 0.11 | 122.98 | 0.74 | 0.57 |
| Hex | 41 | E2 | 49 | 47 | 0 | 44 | B | 7B | 4A | 39 |
| Octal | 101 | 342 | 111 | 107 | 0 | 104 | 13 | 173 | 112 | 71 |
| Binary | 1000001 | 11100010 | 1001001 | 1000111 | 0 | 1000100 | 1011 | 1111011 | 1001010 | 111001 |
Color Harmonies of #41E249
Complementary color
Monochromatic Colors of #41E249
Black with #41E249
Text Example
Text Example
White with #41E249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E249; }
p { color: rgb(65,226,73); }
H1.HeaderClassName
{
color: #41E249;
}
.AnyTagClassName
{
color: #41E249;
}
</style>
background-color css
<style>
a { background-color: #41E249; }
a { background-color: rgb(65,226,73); }
div.DivClassName
{
background-color: #41E249;
}
.BgClassName
{
background-color: #41E249;
}
</style>
border-color css
<style>
span { border-color: #41E249; }
span { border-color: rgb(65,226,73); }
td.TdClassName
{
border-color: #41E249;
}
.TagClassName
{
border-color: #41E249;
}
</style>