Shades of Lime Green #37CC4D
Tints of Lime Green #37CC4D
RGB
CMYK
RGB Variations
Color information
#37CC4D (or 0x37CC4D) is known color: Lime Green. HEX triplet: 37, CC and 4D. RGB value is (55,204,77). Sum of RGB (Red+Green+Blue) = 55+204+77=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 204 (80.08% from 255 or 60.71% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 204 - color contains mainly: green. Hex color #37CC4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37CC4D is #C833B2. Grayscale: #919191. Windows color (decimal): -13120435 or 5098551. OLE color: 5098551.
HSL color Cylindrical-coordinate representation of color #37CC4D: hue angle of 128.86º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CC4D is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 204 | 77 | - |
| CMYK | 0.73 | 0 | 0.62 | 0.2 |
| HSL | 128.86º | 0.59% | 0.51% | - |
| HSV(B) | 128.86º | 0.73% | 0.8% | - |
| XYZ | 24.51 | 44.53 | 14.33 | - |
| YUV | 144.97 | 89.64 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 204 | 77 | 0.73 | 0 | 0.62 | 0.2 | 128.86 | 0.59 | 0.51 |
| Hex | 37 | CC | 4D | 49 | 0 | 3E | 14 | 81 | 3B | 33 |
| Octal | 67 | 314 | 115 | 111 | 0 | 76 | 24 | 201 | 73 | 63 |
| Binary | 110111 | 11001100 | 1001101 | 1001001 | 0 | 111110 | 10100 | 10000001 | 111011 | 110011 |
Color Harmonies of #37CC4D
Complementary color
Monochromatic Colors of #37CC4D
Black with #37CC4D
Text Example
Text Example
White with #37CC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CC4D; }
p { color: rgb(55,204,77); }
H1.HeaderClassName
{
color: #37CC4D;
}
.AnyTagClassName
{
color: #37CC4D;
}
</style>
background-color css
<style>
a { background-color: #37CC4D; }
a { background-color: rgb(55,204,77); }
div.DivClassName
{
background-color: #37CC4D;
}
.BgClassName
{
background-color: #37CC4D;
}
</style>
border-color css
<style>
span { border-color: #37CC4D; }
span { border-color: rgb(55,204,77); }
td.TdClassName
{
border-color: #37CC4D;
}
.TagClassName
{
border-color: #37CC4D;
}
</style>