Shades of Lime Green #41C839
Tints of Lime Green #41C839
RGB
CMYK
RGB Variations
Color information
#41C839 (or 0x41C839) is known color: Lime Green. HEX triplet: 41, C8 and 39. RGB value is (65,200,57). Sum of RGB (Red+Green+Blue) = 65+200+57=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 200 (78.52% from 255 or 62.11% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 200 - color contains mainly: green. Hex color #41C839 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C839 is #BE37C6. Grayscale: #8F8F8F. Windows color (decimal): -12466119 or 3786817. OLE color: 3786817.
HSL color Cylindrical-coordinate representation of color #41C839: hue angle of 116.64º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41C839 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 65 | 200 | 57 | - |
| CMYK | 0.68 | 0 | 0.72 | 0.22 |
| HSL | 116.64º | 0.57% | 0.5% | - |
| HSV(B) | 116.64º | 0.72% | 0.78% | - |
| XYZ | 23.57 | 42.73 | 10.88 | - |
| YUV | 143.33 | 79.27 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 200 | 57 | 0.68 | 0 | 0.72 | 0.22 | 116.64 | 0.57 | 0.5 |
| Hex | 41 | C8 | 39 | 44 | 0 | 48 | 16 | 75 | 39 | 32 |
| Octal | 101 | 310 | 71 | 104 | 0 | 110 | 26 | 165 | 71 | 62 |
| Binary | 1000001 | 11001000 | 111001 | 1000100 | 0 | 1001000 | 10110 | 1110101 | 111001 | 110010 |
Color Harmonies of #41C839
Complementary color
Monochromatic Colors of #41C839
Black with #41C839
Text Example
Text Example
White with #41C839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C839; }
p { color: rgb(65,200,57); }
H1.HeaderClassName
{
color: #41C839;
}
.AnyTagClassName
{
color: #41C839;
}
</style>
background-color css
<style>
a { background-color: #41C839; }
a { background-color: rgb(65,200,57); }
div.DivClassName
{
background-color: #41C839;
}
.BgClassName
{
background-color: #41C839;
}
</style>
border-color css
<style>
span { border-color: #41C839; }
span { border-color: rgb(65,200,57); }
td.TdClassName
{
border-color: #41C839;
}
.TagClassName
{
border-color: #41C839;
}
</style>