Shades of Lime Green #41E63D
Tints of Lime Green #41E63D
RGB
CMYK
RGB Variations
Color information
#41E63D (or 0x41E63D) is known color: Lime Green. HEX triplet: 41, E6 and 3D. RGB value is (65,230,61). Sum of RGB (Red+Green+Blue) = 65+230+61=356 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.26% from 356); Green value is 230 (90.23% from 255 or 64.61% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 230 - color contains mainly: green. Hex color #41E63D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41E63D is #BE19C2. Grayscale: #A1A1A1. Windows color (decimal): -12458435 or 4056641. OLE color: 4056641.
HSL color Cylindrical-coordinate representation of color #41E63D: hue angle of 118.58º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41E63D is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 65 | 230 | 61 | - |
| CMYK | 0.72 | 0 | 0.73 | 0.10 |
| HSL | 118.58º | 0.77% | 0.57% | - |
| HSV(B) | 118.58º | 0.73% | 0.9% | - |
| XYZ | 31.32 | 58.05 | 13.97 | - |
| YUV | 161.4 | 71.34 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 230 | 61 | 0.72 | 0 | 0.73 | 0.10 | 118.58 | 0.77 | 0.57 |
| Hex | 41 | E6 | 3D | 48 | 0 | 49 | A | 77 | 4D | 39 |
| Octal | 101 | 346 | 75 | 110 | 0 | 111 | 12 | 167 | 115 | 71 |
| Binary | 1000001 | 11100110 | 111101 | 1001000 | 0 | 1001001 | 1010 | 1110111 | 1001101 | 111001 |
Color Harmonies of #41E63D
Complementary color
Monochromatic Colors of #41E63D
Black with #41E63D
Text Example
Text Example
White with #41E63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E63D; }
p { color: rgb(65,230,61); }
H1.HeaderClassName
{
color: #41E63D;
}
.AnyTagClassName
{
color: #41E63D;
}
</style>
background-color css
<style>
a { background-color: #41E63D; }
a { background-color: rgb(65,230,61); }
div.DivClassName
{
background-color: #41E63D;
}
.BgClassName
{
background-color: #41E63D;
}
</style>
border-color css
<style>
span { border-color: #41E63D; }
span { border-color: rgb(65,230,61); }
td.TdClassName
{
border-color: #41E63D;
}
.TagClassName
{
border-color: #41E63D;
}
</style>