Shades of Lime Green #41E41C
Tints of Lime Green #41E41C
RGB
CMYK
RGB Variations
Color information
#41E41C (or 0x41E41C) is known color: Lime Green. HEX triplet: 41, E4 and 1C. RGB value is (65,228,28). Sum of RGB (Red+Green+Blue) = 65+228+28=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 228 (89.45% from 255 or 71.03% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 228 - color contains mainly: green. Hex color #41E41C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E41C is #BE1BE3. Grayscale: #9D9D9D. Windows color (decimal): -12458980 or 1893441. OLE color: 1893441.
HSL color Cylindrical-coordinate representation of color #41E41C: hue angle of 108.9º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #41E41C is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 65 | 228 | 28 | - |
| CMYK | 0.71 | 0 | 0.88 | 0.11 |
| HSL | 108.9º | 0.79% | 0.5% | - |
| HSV(B) | 108.9º | 0.88% | 0.89% | - |
| XYZ | 30.13 | 56.69 | 10.45 | - |
| YUV | 156.46 | 55.5 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 228 | 28 | 0.71 | 0 | 0.88 | 0.11 | 108.9 | 0.79 | 0.5 |
| Hex | 41 | E4 | 1C | 47 | 0 | 58 | B | 6D | 4F | 32 |
| Octal | 101 | 344 | 34 | 107 | 0 | 130 | 13 | 155 | 117 | 62 |
| Binary | 1000001 | 11100100 | 11100 | 1000111 | 0 | 1011000 | 1011 | 1101101 | 1001111 | 110010 |
Color Harmonies of #41E41C
Complementary color
Monochromatic Colors of #41E41C
Black with #41E41C
Text Example
Text Example
White with #41E41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E41C; }
p { color: rgb(65,228,28); }
H1.HeaderClassName
{
color: #41E41C;
}
.AnyTagClassName
{
color: #41E41C;
}
</style>
background-color css
<style>
a { background-color: #41E41C; }
a { background-color: rgb(65,228,28); }
div.DivClassName
{
background-color: #41E41C;
}
.BgClassName
{
background-color: #41E41C;
}
</style>
border-color css
<style>
span { border-color: #41E41C; }
span { border-color: rgb(65,228,28); }
td.TdClassName
{
border-color: #41E41C;
}
.TagClassName
{
border-color: #41E41C;
}
</style>