Shades of Lime Green #41D653
Tints of Lime Green #41D653
RGB
CMYK
RGB Variations
Color information
#41D653 (or 0x41D653) is known color: Lime Green. HEX triplet: 41, D6 and 53. RGB value is (65,214,83). Sum of RGB (Red+Green+Blue) = 65+214+83=362 (47% of max value = 765). Red value is 65 (25.78% from 255 or 17.96% from 362); Green value is 214 (83.98% from 255 or 59.12% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 214 - color contains mainly: green. Hex color #41D653 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D653 is #BE29AC. Grayscale: #9A9A9A. Windows color (decimal): -12462509 or 5494337. OLE color: 5494337.
HSL color Cylindrical-coordinate representation of color #41D653: hue angle of 127.25º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41D653 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 214 | 83 | - |
| CMYK | 0.70 | 0 | 0.61 | 0.16 |
| HSL | 127.25º | 0.65% | 0.55% | - |
| HSV(B) | 127.25º | 0.7% | 0.84% | - |
| XYZ | 27.79 | 49.84 | 16.34 | - |
| YUV | 154.52 | 87.64 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 214 | 83 | 0.70 | 0 | 0.61 | 0.16 | 127.25 | 0.65 | 0.55 |
| Hex | 41 | D6 | 53 | 46 | 0 | 3D | 10 | 7F | 41 | 37 |
| Octal | 101 | 326 | 123 | 106 | 0 | 75 | 20 | 177 | 101 | 67 |
| Binary | 1000001 | 11010110 | 1010011 | 1000110 | 0 | 111101 | 10000 | 1111111 | 1000001 | 110111 |
Color Harmonies of #41D653
Complementary color
Monochromatic Colors of #41D653
Black with #41D653
Text Example
Text Example
White with #41D653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D653; }
p { color: rgb(65,214,83); }
H1.HeaderClassName
{
color: #41D653;
}
.AnyTagClassName
{
color: #41D653;
}
</style>
background-color css
<style>
a { background-color: #41D653; }
a { background-color: rgb(65,214,83); }
div.DivClassName
{
background-color: #41D653;
}
.BgClassName
{
background-color: #41D653;
}
</style>
border-color css
<style>
span { border-color: #41D653; }
span { border-color: rgb(65,214,83); }
td.TdClassName
{
border-color: #41D653;
}
.TagClassName
{
border-color: #41D653;
}
</style>