Shades of Lime Green #37CB4D
Tints of Lime Green #37CB4D
RGB
CMYK
RGB Variations
Color information
#37CB4D (or 0x37CB4D) is known color: Lime Green. HEX triplet: 37, CB and 4D. RGB value is (55,203,77). Sum of RGB (Red+Green+Blue) = 55+203+77=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 203 (79.69% from 255 or 60.60% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 203 - color contains mainly: green. Hex color #37CB4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37CB4D is #C834B2. Grayscale: #909090. Windows color (decimal): -13120691 or 5098295. OLE color: 5098295.
HSL color Cylindrical-coordinate representation of color #37CB4D: hue angle of 128.92º 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 #37CB4D is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 203 | 77 | - |
| CMYK | 0.73 | 0 | 0.62 | 0.20 |
| HSL | 128.92º | 0.59% | 0.51% | - |
| HSV(B) | 128.92º | 0.73% | 0.8% | - |
| XYZ | 24.27 | 44.06 | 14.25 | - |
| YUV | 144.38 | 89.97 | 64.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 203 | 77 | 0.73 | 0 | 0.62 | 0.20 | 128.92 | 0.59 | 0.51 |
| Hex | 37 | CB | 4D | 49 | 0 | 3E | 14 | 81 | 3B | 33 |
| Octal | 67 | 313 | 115 | 111 | 0 | 76 | 24 | 201 | 73 | 63 |
| Binary | 110111 | 11001011 | 1001101 | 1001001 | 0 | 111110 | 10100 | 10000001 | 111011 | 110011 |
Color Harmonies of #37CB4D
Complementary color
Monochromatic Colors of #37CB4D
Black with #37CB4D
Text Example
Text Example
White with #37CB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CB4D; }
p { color: rgb(55,203,77); }
H1.HeaderClassName
{
color: #37CB4D;
}
.AnyTagClassName
{
color: #37CB4D;
}
</style>
background-color css
<style>
a { background-color: #37CB4D; }
a { background-color: rgb(55,203,77); }
div.DivClassName
{
background-color: #37CB4D;
}
.BgClassName
{
background-color: #37CB4D;
}
</style>
border-color css
<style>
span { border-color: #37CB4D; }
span { border-color: rgb(55,203,77); }
td.TdClassName
{
border-color: #37CB4D;
}
.TagClassName
{
border-color: #37CB4D;
}
</style>