Shades of Lime Green #41C547
Tints of Lime Green #41C547
RGB
CMYK
RGB Variations
Color information
#41C547 (or 0x41C547) is known color: Lime Green. HEX triplet: 41, C5 and 47. RGB value is (65,197,71). Sum of RGB (Red+Green+Blue) = 65+197+71=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 197 (77.34% from 255 or 59.16% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 197 - color contains mainly: green. Hex color #41C547 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C547 is #BE3AB8. Grayscale: #8F8F8F. Windows color (decimal): -12466873 or 4703553. OLE color: 4703553.
HSL color Cylindrical-coordinate representation of color #41C547: hue angle of 122.73º 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 #41C547 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 197 | 71 | - |
| CMYK | 0.67 | 0 | 0.64 | 0.23 |
| HSL | 122.73º | 0.53% | 0.51% | - |
| HSV(B) | 122.73º | 0.67% | 0.77% | - |
| XYZ | 23.28 | 41.51 | 12.75 | - |
| YUV | 143.17 | 87.27 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 197 | 71 | 0.67 | 0 | 0.64 | 0.23 | 122.73 | 0.53 | 0.51 |
| Hex | 41 | C5 | 47 | 43 | 0 | 40 | 17 | 7B | 35 | 33 |
| Octal | 101 | 305 | 107 | 103 | 0 | 100 | 27 | 173 | 65 | 63 |
| Binary | 1000001 | 11000101 | 1000111 | 1000011 | 0 | 1000000 | 10111 | 1111011 | 110101 | 110011 |
Color Harmonies of #41C547
Complementary color
Monochromatic Colors of #41C547
Black with #41C547
Text Example
Text Example
White with #41C547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C547; }
p { color: rgb(65,197,71); }
H1.HeaderClassName
{
color: #41C547;
}
.AnyTagClassName
{
color: #41C547;
}
</style>
background-color css
<style>
a { background-color: #41C547; }
a { background-color: rgb(65,197,71); }
div.DivClassName
{
background-color: #41C547;
}
.BgClassName
{
background-color: #41C547;
}
</style>
border-color css
<style>
span { border-color: #41C547; }
span { border-color: rgb(65,197,71); }
td.TdClassName
{
border-color: #41C547;
}
.TagClassName
{
border-color: #41C547;
}
</style>