Shades of Lime Green #48BA38
Tints of Lime Green #48BA38
RGB
CMYK
RGB Variations
Color information
#48BA38 (or 0x48BA38) is known color: Lime Green. HEX triplet: 48, BA and 38. RGB value is (72,186,56). Sum of RGB (Red+Green+Blue) = 72+186+56=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 186 (73.05% from 255 or 59.24% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 186 - color contains mainly: green. Hex color #48BA38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BA38 is #B745C7. Grayscale: #898989. Windows color (decimal): -12010952 or 3717704. OLE color: 3717704.
HSL color Cylindrical-coordinate representation of color #48BA38: hue angle of 112.62º 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 #48BA38 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 186 | 56 | - |
| CMYK | 0.61 | 0 | 0.70 | 0.27 |
| HSL | 112.62º | 0.54% | 0.47% | - |
| HSV(B) | 112.62º | 0.7% | 0.73% | - |
| XYZ | 20.95 | 36.78 | 9.74 | - |
| YUV | 137.09 | 82.23 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 186 | 56 | 0.61 | 0 | 0.70 | 0.27 | 112.62 | 0.54 | 0.47 |
| Hex | 48 | BA | 38 | 3D | 0 | 46 | 1B | 71 | 36 | 2F |
| Octal | 110 | 272 | 70 | 75 | 0 | 106 | 33 | 161 | 66 | 57 |
| Binary | 1001000 | 10111010 | 111000 | 111101 | 0 | 1000110 | 11011 | 1110001 | 110110 | 101111 |
Color Harmonies of #48BA38
Complementary color
Monochromatic Colors of #48BA38
Black with #48BA38
Text Example
Text Example
White with #48BA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BA38; }
p { color: rgb(72,186,56); }
H1.HeaderClassName
{
color: #48BA38;
}
.AnyTagClassName
{
color: #48BA38;
}
</style>
background-color css
<style>
a { background-color: #48BA38; }
a { background-color: rgb(72,186,56); }
div.DivClassName
{
background-color: #48BA38;
}
.BgClassName
{
background-color: #48BA38;
}
</style>
border-color css
<style>
span { border-color: #48BA38; }
span { border-color: rgb(72,186,56); }
td.TdClassName
{
border-color: #48BA38;
}
.TagClassName
{
border-color: #48BA38;
}
</style>