Shades of Lime Green #41C640
Tints of Lime Green #41C640
RGB
CMYK
RGB Variations
Color information
#41C640 (or 0x41C640) is known color: Lime Green. HEX triplet: 41, C6 and 40. RGB value is (65,198,64). Sum of RGB (Red+Green+Blue) = 65+198+64=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 198 (77.73% from 255 or 60.55% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 198 - color contains mainly: green. Hex color #41C640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C640 is #BE39BF. Grayscale: #8F8F8F. Windows color (decimal): -12466624 or 4245057. OLE color: 4245057.
HSL color Cylindrical-coordinate representation of color #41C640: hue angle of 119.55º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41C640 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 65 | 198 | 64 | - |
| CMYK | 0.67 | 0 | 0.68 | 0.22 |
| HSL | 119.55º | 0.54% | 0.51% | - |
| HSV(B) | 119.55º | 0.68% | 0.78% | - |
| XYZ | 23.3 | 41.88 | 11.71 | - |
| YUV | 142.96 | 83.44 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 198 | 64 | 0.67 | 0 | 0.68 | 0.22 | 119.55 | 0.54 | 0.51 |
| Hex | 41 | C6 | 40 | 43 | 0 | 44 | 16 | 78 | 36 | 33 |
| Octal | 101 | 306 | 100 | 103 | 0 | 104 | 26 | 170 | 66 | 63 |
| Binary | 1000001 | 11000110 | 1000000 | 1000011 | 0 | 1000100 | 10110 | 1111000 | 110110 | 110011 |
Color Harmonies of #41C640
Complementary color
Monochromatic Colors of #41C640
Black with #41C640
Text Example
Text Example
White with #41C640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C640; }
p { color: rgb(65,198,64); }
H1.HeaderClassName
{
color: #41C640;
}
.AnyTagClassName
{
color: #41C640;
}
</style>
background-color css
<style>
a { background-color: #41C640; }
a { background-color: rgb(65,198,64); }
div.DivClassName
{
background-color: #41C640;
}
.BgClassName
{
background-color: #41C640;
}
</style>
border-color css
<style>
span { border-color: #41C640; }
span { border-color: rgb(65,198,64); }
td.TdClassName
{
border-color: #41C640;
}
.TagClassName
{
border-color: #41C640;
}
</style>