Shades of Lime Green #37F137
Tints of Lime Green #37F137
RGB
CMYK
RGB Variations
Color information
#37F137 (or 0x37F137) is known color: Lime Green. HEX triplet: 37, F1 and 37. RGB value is (55,241,55). Sum of RGB (Red+Green+Blue) = 55+241+55=351 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.67% from 351); Green value is 241 (94.53% from 255 or 68.66% from 351); Blue value is 55 (21.88% from 255 or 15.67% from 351); Max value from RGB is 241 - color contains mainly: green. Hex color #37F137 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F137 is #C80EC8. Grayscale: #A4A4A4. Windows color (decimal): -13110985 or 3666231. OLE color: 3666231.
HSL color Cylindrical-coordinate representation of color #37F137: hue angle of 120º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F137 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 241 | 55 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.05 |
| HSL | 120º | 0.87% | 0.58% | - |
| HSV(B) | 120º | 0.77% | 0.95% | - |
| XYZ | 33.72 | 64 | 14.19 | - |
| YUV | 164.18 | 66.38 | 50.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 241 | 55 | 0.77 | 0 | 0.77 | 0.05 | 120 | 0.87 | 0.58 |
| Hex | 37 | F1 | 37 | 4D | 0 | 4D | 5 | 78 | 57 | 3A |
| Octal | 67 | 361 | 67 | 115 | 0 | 115 | 5 | 170 | 127 | 72 |
| Binary | 110111 | 11110001 | 110111 | 1001101 | 0 | 1001101 | 101 | 1111000 | 1010111 | 111010 |
Color Harmonies of #37F137
Complementary color
Monochromatic Colors of #37F137
Black with #37F137
Text Example
Text Example
White with #37F137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F137; }
p { color: rgb(55,241,55); }
H1.HeaderClassName
{
color: #37F137;
}
.AnyTagClassName
{
color: #37F137;
}
</style>
background-color css
<style>
a { background-color: #37F137; }
a { background-color: rgb(55,241,55); }
div.DivClassName
{
background-color: #37F137;
}
.BgClassName
{
background-color: #37F137;
}
</style>
border-color css
<style>
span { border-color: #37F137; }
span { border-color: rgb(55,241,55); }
td.TdClassName
{
border-color: #37F137;
}
.TagClassName
{
border-color: #37F137;
}
</style>