Shades of Lime Green #48FF37
Tints of Lime Green #48FF37
RGB
CMYK
RGB Variations
Color information
#48FF37 (or 0x48FF37) is known color: Lime Green. HEX triplet: 48, FF and 37. RGB value is (72,255,55). Sum of RGB (Red+Green+Blue) = 72+255+55=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 255 (100% from 255 or 66.75% from 382); Blue value is 55 (21.88% from 255 or 14.40% from 382); Max value from RGB is 255 - color contains mainly: green. Hex color #48FF37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FF37 is #B700C8. Grayscale: #B2B2B2. Windows color (decimal): -11993289 or 3669832. OLE color: 3669832.
HSL color Cylindrical-coordinate representation of color #48FF37: hue angle of 114.9º 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 #48FF37 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 55 | - |
| CMYK | 0.72 | 0 | 0.78 | 0 |
| HSL | 114.9º | 1% | 0.61% | - |
| HSV(B) | 114.9º | 0.78% | 1% | - |
| XYZ | 39.12 | 73.17 | 15.68 | - |
| YUV | 177.48 | 58.87 | 52.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 55 | 0.72 | 0 | 0.78 | 0 | 114.9 | 1 | 0.61 |
| Hex | 48 | FF | 37 | 48 | 0 | 4E | 0 | 73 | 64 | 3D |
| Octal | 110 | 377 | 67 | 110 | 0 | 116 | 0 | 163 | 144 | 75 |
| Binary | 1001000 | 11111111 | 110111 | 1001000 | 0 | 1001110 | 0 | 1110011 | 1100100 | 111101 |
Color Harmonies of #48FF37
Complementary color
Monochromatic Colors of #48FF37
Black with #48FF37
Text Example
Text Example
White with #48FF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FF37; }
p { color: rgb(72,255,55); }
H1.HeaderClassName
{
color: #48FF37;
}
.AnyTagClassName
{
color: #48FF37;
}
</style>
background-color css
<style>
a { background-color: #48FF37; }
a { background-color: rgb(72,255,55); }
div.DivClassName
{
background-color: #48FF37;
}
.BgClassName
{
background-color: #48FF37;
}
</style>
border-color css
<style>
span { border-color: #48FF37; }
span { border-color: rgb(72,255,55); }
td.TdClassName
{
border-color: #48FF37;
}
.TagClassName
{
border-color: #48FF37;
}
</style>