Shades of Lime Green #37D653
Tints of Lime Green #37D653
RGB
CMYK
RGB Variations
Color information
#37D653 (or 0x37D653) is known color: Lime Green. HEX triplet: 37, D6 and 53. RGB value is (55,214,83). Sum of RGB (Red+Green+Blue) = 55+214+83=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 214 (83.98% from 255 or 60.80% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 214 - color contains mainly: green. Hex color #37D653 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37D653 is #C829AC. Grayscale: #979797. Windows color (decimal): -13117869 or 5494327. OLE color: 5494327.
HSL color Cylindrical-coordinate representation of color #37D653: hue angle of 130.57º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D653 is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 214 | 83 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.16 |
| HSL | 130.57º | 0.66% | 0.53% | - |
| HSV(B) | 130.57º | 0.74% | 0.84% | - |
| XYZ | 27.18 | 49.53 | 16.31 | - |
| YUV | 151.53 | 89.32 | 59.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 214 | 83 | 0.74 | 0 | 0.61 | 0.16 | 130.57 | 0.66 | 0.53 |
| Hex | 37 | D6 | 53 | 4A | 0 | 3D | 10 | 83 | 42 | 35 |
| Octal | 67 | 326 | 123 | 112 | 0 | 75 | 20 | 203 | 102 | 65 |
| Binary | 110111 | 11010110 | 1010011 | 1001010 | 0 | 111101 | 10000 | 10000011 | 1000010 | 110101 |
Color Harmonies of #37D653
Complementary color
Monochromatic Colors of #37D653
Black with #37D653
Text Example
Text Example
White with #37D653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D653; }
p { color: rgb(55,214,83); }
H1.HeaderClassName
{
color: #37D653;
}
.AnyTagClassName
{
color: #37D653;
}
</style>
background-color css
<style>
a { background-color: #37D653; }
a { background-color: rgb(55,214,83); }
div.DivClassName
{
background-color: #37D653;
}
.BgClassName
{
background-color: #37D653;
}
</style>
border-color css
<style>
span { border-color: #37D653; }
span { border-color: rgb(55,214,83); }
td.TdClassName
{
border-color: #37D653;
}
.TagClassName
{
border-color: #37D653;
}
</style>