Shades of Lime Green #48C538
Tints of Lime Green #48C538
RGB
CMYK
RGB Variations
Color information
#48C538 (or 0x48C538) is known color: Lime Green. HEX triplet: 48, C5 and 38. RGB value is (72,197,56). Sum of RGB (Red+Green+Blue) = 72+197+56=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 197 (77.34% from 255 or 60.62% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 197 - color contains mainly: green. Hex color #48C538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C538 is #B73AC7. Grayscale: #8F8F8F. Windows color (decimal): -12008136 or 3720520. OLE color: 3720520.
HSL color Cylindrical-coordinate representation of color #48C538: hue angle of 113.19º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48C538 is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 197 | 56 | - |
| CMYK | 0.63 | 0 | 0.72 | 0.23 |
| HSL | 113.19º | 0.56% | 0.5% | - |
| HSV(B) | 113.19º | 0.72% | 0.77% | - |
| XYZ | 23.35 | 41.6 | 10.54 | - |
| YUV | 143.55 | 78.59 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 197 | 56 | 0.63 | 0 | 0.72 | 0.23 | 113.19 | 0.56 | 0.5 |
| Hex | 48 | C5 | 38 | 3F | 0 | 48 | 17 | 71 | 38 | 32 |
| Octal | 110 | 305 | 70 | 77 | 0 | 110 | 27 | 161 | 70 | 62 |
| Binary | 1001000 | 11000101 | 111000 | 111111 | 0 | 1001000 | 10111 | 1110001 | 111000 | 110010 |
Color Harmonies of #48C538
Complementary color
Monochromatic Colors of #48C538
Black with #48C538
Text Example
Text Example
White with #48C538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C538; }
p { color: rgb(72,197,56); }
H1.HeaderClassName
{
color: #48C538;
}
.AnyTagClassName
{
color: #48C538;
}
</style>
background-color css
<style>
a { background-color: #48C538; }
a { background-color: rgb(72,197,56); }
div.DivClassName
{
background-color: #48C538;
}
.BgClassName
{
background-color: #48C538;
}
</style>
border-color css
<style>
span { border-color: #48C538; }
span { border-color: rgb(72,197,56); }
td.TdClassName
{
border-color: #48C538;
}
.TagClassName
{
border-color: #48C538;
}
</style>