Shades of Lime Green #37D536
Tints of Lime Green #37D536
RGB
CMYK
RGB Variations
Color information
#37D536 (or 0x37D536) is known color: Lime Green. HEX triplet: 37, D5 and 36. RGB value is (55,213,54). Sum of RGB (Red+Green+Blue) = 55+213+54=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 213 (83.59% from 255 or 66.15% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 213 - color contains mainly: green. Hex color #37D536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37D536 is #C82AC9. Grayscale: #949494. Windows color (decimal): -13118154 or 3593527. OLE color: 3593527.
HSL color Cylindrical-coordinate representation of color #37D536: hue angle of 119.62º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37D536 is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 213 | 54 | - |
| CMYK | 0.74 | 0 | 0.75 | 0.16 |
| HSL | 119.62º | 0.65% | 0.52% | - |
| HSV(B) | 119.62º | 0.75% | 0.84% | - |
| XYZ | 26.04 | 48.67 | 11.51 | - |
| YUV | 147.63 | 75.15 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 213 | 54 | 0.74 | 0 | 0.75 | 0.16 | 119.62 | 0.65 | 0.52 |
| Hex | 37 | D5 | 36 | 4A | 0 | 4B | 10 | 78 | 41 | 34 |
| Octal | 67 | 325 | 66 | 112 | 0 | 113 | 20 | 170 | 101 | 64 |
| Binary | 110111 | 11010101 | 110110 | 1001010 | 0 | 1001011 | 10000 | 1111000 | 1000001 | 110100 |
Color Harmonies of #37D536
Complementary color
Monochromatic Colors of #37D536
Black with #37D536
Text Example
Text Example
White with #37D536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D536; }
p { color: rgb(55,213,54); }
H1.HeaderClassName
{
color: #37D536;
}
.AnyTagClassName
{
color: #37D536;
}
</style>
background-color css
<style>
a { background-color: #37D536; }
a { background-color: rgb(55,213,54); }
div.DivClassName
{
background-color: #37D536;
}
.BgClassName
{
background-color: #37D536;
}
</style>
border-color css
<style>
span { border-color: #37D536; }
span { border-color: rgb(55,213,54); }
td.TdClassName
{
border-color: #37D536;
}
.TagClassName
{
border-color: #37D536;
}
</style>