Shades of Lime Green #37C941
Tints of Lime Green #37C941
RGB
CMYK
RGB Variations
Color information
#37C941 (or 0x37C941) is known color: Lime Green. HEX triplet: 37, C9 and 41. RGB value is (55,201,65). Sum of RGB (Red+Green+Blue) = 55+201+65=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 201 (78.91% from 255 or 62.62% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 201 - color contains mainly: green. Hex color #37C941 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C941 is #C836BE. Grayscale: #8E8E8E. Windows color (decimal): -13121215 or 4311351. OLE color: 4311351.
HSL color Cylindrical-coordinate representation of color #37C941: hue angle of 124.11º 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 #37C941 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 55 | 201 | 65 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.21 |
| HSL | 124.11º | 0.57% | 0.5% | - |
| HSV(B) | 124.11º | 0.73% | 0.79% | - |
| XYZ | 23.42 | 42.97 | 12.06 | - |
| YUV | 141.84 | 84.63 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 201 | 65 | 0.73 | 0 | 0.68 | 0.21 | 124.11 | 0.57 | 0.5 |
| Hex | 37 | C9 | 41 | 49 | 0 | 44 | 15 | 7C | 39 | 32 |
| Octal | 67 | 311 | 101 | 111 | 0 | 104 | 25 | 174 | 71 | 62 |
| Binary | 110111 | 11001001 | 1000001 | 1001001 | 0 | 1000100 | 10101 | 1111100 | 111001 | 110010 |
Color Harmonies of #37C941
Complementary color
Monochromatic Colors of #37C941
Black with #37C941
Text Example
Text Example
White with #37C941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C941; }
p { color: rgb(55,201,65); }
H1.HeaderClassName
{
color: #37C941;
}
.AnyTagClassName
{
color: #37C941;
}
</style>
background-color css
<style>
a { background-color: #37C941; }
a { background-color: rgb(55,201,65); }
div.DivClassName
{
background-color: #37C941;
}
.BgClassName
{
background-color: #37C941;
}
</style>
border-color css
<style>
span { border-color: #37C941; }
span { border-color: rgb(55,201,65); }
td.TdClassName
{
border-color: #37C941;
}
.TagClassName
{
border-color: #37C941;
}
</style>