Shades of Lime Green #37C04F
Tints of Lime Green #37C04F
RGB
CMYK
RGB Variations
Color information
#37C04F (or 0x37C04F) is known color: Lime Green. HEX triplet: 37, C0 and 4F. RGB value is (55,192,79). Sum of RGB (Red+Green+Blue) = 55+192+79=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 192 (75.39% from 255 or 58.90% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 192 - color contains mainly: green. Hex color #37C04F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37C04F is #C83FB0. Grayscale: #8A8A8A. Windows color (decimal): -13123505 or 5226551. OLE color: 5226551.
HSL color Cylindrical-coordinate representation of color #37C04F: hue angle of 130.51º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37C04F is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 192 | 79 | - |
| CMYK | 0.71 | 0 | 0.59 | 0.25 |
| HSL | 130.51º | 0.55% | 0.48% | - |
| HSV(B) | 130.51º | 0.71% | 0.75% | - |
| XYZ | 21.84 | 39.08 | 13.79 | - |
| YUV | 138.16 | 94.61 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 192 | 79 | 0.71 | 0 | 0.59 | 0.25 | 130.51 | 0.55 | 0.48 |
| Hex | 37 | C0 | 4F | 47 | 0 | 3B | 19 | 83 | 37 | 30 |
| Octal | 67 | 300 | 117 | 107 | 0 | 73 | 31 | 203 | 67 | 60 |
| Binary | 110111 | 11000000 | 1001111 | 1000111 | 0 | 111011 | 11001 | 10000011 | 110111 | 110000 |
Color Harmonies of #37C04F
Complementary color
Monochromatic Colors of #37C04F
Black with #37C04F
Text Example
Text Example
White with #37C04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C04F; }
p { color: rgb(55,192,79); }
H1.HeaderClassName
{
color: #37C04F;
}
.AnyTagClassName
{
color: #37C04F;
}
</style>
background-color css
<style>
a { background-color: #37C04F; }
a { background-color: rgb(55,192,79); }
div.DivClassName
{
background-color: #37C04F;
}
.BgClassName
{
background-color: #37C04F;
}
</style>
border-color css
<style>
span { border-color: #37C04F; }
span { border-color: rgb(55,192,79); }
td.TdClassName
{
border-color: #37C04F;
}
.TagClassName
{
border-color: #37C04F;
}
</style>