Shades of Lime Green #37FF47
Tints of Lime Green #37FF47
RGB
CMYK
RGB Variations
Color information
#37FF47 (or 0x37FF47) is known color: Lime Green. HEX triplet: 37, FF and 47. RGB value is (55,255,71). Sum of RGB (Red+Green+Blue) = 55+255+71=381 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.44% from 381); Green value is 255 (100% from 255 or 66.93% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 255 - color contains mainly: green. Hex color #37FF47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37FF47 is #C800B8. Grayscale: #AEAEAE. Windows color (decimal): -13107385 or 4718391. OLE color: 4718391.
HSL color Cylindrical-coordinate representation of color #37FF47: hue angle of 124.8º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FF47 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 255 | 71 | - |
| CMYK | 0.78 | 0 | 0.72 | 0 |
| HSL | 124.8º | 1% | 0.61% | - |
| HSV(B) | 124.8º | 0.78% | 1% | - |
| XYZ | 38.47 | 72.79 | 17.98 | - |
| YUV | 174.22 | 69.74 | 42.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 255 | 71 | 0.78 | 0 | 0.72 | 0 | 124.8 | 1 | 0.61 |
| Hex | 37 | FF | 47 | 4E | 0 | 48 | 0 | 7D | 64 | 3D |
| Octal | 67 | 377 | 107 | 116 | 0 | 110 | 0 | 175 | 144 | 75 |
| Binary | 110111 | 11111111 | 1000111 | 1001110 | 0 | 1001000 | 0 | 1111101 | 1100100 | 111101 |
Color Harmonies of #37FF47
Complementary color
Monochromatic Colors of #37FF47
Black with #37FF47
Text Example
Text Example
White with #37FF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FF47; }
p { color: rgb(55,255,71); }
H1.HeaderClassName
{
color: #37FF47;
}
.AnyTagClassName
{
color: #37FF47;
}
</style>
background-color css
<style>
a { background-color: #37FF47; }
a { background-color: rgb(55,255,71); }
div.DivClassName
{
background-color: #37FF47;
}
.BgClassName
{
background-color: #37FF47;
}
</style>
border-color css
<style>
span { border-color: #37FF47; }
span { border-color: rgb(55,255,71); }
td.TdClassName
{
border-color: #37FF47;
}
.TagClassName
{
border-color: #37FF47;
}
</style>