Shades of Lime Green #48BA36
Tints of Lime Green #48BA36
RGB
CMYK
RGB Variations
Color information
#48BA36 (or 0x48BA36) is known color: Lime Green. HEX triplet: 48, BA and 36. RGB value is (72,186,54). Sum of RGB (Red+Green+Blue) = 72+186+54=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 186 (73.05% from 255 or 59.62% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 186 - color contains mainly: green. Hex color #48BA36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BA36 is #B745C9. Grayscale: #898989. Windows color (decimal): -12010954 or 3586632. OLE color: 3586632.
HSL color Cylindrical-coordinate representation of color #48BA36: hue angle of 111.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48BA36 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 186 | 54 | - |
| CMYK | 0.61 | 0 | 0.71 | 0.27 |
| HSL | 111.82º | 0.55% | 0.47% | - |
| HSV(B) | 111.82º | 0.71% | 0.73% | - |
| XYZ | 20.9 | 36.76 | 9.48 | - |
| YUV | 136.87 | 81.23 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 186 | 54 | 0.61 | 0 | 0.71 | 0.27 | 111.82 | 0.55 | 0.47 |
| Hex | 48 | BA | 36 | 3D | 0 | 47 | 1B | 70 | 37 | 2F |
| Octal | 110 | 272 | 66 | 75 | 0 | 107 | 33 | 160 | 67 | 57 |
| Binary | 1001000 | 10111010 | 110110 | 111101 | 0 | 1000111 | 11011 | 1110000 | 110111 | 101111 |
Color Harmonies of #48BA36
Complementary color
Monochromatic Colors of #48BA36
Black with #48BA36
Text Example
Text Example
White with #48BA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BA36; }
p { color: rgb(72,186,54); }
H1.HeaderClassName
{
color: #48BA36;
}
.AnyTagClassName
{
color: #48BA36;
}
</style>
background-color css
<style>
a { background-color: #48BA36; }
a { background-color: rgb(72,186,54); }
div.DivClassName
{
background-color: #48BA36;
}
.BgClassName
{
background-color: #48BA36;
}
</style>
border-color css
<style>
span { border-color: #48BA36; }
span { border-color: rgb(72,186,54); }
td.TdClassName
{
border-color: #48BA36;
}
.TagClassName
{
border-color: #48BA36;
}
</style>