Shades of Lime Green #41C44D
Tints of Lime Green #41C44D
RGB
CMYK
RGB Variations
Color information
#41C44D (or 0x41C44D) is known color: Lime Green. HEX triplet: 41, C4 and 4D. RGB value is (65,196,77). Sum of RGB (Red+Green+Blue) = 65+196+77=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 196 (76.95% from 255 or 57.99% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 196 - color contains mainly: green. Hex color #41C44D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C44D is #BE3BB2. Grayscale: #8F8F8F. Windows color (decimal): -12467123 or 5096513. OLE color: 5096513.
HSL color Cylindrical-coordinate representation of color #41C44D: hue angle of 125.5º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41C44D is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 196 | 77 | - |
| CMYK | 0.67 | 0 | 0.61 | 0.23 |
| HSL | 125.5º | 0.53% | 0.51% | - |
| HSV(B) | 125.5º | 0.67% | 0.77% | - |
| XYZ | 23.26 | 41.14 | 13.74 | - |
| YUV | 143.27 | 90.6 | 72.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 196 | 77 | 0.67 | 0 | 0.61 | 0.23 | 125.5 | 0.53 | 0.51 |
| Hex | 41 | C4 | 4D | 43 | 0 | 3D | 17 | 7D | 35 | 33 |
| Octal | 101 | 304 | 115 | 103 | 0 | 75 | 27 | 175 | 65 | 63 |
| Binary | 1000001 | 11000100 | 1001101 | 1000011 | 0 | 111101 | 10111 | 1111101 | 110101 | 110011 |
Color Harmonies of #41C44D
Complementary color
Monochromatic Colors of #41C44D
Black with #41C44D
Text Example
Text Example
White with #41C44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C44D; }
p { color: rgb(65,196,77); }
H1.HeaderClassName
{
color: #41C44D;
}
.AnyTagClassName
{
color: #41C44D;
}
</style>
background-color css
<style>
a { background-color: #41C44D; }
a { background-color: rgb(65,196,77); }
div.DivClassName
{
background-color: #41C44D;
}
.BgClassName
{
background-color: #41C44D;
}
</style>
border-color css
<style>
span { border-color: #41C44D; }
span { border-color: rgb(65,196,77); }
td.TdClassName
{
border-color: #41C44D;
}
.TagClassName
{
border-color: #41C44D;
}
</style>