Shades of Lime Green #37C946
Tints of Lime Green #37C946
RGB
CMYK
RGB Variations
Color information
#37C946 (or 0x37C946) is known color: Lime Green. HEX triplet: 37, C9 and 46. RGB value is (55,201,70). Sum of RGB (Red+Green+Blue) = 55+201+70=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 201 (78.91% from 255 or 61.66% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 201 - color contains mainly: green. Hex color #37C946 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C946 is #C836B9. Grayscale: #8E8E8E. Windows color (decimal): -13121210 or 4639031. OLE color: 4639031.
HSL color Cylindrical-coordinate representation of color #37C946: hue angle of 126.16º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37C946 is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 55 | 201 | 70 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.21 |
| HSL | 126.16º | 0.57% | 0.5% | - |
| HSV(B) | 126.16º | 0.73% | 0.79% | - |
| XYZ | 23.57 | 43.03 | 12.86 | - |
| YUV | 142.41 | 87.13 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 201 | 70 | 0.73 | 0 | 0.65 | 0.21 | 126.16 | 0.57 | 0.5 |
| Hex | 37 | C9 | 46 | 49 | 0 | 41 | 15 | 7E | 39 | 32 |
| Octal | 67 | 311 | 106 | 111 | 0 | 101 | 25 | 176 | 71 | 62 |
| Binary | 110111 | 11001001 | 1000110 | 1001001 | 0 | 1000001 | 10101 | 1111110 | 111001 | 110010 |
Color Harmonies of #37C946
Complementary color
Monochromatic Colors of #37C946
Black with #37C946
Text Example
Text Example
White with #37C946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C946; }
p { color: rgb(55,201,70); }
H1.HeaderClassName
{
color: #37C946;
}
.AnyTagClassName
{
color: #37C946;
}
</style>
background-color css
<style>
a { background-color: #37C946; }
a { background-color: rgb(55,201,70); }
div.DivClassName
{
background-color: #37C946;
}
.BgClassName
{
background-color: #37C946;
}
</style>
border-color css
<style>
span { border-color: #37C946; }
span { border-color: rgb(55,201,70); }
td.TdClassName
{
border-color: #37C946;
}
.TagClassName
{
border-color: #37C946;
}
</style>