Shades of Lime Green #37EC41
Tints of Lime Green #37EC41
RGB
CMYK
RGB Variations
Color information
#37EC41 (or 0x37EC41) is known color: Lime Green. HEX triplet: 37, EC and 41. RGB value is (55,236,65). Sum of RGB (Red+Green+Blue) = 55+236+65=356 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.45% from 356); Green value is 236 (92.58% from 255 or 66.29% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 236 - color contains mainly: green. Hex color #37EC41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37EC41 is #C813BE. Grayscale: #A2A2A2. Windows color (decimal): -13112255 or 4320311. OLE color: 4320311.
HSL color Cylindrical-coordinate representation of color #37EC41: hue angle of 123.31º 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 #37EC41 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 236 | 65 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.07 |
| HSL | 123.31º | 0.83% | 0.57% | - |
| HSV(B) | 123.31º | 0.77% | 0.93% | - |
| XYZ | 32.53 | 61.18 | 15.1 | - |
| YUV | 162.39 | 73.03 | 51.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 236 | 65 | 0.77 | 0 | 0.72 | 0.07 | 123.31 | 0.83 | 0.57 |
| Hex | 37 | EC | 41 | 4D | 0 | 48 | 7 | 7B | 53 | 39 |
| Octal | 67 | 354 | 101 | 115 | 0 | 110 | 7 | 173 | 123 | 71 |
| Binary | 110111 | 11101100 | 1000001 | 1001101 | 0 | 1001000 | 111 | 1111011 | 1010011 | 111001 |
Color Harmonies of #37EC41
Complementary color
Monochromatic Colors of #37EC41
Black with #37EC41
Text Example
Text Example
White with #37EC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EC41; }
p { color: rgb(55,236,65); }
H1.HeaderClassName
{
color: #37EC41;
}
.AnyTagClassName
{
color: #37EC41;
}
</style>
background-color css
<style>
a { background-color: #37EC41; }
a { background-color: rgb(55,236,65); }
div.DivClassName
{
background-color: #37EC41;
}
.BgClassName
{
background-color: #37EC41;
}
</style>
border-color css
<style>
span { border-color: #37EC41; }
span { border-color: rgb(55,236,65); }
td.TdClassName
{
border-color: #37EC41;
}
.TagClassName
{
border-color: #37EC41;
}
</style>