Shades of Lime Green #41D63B
Tints of Lime Green #41D63B
RGB
CMYK
RGB Variations
Color information
#41D63B (or 0x41D63B) is known color: Lime Green. HEX triplet: 41, D6 and 3B. RGB value is (65,214,59). Sum of RGB (Red+Green+Blue) = 65+214+59=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 214 (83.98% from 255 or 63.31% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 214 - color contains mainly: green. Hex color #41D63B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D63B is #BE29C4. Grayscale: #989898. Windows color (decimal): -12462533 or 3921473. OLE color: 3921473.
HSL color Cylindrical-coordinate representation of color #41D63B: hue angle of 117.68º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41D63B is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 214 | 59 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.16 |
| HSL | 117.68º | 0.65% | 0.54% | - |
| HSV(B) | 117.68º | 0.72% | 0.84% | - |
| XYZ | 27.02 | 49.53 | 12.27 | - |
| YUV | 151.78 | 75.64 | 66.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 214 | 59 | 0.70 | 0 | 0.72 | 0.16 | 117.68 | 0.65 | 0.54 |
| Hex | 41 | D6 | 3B | 46 | 0 | 48 | 10 | 76 | 41 | 36 |
| Octal | 101 | 326 | 73 | 106 | 0 | 110 | 20 | 166 | 101 | 66 |
| Binary | 1000001 | 11010110 | 111011 | 1000110 | 0 | 1001000 | 10000 | 1110110 | 1000001 | 110110 |
Color Harmonies of #41D63B
Complementary color
Monochromatic Colors of #41D63B
Black with #41D63B
Text Example
Text Example
White with #41D63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D63B; }
p { color: rgb(65,214,59); }
H1.HeaderClassName
{
color: #41D63B;
}
.AnyTagClassName
{
color: #41D63B;
}
</style>
background-color css
<style>
a { background-color: #41D63B; }
a { background-color: rgb(65,214,59); }
div.DivClassName
{
background-color: #41D63B;
}
.BgClassName
{
background-color: #41D63B;
}
</style>
border-color css
<style>
span { border-color: #41D63B; }
span { border-color: rgb(65,214,59); }
td.TdClassName
{
border-color: #41D63B;
}
.TagClassName
{
border-color: #41D63B;
}
</style>