Shades of Lime Green #37C440
Tints of Lime Green #37C440
RGB
CMYK
RGB Variations
Color information
#37C440 (or 0x37C440) is known color: Lime Green. HEX triplet: 37, C4 and 40. RGB value is (55,196,64). Sum of RGB (Red+Green+Blue) = 55+196+64=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 196 (76.95% from 255 or 62.22% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 196 - color contains mainly: green. Hex color #37C440 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C440 is #C83BBF. Grayscale: #8B8B8B. Windows color (decimal): -13122496 or 4244535. OLE color: 4244535.
HSL color Cylindrical-coordinate representation of color #37C440: hue angle of 123.83º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37C440 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 55 | 196 | 64 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.23 |
| HSL | 123.83º | 0.56% | 0.49% | - |
| HSV(B) | 123.83º | 0.72% | 0.77% | - |
| XYZ | 22.24 | 40.66 | 11.53 | - |
| YUV | 138.79 | 85.79 | 68.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 196 | 64 | 0.72 | 0 | 0.67 | 0.23 | 123.83 | 0.56 | 0.49 |
| Hex | 37 | C4 | 40 | 48 | 0 | 43 | 17 | 7C | 38 | 31 |
| Octal | 67 | 304 | 100 | 110 | 0 | 103 | 27 | 174 | 70 | 61 |
| Binary | 110111 | 11000100 | 1000000 | 1001000 | 0 | 1000011 | 10111 | 1111100 | 111000 | 110001 |
Color Harmonies of #37C440
Complementary color
Monochromatic Colors of #37C440
Black with #37C440
Text Example
Text Example
White with #37C440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C440; }
p { color: rgb(55,196,64); }
H1.HeaderClassName
{
color: #37C440;
}
.AnyTagClassName
{
color: #37C440;
}
</style>
background-color css
<style>
a { background-color: #37C440; }
a { background-color: rgb(55,196,64); }
div.DivClassName
{
background-color: #37C440;
}
.BgClassName
{
background-color: #37C440;
}
</style>
border-color css
<style>
span { border-color: #37C440; }
span { border-color: rgb(55,196,64); }
td.TdClassName
{
border-color: #37C440;
}
.TagClassName
{
border-color: #37C440;
}
</style>