Shades of Lime Green #37D52E
Tints of Lime Green #37D52E
RGB
CMYK
RGB Variations
Color information
#37D52E (or 0x37D52E) is known color: Lime Green. HEX triplet: 37, D5 and 2E. RGB value is (55,213,46). Sum of RGB (Red+Green+Blue) = 55+213+46=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 213 (83.59% from 255 or 67.83% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 213 - color contains mainly: green. Hex color #37D52E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37D52E is #C82AD1. Grayscale: #939393. Windows color (decimal): -13118162 or 3069239. OLE color: 3069239.
HSL color Cylindrical-coordinate representation of color #37D52E: hue angle of 116.77º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37D52E is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 213 | 46 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.16 |
| HSL | 116.77º | 0.67% | 0.51% | - |
| HSV(B) | 116.77º | 0.78% | 0.84% | - |
| XYZ | 25.86 | 48.6 | 10.6 | - |
| YUV | 146.72 | 71.15 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 213 | 46 | 0.74 | 0 | 0.78 | 0.16 | 116.77 | 0.67 | 0.51 |
| Hex | 37 | D5 | 2E | 4A | 0 | 4E | 10 | 75 | 43 | 33 |
| Octal | 67 | 325 | 56 | 112 | 0 | 116 | 20 | 165 | 103 | 63 |
| Binary | 110111 | 11010101 | 101110 | 1001010 | 0 | 1001110 | 10000 | 1110101 | 1000011 | 110011 |
Color Harmonies of #37D52E
Complementary color
Monochromatic Colors of #37D52E
Black with #37D52E
Text Example
Text Example
White with #37D52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D52E; }
p { color: rgb(55,213,46); }
H1.HeaderClassName
{
color: #37D52E;
}
.AnyTagClassName
{
color: #37D52E;
}
</style>
background-color css
<style>
a { background-color: #37D52E; }
a { background-color: rgb(55,213,46); }
div.DivClassName
{
background-color: #37D52E;
}
.BgClassName
{
background-color: #37D52E;
}
</style>
border-color css
<style>
span { border-color: #37D52E; }
span { border-color: rgb(55,213,46); }
td.TdClassName
{
border-color: #37D52E;
}
.TagClassName
{
border-color: #37D52E;
}
</style>