Shades of Lime Green #41C63E
Tints of Lime Green #41C63E
RGB
CMYK
RGB Variations
Color information
#41C63E (or 0x41C63E) is known color: Lime Green. HEX triplet: 41, C6 and 3E. RGB value is (65,198,62). Sum of RGB (Red+Green+Blue) = 65+198+62=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 198 (77.73% from 255 or 60.92% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 198 - color contains mainly: green. Hex color #41C63E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C63E is #BE39C1. Grayscale: #8F8F8F. Windows color (decimal): -12466626 or 4113985. OLE color: 4113985.
HSL color Cylindrical-coordinate representation of color #41C63E: hue angle of 118.68º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41C63E is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 65 | 198 | 62 | - |
| CMYK | 0.67 | 0 | 0.69 | 0.22 |
| HSL | 118.68º | 0.54% | 0.51% | - |
| HSV(B) | 118.68º | 0.69% | 0.78% | - |
| XYZ | 23.24 | 41.86 | 11.41 | - |
| YUV | 142.73 | 82.44 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 198 | 62 | 0.67 | 0 | 0.69 | 0.22 | 118.68 | 0.54 | 0.51 |
| Hex | 41 | C6 | 3E | 43 | 0 | 45 | 16 | 77 | 36 | 33 |
| Octal | 101 | 306 | 76 | 103 | 0 | 105 | 26 | 167 | 66 | 63 |
| Binary | 1000001 | 11000110 | 111110 | 1000011 | 0 | 1000101 | 10110 | 1110111 | 110110 | 110011 |
Color Harmonies of #41C63E
Complementary color
Monochromatic Colors of #41C63E
Black with #41C63E
Text Example
Text Example
White with #41C63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C63E; }
p { color: rgb(65,198,62); }
H1.HeaderClassName
{
color: #41C63E;
}
.AnyTagClassName
{
color: #41C63E;
}
</style>
background-color css
<style>
a { background-color: #41C63E; }
a { background-color: rgb(65,198,62); }
div.DivClassName
{
background-color: #41C63E;
}
.BgClassName
{
background-color: #41C63E;
}
</style>
border-color css
<style>
span { border-color: #41C63E; }
span { border-color: rgb(65,198,62); }
td.TdClassName
{
border-color: #41C63E;
}
.TagClassName
{
border-color: #41C63E;
}
</style>