Shades of Lime Green #41C240
Tints of Lime Green #41C240
RGB
CMYK
RGB Variations
Color information
#41C240 (or 0x41C240) is known color: Lime Green. HEX triplet: 41, C2 and 40. RGB value is (65,194,64). Sum of RGB (Red+Green+Blue) = 65+194+64=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 194 (76.17% from 255 or 60.06% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 194 - color contains mainly: green. Hex color #41C240 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C240 is #BE3DBF. Grayscale: #8C8C8C. Windows color (decimal): -12467648 or 4244033. OLE color: 4244033.
HSL color Cylindrical-coordinate representation of color #41C240: hue angle of 119.54º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41C240 is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 194 | 64 | - |
| CMYK | 0.66 | 0 | 0.67 | 0.24 |
| HSL | 119.54º | 0.52% | 0.51% | - |
| HSV(B) | 119.54º | 0.67% | 0.76% | - |
| XYZ | 22.4 | 40.08 | 11.41 | - |
| YUV | 140.61 | 84.76 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 194 | 64 | 0.66 | 0 | 0.67 | 0.24 | 119.54 | 0.52 | 0.51 |
| Hex | 41 | C2 | 40 | 42 | 0 | 43 | 18 | 78 | 34 | 33 |
| Octal | 101 | 302 | 100 | 102 | 0 | 103 | 30 | 170 | 64 | 63 |
| Binary | 1000001 | 11000010 | 1000000 | 1000010 | 0 | 1000011 | 11000 | 1111000 | 110100 | 110011 |
Color Harmonies of #41C240
Complementary color
Monochromatic Colors of #41C240
Black with #41C240
Text Example
Text Example
White with #41C240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C240; }
p { color: rgb(65,194,64); }
H1.HeaderClassName
{
color: #41C240;
}
.AnyTagClassName
{
color: #41C240;
}
</style>
background-color css
<style>
a { background-color: #41C240; }
a { background-color: rgb(65,194,64); }
div.DivClassName
{
background-color: #41C240;
}
.BgClassName
{
background-color: #41C240;
}
</style>
border-color css
<style>
span { border-color: #41C240; }
span { border-color: rgb(65,194,64); }
td.TdClassName
{
border-color: #41C240;
}
.TagClassName
{
border-color: #41C240;
}
</style>