Shades of Lime Green #41C342
Tints of Lime Green #41C342
RGB
CMYK
RGB Variations
Color information
#41C342 (or 0x41C342) is known color: Lime Green. HEX triplet: 41, C3 and 42. RGB value is (65,195,66). Sum of RGB (Red+Green+Blue) = 65+195+66=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 195 (76.56% from 255 or 59.82% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 195 - color contains mainly: green. Hex color #41C342 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C342 is #BE3CBD. Grayscale: #8D8D8D. Windows color (decimal): -12467390 or 4375361. OLE color: 4375361.
HSL color Cylindrical-coordinate representation of color #41C342: hue angle of 120.46º 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 #41C342 is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 195 | 66 | - |
| CMYK | 0.67 | 0 | 0.66 | 0.24 |
| HSL | 120.46º | 0.52% | 0.51% | - |
| HSV(B) | 120.46º | 0.67% | 0.76% | - |
| XYZ | 22.68 | 40.55 | 11.79 | - |
| YUV | 141.42 | 85.43 | 73.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 195 | 66 | 0.67 | 0 | 0.66 | 0.24 | 120.46 | 0.52 | 0.51 |
| Hex | 41 | C3 | 42 | 43 | 0 | 42 | 18 | 78 | 34 | 33 |
| Octal | 101 | 303 | 102 | 103 | 0 | 102 | 30 | 170 | 64 | 63 |
| Binary | 1000001 | 11000011 | 1000010 | 1000011 | 0 | 1000010 | 11000 | 1111000 | 110100 | 110011 |
Color Harmonies of #41C342
Complementary color
Monochromatic Colors of #41C342
Black with #41C342
Text Example
Text Example
White with #41C342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C342; }
p { color: rgb(65,195,66); }
H1.HeaderClassName
{
color: #41C342;
}
.AnyTagClassName
{
color: #41C342;
}
</style>
background-color css
<style>
a { background-color: #41C342; }
a { background-color: rgb(65,195,66); }
div.DivClassName
{
background-color: #41C342;
}
.BgClassName
{
background-color: #41C342;
}
</style>
border-color css
<style>
span { border-color: #41C342; }
span { border-color: rgb(65,195,66); }
td.TdClassName
{
border-color: #41C342;
}
.TagClassName
{
border-color: #41C342;
}
</style>