Shades of Lime Green #41CA50
Tints of Lime Green #41CA50
RGB
CMYK
RGB Variations
Color information
#41CA50 (or 0x41CA50) is known color: Lime Green. HEX triplet: 41, CA and 50. RGB value is (65,202,80). Sum of RGB (Red+Green+Blue) = 65+202+80=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 202 (79.30% from 255 or 58.21% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 202 - color contains mainly: green. Hex color #41CA50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41CA50 is #BE35AF. Grayscale: #939393. Windows color (decimal): -12465584 or 5294657. OLE color: 5294657.
HSL color Cylindrical-coordinate representation of color #41CA50: hue angle of 126.57º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CA50 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 202 | 80 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.21 |
| HSL | 126.57º | 0.56% | 0.52% | - |
| HSV(B) | 126.57º | 0.68% | 0.79% | - |
| XYZ | 24.75 | 43.94 | 14.77 | - |
| YUV | 147.13 | 90.11 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 202 | 80 | 0.68 | 0 | 0.60 | 0.21 | 126.57 | 0.56 | 0.52 |
| Hex | 41 | CA | 50 | 44 | 0 | 3C | 15 | 7F | 38 | 34 |
| Octal | 101 | 312 | 120 | 104 | 0 | 74 | 25 | 177 | 70 | 64 |
| Binary | 1000001 | 11001010 | 1010000 | 1000100 | 0 | 111100 | 10101 | 1111111 | 111000 | 110100 |
Color Harmonies of #41CA50
Complementary color
Monochromatic Colors of #41CA50
Black with #41CA50
Text Example
Text Example
White with #41CA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CA50; }
p { color: rgb(65,202,80); }
H1.HeaderClassName
{
color: #41CA50;
}
.AnyTagClassName
{
color: #41CA50;
}
</style>
background-color css
<style>
a { background-color: #41CA50; }
a { background-color: rgb(65,202,80); }
div.DivClassName
{
background-color: #41CA50;
}
.BgClassName
{
background-color: #41CA50;
}
</style>
border-color css
<style>
span { border-color: #41CA50; }
span { border-color: rgb(65,202,80); }
td.TdClassName
{
border-color: #41CA50;
}
.TagClassName
{
border-color: #41CA50;
}
</style>