Shades of Lime Green #37D640
Tints of Lime Green #37D640
RGB
CMYK
RGB Variations
Color information
#37D640 (or 0x37D640) is known color: Lime Green. HEX triplet: 37, D6 and 40. RGB value is (55,214,64). Sum of RGB (Red+Green+Blue) = 55+214+64=333 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.52% from 333); Green value is 214 (83.98% from 255 or 64.26% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 214 - color contains mainly: green. Hex color #37D640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37D640 is #C829BF. Grayscale: #959595. Windows color (decimal): -13117888 or 4249143. OLE color: 4249143.
HSL color Cylindrical-coordinate representation of color #37D640: hue angle of 123.4º 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 #37D640 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 214 | 64 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.16 |
| HSL | 123.4º | 0.66% | 0.53% | - |
| HSV(B) | 123.4º | 0.74% | 0.84% | - |
| XYZ | 26.55 | 49.28 | 12.96 | - |
| YUV | 149.36 | 79.82 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 214 | 64 | 0.74 | 0 | 0.70 | 0.16 | 123.4 | 0.66 | 0.53 |
| Hex | 37 | D6 | 40 | 4A | 0 | 46 | 10 | 7B | 42 | 35 |
| Octal | 67 | 326 | 100 | 112 | 0 | 106 | 20 | 173 | 102 | 65 |
| Binary | 110111 | 11010110 | 1000000 | 1001010 | 0 | 1000110 | 10000 | 1111011 | 1000010 | 110101 |
Color Harmonies of #37D640
Complementary color
Monochromatic Colors of #37D640
Black with #37D640
Text Example
Text Example
White with #37D640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D640; }
p { color: rgb(55,214,64); }
H1.HeaderClassName
{
color: #37D640;
}
.AnyTagClassName
{
color: #37D640;
}
</style>
background-color css
<style>
a { background-color: #37D640; }
a { background-color: rgb(55,214,64); }
div.DivClassName
{
background-color: #37D640;
}
.BgClassName
{
background-color: #37D640;
}
</style>
border-color css
<style>
span { border-color: #37D640; }
span { border-color: rgb(55,214,64); }
td.TdClassName
{
border-color: #37D640;
}
.TagClassName
{
border-color: #37D640;
}
</style>