Shades of Lime Green #41EC37
Tints of Lime Green #41EC37
RGB
CMYK
RGB Variations
Color information
#41EC37 (or 0x41EC37) is known color: Lime Green. HEX triplet: 41, EC and 37. RGB value is (65,236,55). Sum of RGB (Red+Green+Blue) = 65+236+55=356 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.26% from 356); Green value is 236 (92.58% from 255 or 66.29% from 356); Blue value is 55 (21.88% from 255 or 15.45% from 356); Max value from RGB is 236 - color contains mainly: green. Hex color #41EC37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41EC37 is #BE13C8. Grayscale: #A4A4A4. Windows color (decimal): -12456905 or 3664961. OLE color: 3664961.
HSL color Cylindrical-coordinate representation of color #41EC37: hue angle of 116.69º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41EC37 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 236 | 55 | - |
| CMYK | 0.72 | 0 | 0.77 | 0.07 |
| HSL | 116.69º | 0.83% | 0.57% | - |
| HSV(B) | 116.69º | 0.77% | 0.93% | - |
| XYZ | 32.87 | 61.39 | 13.73 | - |
| YUV | 164.24 | 66.35 | 57.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 236 | 55 | 0.72 | 0 | 0.77 | 0.07 | 116.69 | 0.83 | 0.57 |
| Hex | 41 | EC | 37 | 48 | 0 | 4D | 7 | 75 | 53 | 39 |
| Octal | 101 | 354 | 67 | 110 | 0 | 115 | 7 | 165 | 123 | 71 |
| Binary | 1000001 | 11101100 | 110111 | 1001000 | 0 | 1001101 | 111 | 1110101 | 1010011 | 111001 |
Color Harmonies of #41EC37
Complementary color
Monochromatic Colors of #41EC37
Black with #41EC37
Text Example
Text Example
White with #41EC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41EC37; }
p { color: rgb(65,236,55); }
H1.HeaderClassName
{
color: #41EC37;
}
.AnyTagClassName
{
color: #41EC37;
}
</style>
background-color css
<style>
a { background-color: #41EC37; }
a { background-color: rgb(65,236,55); }
div.DivClassName
{
background-color: #41EC37;
}
.BgClassName
{
background-color: #41EC37;
}
</style>
border-color css
<style>
span { border-color: #41EC37; }
span { border-color: rgb(65,236,55); }
td.TdClassName
{
border-color: #41EC37;
}
.TagClassName
{
border-color: #41EC37;
}
</style>