Shades of Lime Green #37F13F
Tints of Lime Green #37F13F
RGB
CMYK
RGB Variations
Color information
#37F13F (or 0x37F13F) is known color: Lime Green. HEX triplet: 37, F1 and 3F. RGB value is (55,241,63). Sum of RGB (Red+Green+Blue) = 55+241+63=359 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.32% from 359); Green value is 241 (94.53% from 255 or 67.13% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 241 - color contains mainly: green. Hex color #37F13F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F13F is #C80EC0. Grayscale: #A5A5A5. Windows color (decimal): -13110977 or 4190519. OLE color: 4190519.
HSL color Cylindrical-coordinate representation of color #37F13F: hue angle of 122.58º 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 #37F13F is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 241 | 63 | - |
| CMYK | 0.77 | 0 | 0.74 | 0.05 |
| HSL | 122.58º | 0.87% | 0.58% | - |
| HSV(B) | 122.58º | 0.77% | 0.95% | - |
| XYZ | 33.93 | 64.08 | 15.28 | - |
| YUV | 165.09 | 70.38 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 241 | 63 | 0.77 | 0 | 0.74 | 0.05 | 122.58 | 0.87 | 0.58 |
| Hex | 37 | F1 | 3F | 4D | 0 | 4A | 5 | 7B | 57 | 3A |
| Octal | 67 | 361 | 77 | 115 | 0 | 112 | 5 | 173 | 127 | 72 |
| Binary | 110111 | 11110001 | 111111 | 1001101 | 0 | 1001010 | 101 | 1111011 | 1010111 | 111010 |
Color Harmonies of #37F13F
Complementary color
Monochromatic Colors of #37F13F
Black with #37F13F
Text Example
Text Example
White with #37F13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F13F; }
p { color: rgb(55,241,63); }
H1.HeaderClassName
{
color: #37F13F;
}
.AnyTagClassName
{
color: #37F13F;
}
</style>
background-color css
<style>
a { background-color: #37F13F; }
a { background-color: rgb(55,241,63); }
div.DivClassName
{
background-color: #37F13F;
}
.BgClassName
{
background-color: #37F13F;
}
</style>
border-color css
<style>
span { border-color: #37F13F; }
span { border-color: rgb(55,241,63); }
td.TdClassName
{
border-color: #37F13F;
}
.TagClassName
{
border-color: #37F13F;
}
</style>