Shades of Lime Green #41D63D
Tints of Lime Green #41D63D
RGB
CMYK
RGB Variations
Color information
#41D63D (or 0x41D63D) is known color: Lime Green. HEX triplet: 41, D6 and 3D. RGB value is (65,214,61). Sum of RGB (Red+Green+Blue) = 65+214+61=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 214 (83.98% from 255 or 62.94% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 214 - color contains mainly: green. Hex color #41D63D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D63D is #BE29C2. Grayscale: #989898. Windows color (decimal): -12462531 or 4052545. OLE color: 4052545.
HSL color Cylindrical-coordinate representation of color #41D63D: hue angle of 118.43º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41D63D is Cyan = 0.70, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 214 | 61 | - |
| CMYK | 0.70 | 0 | 0.71 | 0.16 |
| HSL | 118.43º | 0.65% | 0.54% | - |
| HSV(B) | 118.43º | 0.71% | 0.84% | - |
| XYZ | 27.07 | 49.55 | 12.55 | - |
| YUV | 152.01 | 76.64 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 214 | 61 | 0.70 | 0 | 0.71 | 0.16 | 118.43 | 0.65 | 0.54 |
| Hex | 41 | D6 | 3D | 46 | 0 | 47 | 10 | 76 | 41 | 36 |
| Octal | 101 | 326 | 75 | 106 | 0 | 107 | 20 | 166 | 101 | 66 |
| Binary | 1000001 | 11010110 | 111101 | 1000110 | 0 | 1000111 | 10000 | 1110110 | 1000001 | 110110 |
Color Harmonies of #41D63D
Complementary color
Monochromatic Colors of #41D63D
Black with #41D63D
Text Example
Text Example
White with #41D63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D63D; }
p { color: rgb(65,214,61); }
H1.HeaderClassName
{
color: #41D63D;
}
.AnyTagClassName
{
color: #41D63D;
}
</style>
background-color css
<style>
a { background-color: #41D63D; }
a { background-color: rgb(65,214,61); }
div.DivClassName
{
background-color: #41D63D;
}
.BgClassName
{
background-color: #41D63D;
}
</style>
border-color css
<style>
span { border-color: #41D63D; }
span { border-color: rgb(65,214,61); }
td.TdClassName
{
border-color: #41D63D;
}
.TagClassName
{
border-color: #41D63D;
}
</style>