Shades of Lime Green #41C049
Tints of Lime Green #41C049
RGB
CMYK
RGB Variations
Color information
#41C049 (or 0x41C049) is known color: Lime Green. HEX triplet: 41, C0 and 49. RGB value is (65,192,73). Sum of RGB (Red+Green+Blue) = 65+192+73=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 192 (75.39% from 255 or 58.18% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 192 - color contains mainly: green. Hex color #41C049 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C049 is #BE3FB6. Grayscale: #8C8C8C. Windows color (decimal): -12468151 or 4833345. OLE color: 4833345.
HSL color Cylindrical-coordinate representation of color #41C049: hue angle of 123.78º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C049 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 192 | 73 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.25 |
| HSL | 123.78º | 0.5% | 0.5% | - |
| HSV(B) | 123.78º | 0.66% | 0.75% | - |
| XYZ | 22.23 | 39.3 | 12.72 | - |
| YUV | 140.46 | 89.92 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 192 | 73 | 0.66 | 0 | 0.62 | 0.25 | 123.78 | 0.5 | 0.5 |
| Hex | 41 | C0 | 49 | 42 | 0 | 3E | 19 | 7C | 32 | 32 |
| Octal | 101 | 300 | 111 | 102 | 0 | 76 | 31 | 174 | 62 | 62 |
| Binary | 1000001 | 11000000 | 1001001 | 1000010 | 0 | 111110 | 11001 | 1111100 | 110010 | 110010 |
Color Harmonies of #41C049
Complementary color
Monochromatic Colors of #41C049
Black with #41C049
Text Example
Text Example
White with #41C049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C049; }
p { color: rgb(65,192,73); }
H1.HeaderClassName
{
color: #41C049;
}
.AnyTagClassName
{
color: #41C049;
}
</style>
background-color css
<style>
a { background-color: #41C049; }
a { background-color: rgb(65,192,73); }
div.DivClassName
{
background-color: #41C049;
}
.BgClassName
{
background-color: #41C049;
}
</style>
border-color css
<style>
span { border-color: #41C049; }
span { border-color: rgb(65,192,73); }
td.TdClassName
{
border-color: #41C049;
}
.TagClassName
{
border-color: #41C049;
}
</style>