Shades of Lime Green #37E750
Tints of Lime Green #37E750
RGB
CMYK
RGB Variations
Color information
#37E750 (or 0x37E750) is known color: Lime Green. HEX triplet: 37, E7 and 50. RGB value is (55,231,80). Sum of RGB (Red+Green+Blue) = 55+231+80=366 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.03% from 366); Green value is 231 (90.62% from 255 or 63.11% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 231 - color contains mainly: green. Hex color #37E750 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #37E750 is #C818AF. Grayscale: #A1A1A1. Windows color (decimal): -13113520 or 5302071. OLE color: 5302071.
HSL color Cylindrical-coordinate representation of color #37E750: hue angle of 128.52º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37E750 is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 55 | 231 | 80 | - |
| CMYK | 0.76 | 0 | 0.65 | 0.09 |
| HSL | 128.52º | 0.79% | 0.56% | - |
| HSV(B) | 128.52º | 0.76% | 0.91% | - |
| XYZ | 31.6 | 58.54 | 17.22 | - |
| YUV | 161.16 | 82.19 | 52.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 231 | 80 | 0.76 | 0 | 0.65 | 0.09 | 128.52 | 0.79 | 0.56 |
| Hex | 37 | E7 | 50 | 4C | 0 | 41 | 9 | 81 | 4F | 38 |
| Octal | 67 | 347 | 120 | 114 | 0 | 101 | 11 | 201 | 117 | 70 |
| Binary | 110111 | 11100111 | 1010000 | 1001100 | 0 | 1000001 | 1001 | 10000001 | 1001111 | 111000 |
Color Harmonies of #37E750
Complementary color
Monochromatic Colors of #37E750
Black with #37E750
Text Example
Text Example
White with #37E750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E750; }
p { color: rgb(55,231,80); }
H1.HeaderClassName
{
color: #37E750;
}
.AnyTagClassName
{
color: #37E750;
}
</style>
background-color css
<style>
a { background-color: #37E750; }
a { background-color: rgb(55,231,80); }
div.DivClassName
{
background-color: #37E750;
}
.BgClassName
{
background-color: #37E750;
}
</style>
border-color css
<style>
span { border-color: #37E750; }
span { border-color: rgb(55,231,80); }
td.TdClassName
{
border-color: #37E750;
}
.TagClassName
{
border-color: #37E750;
}
</style>