Shades of Lime Green #37D655
Tints of Lime Green #37D655
RGB
CMYK
RGB Variations
Color information
#37D655 (or 0x37D655) is known color: Lime Green. HEX triplet: 37, D6 and 55. RGB value is (55,214,85). Sum of RGB (Red+Green+Blue) = 55+214+85=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 214 (83.98% from 255 or 60.45% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 214 - color contains mainly: green. Hex color #37D655 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37D655 is #C829AA. Grayscale: #989898. Windows color (decimal): -13117867 or 5625399. OLE color: 5625399.
HSL color Cylindrical-coordinate representation of color #37D655: hue angle of 131.32º 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 #37D655 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 214 | 85 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.16 |
| HSL | 131.32º | 0.66% | 0.53% | - |
| HSV(B) | 131.32º | 0.74% | 0.84% | - |
| XYZ | 27.26 | 49.56 | 16.72 | - |
| YUV | 151.75 | 90.32 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 214 | 85 | 0.74 | 0 | 0.60 | 0.16 | 131.32 | 0.66 | 0.53 |
| Hex | 37 | D6 | 55 | 4A | 0 | 3C | 10 | 83 | 42 | 35 |
| Octal | 67 | 326 | 125 | 112 | 0 | 74 | 20 | 203 | 102 | 65 |
| Binary | 110111 | 11010110 | 1010101 | 1001010 | 0 | 111100 | 10000 | 10000011 | 1000010 | 110101 |
Color Harmonies of #37D655
Complementary color
Monochromatic Colors of #37D655
Black with #37D655
Text Example
Text Example
White with #37D655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D655; }
p { color: rgb(55,214,85); }
H1.HeaderClassName
{
color: #37D655;
}
.AnyTagClassName
{
color: #37D655;
}
</style>
background-color css
<style>
a { background-color: #37D655; }
a { background-color: rgb(55,214,85); }
div.DivClassName
{
background-color: #37D655;
}
.BgClassName
{
background-color: #37D655;
}
</style>
border-color css
<style>
span { border-color: #37D655; }
span { border-color: rgb(55,214,85); }
td.TdClassName
{
border-color: #37D655;
}
.TagClassName
{
border-color: #37D655;
}
</style>