Shades of Lime Green #41C537
Tints of Lime Green #41C537
RGB
CMYK
RGB Variations
Color information
#41C537 (or 0x41C537) is known color: Lime Green. HEX triplet: 41, C5 and 37. RGB value is (65,197,55). Sum of RGB (Red+Green+Blue) = 65+197+55=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 197 (77.34% from 255 or 62.15% from 317); Blue value is 55 (21.88% from 255 or 17.35% from 317); Max value from RGB is 197 - color contains mainly: green. Hex color #41C537 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C537 is #BE3AC8. Grayscale: #8D8D8D. Windows color (decimal): -12466889 or 3654977. OLE color: 3654977.
HSL color Cylindrical-coordinate representation of color #41C537: hue angle of 115.77º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41C537 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 197 | 55 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.23 |
| HSL | 115.77º | 0.56% | 0.49% | - |
| HSV(B) | 115.77º | 0.72% | 0.77% | - |
| XYZ | 22.84 | 41.33 | 10.39 | - |
| YUV | 141.34 | 79.27 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 197 | 55 | 0.67 | 0 | 0.72 | 0.23 | 115.77 | 0.56 | 0.49 |
| Hex | 41 | C5 | 37 | 43 | 0 | 48 | 17 | 74 | 38 | 31 |
| Octal | 101 | 305 | 67 | 103 | 0 | 110 | 27 | 164 | 70 | 61 |
| Binary | 1000001 | 11000101 | 110111 | 1000011 | 0 | 1001000 | 10111 | 1110100 | 111000 | 110001 |
Color Harmonies of #41C537
Complementary color
Monochromatic Colors of #41C537
Black with #41C537
Text Example
Text Example
White with #41C537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C537; }
p { color: rgb(65,197,55); }
H1.HeaderClassName
{
color: #41C537;
}
.AnyTagClassName
{
color: #41C537;
}
</style>
background-color css
<style>
a { background-color: #41C537; }
a { background-color: rgb(65,197,55); }
div.DivClassName
{
background-color: #41C537;
}
.BgClassName
{
background-color: #41C537;
}
</style>
border-color css
<style>
span { border-color: #41C537; }
span { border-color: rgb(65,197,55); }
td.TdClassName
{
border-color: #41C537;
}
.TagClassName
{
border-color: #41C537;
}
</style>