Shades of Lime Green #37EC4B
Tints of Lime Green #37EC4B
RGB
CMYK
RGB Variations
Color information
#37EC4B (or 0x37EC4B) is known color: Lime Green. HEX triplet: 37, EC and 4B. RGB value is (55,236,75). Sum of RGB (Red+Green+Blue) = 55+236+75=366 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.03% from 366); Green value is 236 (92.58% from 255 or 64.48% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 236 - color contains mainly: green. Hex color #37EC4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37EC4B is #C813B4. Grayscale: #A3A3A3. Windows color (decimal): -13112245 or 4975671. OLE color: 4975671.
HSL color Cylindrical-coordinate representation of color #37EC4B: hue angle of 126.63º 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 #37EC4B is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 236 | 75 | - |
| CMYK | 0.77 | 0 | 0.68 | 0.07 |
| HSL | 126.63º | 0.83% | 0.57% | - |
| HSV(B) | 126.63º | 0.77% | 0.93% | - |
| XYZ | 32.84 | 61.31 | 16.76 | - |
| YUV | 163.53 | 78.03 | 50.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 236 | 75 | 0.77 | 0 | 0.68 | 0.07 | 126.63 | 0.83 | 0.57 |
| Hex | 37 | EC | 4B | 4D | 0 | 44 | 7 | 7F | 53 | 39 |
| Octal | 67 | 354 | 113 | 115 | 0 | 104 | 7 | 177 | 123 | 71 |
| Binary | 110111 | 11101100 | 1001011 | 1001101 | 0 | 1000100 | 111 | 1111111 | 1010011 | 111001 |
Color Harmonies of #37EC4B
Complementary color
Monochromatic Colors of #37EC4B
Black with #37EC4B
Text Example
Text Example
White with #37EC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EC4B; }
p { color: rgb(55,236,75); }
H1.HeaderClassName
{
color: #37EC4B;
}
.AnyTagClassName
{
color: #37EC4B;
}
</style>
background-color css
<style>
a { background-color: #37EC4B; }
a { background-color: rgb(55,236,75); }
div.DivClassName
{
background-color: #37EC4B;
}
.BgClassName
{
background-color: #37EC4B;
}
</style>
border-color css
<style>
span { border-color: #37EC4B; }
span { border-color: rgb(55,236,75); }
td.TdClassName
{
border-color: #37EC4B;
}
.TagClassName
{
border-color: #37EC4B;
}
</style>