Shades of Lime Green #37D641
Tints of Lime Green #37D641
RGB
CMYK
RGB Variations
Color information
#37D641 (or 0x37D641) is known color: Lime Green. HEX triplet: 37, D6 and 41. RGB value is (55,214,65). Sum of RGB (Red+Green+Blue) = 55+214+65=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 214 (83.98% from 255 or 64.07% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 214 - color contains mainly: green. Hex color #37D641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37D641 is #C829BE. Grayscale: #959595. Windows color (decimal): -13117887 or 4314679. OLE color: 4314679.
HSL color Cylindrical-coordinate representation of color #37D641: hue angle of 123.77º 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 #37D641 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 214 | 65 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.16 |
| HSL | 123.77º | 0.66% | 0.53% | - |
| HSV(B) | 123.77º | 0.74% | 0.84% | - |
| XYZ | 26.58 | 49.29 | 13.11 | - |
| YUV | 149.47 | 80.32 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 214 | 65 | 0.74 | 0 | 0.70 | 0.16 | 123.77 | 0.66 | 0.53 |
| Hex | 37 | D6 | 41 | 4A | 0 | 46 | 10 | 7C | 42 | 35 |
| Octal | 67 | 326 | 101 | 112 | 0 | 106 | 20 | 174 | 102 | 65 |
| Binary | 110111 | 11010110 | 1000001 | 1001010 | 0 | 1000110 | 10000 | 1111100 | 1000010 | 110101 |
Color Harmonies of #37D641
Complementary color
Monochromatic Colors of #37D641
Black with #37D641
Text Example
Text Example
White with #37D641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D641; }
p { color: rgb(55,214,65); }
H1.HeaderClassName
{
color: #37D641;
}
.AnyTagClassName
{
color: #37D641;
}
</style>
background-color css
<style>
a { background-color: #37D641; }
a { background-color: rgb(55,214,65); }
div.DivClassName
{
background-color: #37D641;
}
.BgClassName
{
background-color: #37D641;
}
</style>
border-color css
<style>
span { border-color: #37D641; }
span { border-color: rgb(55,214,65); }
td.TdClassName
{
border-color: #37D641;
}
.TagClassName
{
border-color: #37D641;
}
</style>