Shades of Lime Green #48C54B
Tints of Lime Green #48C54B
RGB
CMYK
RGB Variations
Color information
#48C54B (or 0x48C54B) is known color: Lime Green. HEX triplet: 48, C5 and 4B. RGB value is (72,197,75). Sum of RGB (Red+Green+Blue) = 72+197+75=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 197 (77.34% from 255 or 57.27% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 197 - color contains mainly: green. Hex color #48C54B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C54B is #B73AB4. Grayscale: #929292. Windows color (decimal): -12008117 or 4965704. OLE color: 4965704.
HSL color Cylindrical-coordinate representation of color #48C54B: hue angle of 121.44º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C54B is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 197 | 75 | - |
| CMYK | 0.63 | 0 | 0.62 | 0.23 |
| HSL | 121.44º | 0.52% | 0.53% | - |
| HSV(B) | 121.44º | 0.63% | 0.77% | - |
| XYZ | 23.91 | 41.82 | 13.47 | - |
| YUV | 145.72 | 88.09 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 197 | 75 | 0.63 | 0 | 0.62 | 0.23 | 121.44 | 0.52 | 0.53 |
| Hex | 48 | C5 | 4B | 3F | 0 | 3E | 17 | 79 | 34 | 35 |
| Octal | 110 | 305 | 113 | 77 | 0 | 76 | 27 | 171 | 64 | 65 |
| Binary | 1001000 | 11000101 | 1001011 | 111111 | 0 | 111110 | 10111 | 1111001 | 110100 | 110101 |
Color Harmonies of #48C54B
Complementary color
Monochromatic Colors of #48C54B
Black with #48C54B
Text Example
Text Example
White with #48C54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C54B; }
p { color: rgb(72,197,75); }
H1.HeaderClassName
{
color: #48C54B;
}
.AnyTagClassName
{
color: #48C54B;
}
</style>
background-color css
<style>
a { background-color: #48C54B; }
a { background-color: rgb(72,197,75); }
div.DivClassName
{
background-color: #48C54B;
}
.BgClassName
{
background-color: #48C54B;
}
</style>
border-color css
<style>
span { border-color: #48C54B; }
span { border-color: rgb(72,197,75); }
td.TdClassName
{
border-color: #48C54B;
}
.TagClassName
{
border-color: #48C54B;
}
</style>