Shades of Lime Green #37CE50
Tints of Lime Green #37CE50
RGB
CMYK
RGB Variations
Color information
#37CE50 (or 0x37CE50) is known color: Lime Green. HEX triplet: 37, CE and 50. RGB value is (55,206,80). Sum of RGB (Red+Green+Blue) = 55+206+80=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 206 (80.86% from 255 or 60.41% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 206 - color contains mainly: green. Hex color #37CE50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37CE50 is #C831AF. Grayscale: #929292. Windows color (decimal): -13119920 or 5295671. OLE color: 5295671.
HSL color Cylindrical-coordinate representation of color #37CE50: hue angle of 129.93º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CE50 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 206 | 80 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.19 |
| HSL | 129.93º | 0.61% | 0.51% | - |
| HSV(B) | 129.93º | 0.73% | 0.81% | - |
| XYZ | 25.09 | 45.53 | 15.06 | - |
| YUV | 146.49 | 90.47 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 206 | 80 | 0.73 | 0 | 0.61 | 0.19 | 129.93 | 0.61 | 0.51 |
| Hex | 37 | CE | 50 | 49 | 0 | 3D | 13 | 82 | 3D | 33 |
| Octal | 67 | 316 | 120 | 111 | 0 | 75 | 23 | 202 | 75 | 63 |
| Binary | 110111 | 11001110 | 1010000 | 1001001 | 0 | 111101 | 10011 | 10000010 | 111101 | 110011 |
Color Harmonies of #37CE50
Complementary color
Monochromatic Colors of #37CE50
Black with #37CE50
Text Example
Text Example
White with #37CE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CE50; }
p { color: rgb(55,206,80); }
H1.HeaderClassName
{
color: #37CE50;
}
.AnyTagClassName
{
color: #37CE50;
}
</style>
background-color css
<style>
a { background-color: #37CE50; }
a { background-color: rgb(55,206,80); }
div.DivClassName
{
background-color: #37CE50;
}
.BgClassName
{
background-color: #37CE50;
}
</style>
border-color css
<style>
span { border-color: #37CE50; }
span { border-color: rgb(55,206,80); }
td.TdClassName
{
border-color: #37CE50;
}
.TagClassName
{
border-color: #37CE50;
}
</style>