Shades of Lime Green #37E350
Tints of Lime Green #37E350
RGB
CMYK
RGB Variations
Color information
#37E350 (or 0x37E350) is known color: Lime Green. HEX triplet: 37, E3 and 50. RGB value is (55,227,80). Sum of RGB (Red+Green+Blue) = 55+227+80=362 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.19% from 362); Green value is 227 (89.06% from 255 or 62.71% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 227 - color contains mainly: green. Hex color #37E350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37E350 is #C81CAF. Grayscale: #9F9F9F. Windows color (decimal): -13114544 or 5301047. OLE color: 5301047.
HSL color Cylindrical-coordinate representation of color #37E350: hue angle of 128.72º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37E350 is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 227 | 80 | - |
| CMYK | 0.76 | 0 | 0.65 | 0.11 |
| HSL | 128.72º | 0.75% | 0.55% | - |
| HSV(B) | 128.72º | 0.76% | 0.89% | - |
| XYZ | 30.49 | 56.33 | 16.85 | - |
| YUV | 158.81 | 83.52 | 53.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 227 | 80 | 0.76 | 0 | 0.65 | 0.11 | 128.72 | 0.75 | 0.55 |
| Hex | 37 | E3 | 50 | 4C | 0 | 41 | B | 81 | 4B | 37 |
| Octal | 67 | 343 | 120 | 114 | 0 | 101 | 13 | 201 | 113 | 67 |
| Binary | 110111 | 11100011 | 1010000 | 1001100 | 0 | 1000001 | 1011 | 10000001 | 1001011 | 110111 |
Color Harmonies of #37E350
Complementary color
Monochromatic Colors of #37E350
Black with #37E350
Text Example
Text Example
White with #37E350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E350; }
p { color: rgb(55,227,80); }
H1.HeaderClassName
{
color: #37E350;
}
.AnyTagClassName
{
color: #37E350;
}
</style>
background-color css
<style>
a { background-color: #37E350; }
a { background-color: rgb(55,227,80); }
div.DivClassName
{
background-color: #37E350;
}
.BgClassName
{
background-color: #37E350;
}
</style>
border-color css
<style>
span { border-color: #37E350; }
span { border-color: rgb(55,227,80); }
td.TdClassName
{
border-color: #37E350;
}
.TagClassName
{
border-color: #37E350;
}
</style>