Shades of Lime Green #41E34D
Tints of Lime Green #41E34D
RGB
CMYK
RGB Variations
Color information
#41E34D (or 0x41E34D) is known color: Lime Green. HEX triplet: 41, E3 and 4D. RGB value is (65,227,77). Sum of RGB (Red+Green+Blue) = 65+227+77=369 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.62% from 369); Green value is 227 (89.06% from 255 or 61.52% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 227 - color contains mainly: green. Hex color #41E34D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41E34D is #BE1CB2. Grayscale: #A1A1A1. Windows color (decimal): -12459187 or 5104449. OLE color: 5104449.
HSL color Cylindrical-coordinate representation of color #41E34D: hue angle of 124.44º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41E34D is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 65 | 227 | 77 | - |
| CMYK | 0.71 | 0 | 0.66 | 0.11 |
| HSL | 124.44º | 0.74% | 0.57% | - |
| HSV(B) | 124.44º | 0.71% | 0.89% | - |
| XYZ | 30.99 | 56.6 | 16.31 | - |
| YUV | 161.46 | 80.33 | 59.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 227 | 77 | 0.71 | 0 | 0.66 | 0.11 | 124.44 | 0.74 | 0.57 |
| Hex | 41 | E3 | 4D | 47 | 0 | 42 | B | 7C | 4A | 39 |
| Octal | 101 | 343 | 115 | 107 | 0 | 102 | 13 | 174 | 112 | 71 |
| Binary | 1000001 | 11100011 | 1001101 | 1000111 | 0 | 1000010 | 1011 | 1111100 | 1001010 | 111001 |
Color Harmonies of #41E34D
Complementary color
Monochromatic Colors of #41E34D
Black with #41E34D
Text Example
Text Example
White with #41E34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E34D; }
p { color: rgb(65,227,77); }
H1.HeaderClassName
{
color: #41E34D;
}
.AnyTagClassName
{
color: #41E34D;
}
</style>
background-color css
<style>
a { background-color: #41E34D; }
a { background-color: rgb(65,227,77); }
div.DivClassName
{
background-color: #41E34D;
}
.BgClassName
{
background-color: #41E34D;
}
</style>
border-color css
<style>
span { border-color: #41E34D; }
span { border-color: rgb(65,227,77); }
td.TdClassName
{
border-color: #41E34D;
}
.TagClassName
{
border-color: #41E34D;
}
</style>