Shades of Lime Green #48BA37
Tints of Lime Green #48BA37
RGB
CMYK
RGB Variations
Color information
#48BA37 (or 0x48BA37) is known color: Lime Green. HEX triplet: 48, BA and 37. RGB value is (72,186,55). Sum of RGB (Red+Green+Blue) = 72+186+55=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #48BA37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BA37 is #B745C8. Grayscale: #898989. Windows color (decimal): -12010953 or 3652168. OLE color: 3652168.
HSL color Cylindrical-coordinate representation of color #48BA37: hue angle of 112.21º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48BA37 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 186 | 55 | - |
| CMYK | 0.61 | 0 | 0.70 | 0.27 |
| HSL | 112.21º | 0.54% | 0.47% | - |
| HSV(B) | 112.21º | 0.7% | 0.73% | - |
| XYZ | 20.92 | 36.77 | 9.61 | - |
| YUV | 136.98 | 81.73 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 186 | 55 | 0.61 | 0 | 0.70 | 0.27 | 112.21 | 0.54 | 0.47 |
| Hex | 48 | BA | 37 | 3D | 0 | 46 | 1B | 70 | 36 | 2F |
| Octal | 110 | 272 | 67 | 75 | 0 | 106 | 33 | 160 | 66 | 57 |
| Binary | 1001000 | 10111010 | 110111 | 111101 | 0 | 1000110 | 11011 | 1110000 | 110110 | 101111 |
Color Harmonies of #48BA37
Complementary color
Monochromatic Colors of #48BA37
Black with #48BA37
Text Example
Text Example
White with #48BA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BA37; }
p { color: rgb(72,186,55); }
H1.HeaderClassName
{
color: #48BA37;
}
.AnyTagClassName
{
color: #48BA37;
}
</style>
background-color css
<style>
a { background-color: #48BA37; }
a { background-color: rgb(72,186,55); }
div.DivClassName
{
background-color: #48BA37;
}
.BgClassName
{
background-color: #48BA37;
}
</style>
border-color css
<style>
span { border-color: #48BA37; }
span { border-color: rgb(72,186,55); }
td.TdClassName
{
border-color: #48BA37;
}
.TagClassName
{
border-color: #48BA37;
}
</style>