Shades of Lime Green #37F450
Tints of Lime Green #37F450
RGB
CMYK
RGB Variations
Color information
#37F450 (or 0x37F450) is known color: Lime Green. HEX triplet: 37, F4 and 50. RGB value is (55,244,80). Sum of RGB (Red+Green+Blue) = 55+244+80=379 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.51% from 379); Green value is 244 (95.70% from 255 or 64.38% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 244 - color contains mainly: green. Hex color #37F450 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #37F450 is #C80BAF. Grayscale: #A9A9A9. Windows color (decimal): -13110192 or 5305399. OLE color: 5305399.
HSL color Cylindrical-coordinate representation of color #37F450: hue angle of 127.94º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F450 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 244 | 80 | - |
| CMYK | 0.77 | 0 | 0.67 | 0.04 |
| HSL | 127.94º | 0.9% | 0.59% | - |
| HSV(B) | 127.94º | 0.77% | 0.96% | - |
| XYZ | 35.37 | 66.09 | 18.48 | - |
| YUV | 168.79 | 77.88 | 46.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 244 | 80 | 0.77 | 0 | 0.67 | 0.04 | 127.94 | 0.9 | 0.59 |
| Hex | 37 | F4 | 50 | 4D | 0 | 43 | 4 | 80 | 5A | 3B |
| Octal | 67 | 364 | 120 | 115 | 0 | 103 | 4 | 200 | 132 | 73 |
| Binary | 110111 | 11110100 | 1010000 | 1001101 | 0 | 1000011 | 100 | 10000000 | 1011010 | 111011 |
Color Harmonies of #37F450
Complementary color
Monochromatic Colors of #37F450
Black with #37F450
Text Example
Text Example
White with #37F450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F450; }
p { color: rgb(55,244,80); }
H1.HeaderClassName
{
color: #37F450;
}
.AnyTagClassName
{
color: #37F450;
}
</style>
background-color css
<style>
a { background-color: #37F450; }
a { background-color: rgb(55,244,80); }
div.DivClassName
{
background-color: #37F450;
}
.BgClassName
{
background-color: #37F450;
}
</style>
border-color css
<style>
span { border-color: #37F450; }
span { border-color: rgb(55,244,80); }
td.TdClassName
{
border-color: #37F450;
}
.TagClassName
{
border-color: #37F450;
}
</style>