Shades of Lime Green #37F448
Tints of Lime Green #37F448
RGB
CMYK
RGB Variations
Color information
#37F448 (or 0x37F448) is known color: Lime Green. HEX triplet: 37, F4 and 48. RGB value is (55,244,72). Sum of RGB (Red+Green+Blue) = 55+244+72=371 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.82% from 371); Green value is 244 (95.70% from 255 or 65.77% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 244 - color contains mainly: green. Hex color #37F448 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F448 is #C80BB7. Grayscale: #A8A8A8. Windows color (decimal): -13110200 or 4781111. OLE color: 4781111.
HSL color Cylindrical-coordinate representation of color #37F448: hue angle of 125.4º 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 #37F448 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 244 | 72 | - |
| CMYK | 0.77 | 0 | 0.70 | 0.04 |
| HSL | 125.4º | 0.9% | 0.59% | - |
| HSV(B) | 125.4º | 0.77% | 0.96% | - |
| XYZ | 35.1 | 65.98 | 17.02 | - |
| YUV | 167.88 | 73.88 | 47.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 244 | 72 | 0.77 | 0 | 0.70 | 0.04 | 125.4 | 0.9 | 0.59 |
| Hex | 37 | F4 | 48 | 4D | 0 | 46 | 4 | 7D | 5A | 3B |
| Octal | 67 | 364 | 110 | 115 | 0 | 106 | 4 | 175 | 132 | 73 |
| Binary | 110111 | 11110100 | 1001000 | 1001101 | 0 | 1000110 | 100 | 1111101 | 1011010 | 111011 |
Color Harmonies of #37F448
Complementary color
Monochromatic Colors of #37F448
Black with #37F448
Text Example
Text Example
White with #37F448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F448; }
p { color: rgb(55,244,72); }
H1.HeaderClassName
{
color: #37F448;
}
.AnyTagClassName
{
color: #37F448;
}
</style>
background-color css
<style>
a { background-color: #37F448; }
a { background-color: rgb(55,244,72); }
div.DivClassName
{
background-color: #37F448;
}
.BgClassName
{
background-color: #37F448;
}
</style>
border-color css
<style>
span { border-color: #37F448; }
span { border-color: rgb(55,244,72); }
td.TdClassName
{
border-color: #37F448;
}
.TagClassName
{
border-color: #37F448;
}
</style>