Shades of Lime Green #48D754
Tints of Lime Green #48D754
RGB
CMYK
RGB Variations
Color information
#48D754 (or 0x48D754) is known color: Lime Green. HEX triplet: 48, D7 and 54. RGB value is (72,215,84). Sum of RGB (Red+Green+Blue) = 72+215+84=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 215 (84.38% from 255 or 57.95% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 215 - color contains mainly: green. Hex color #48D754 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D754 is #B728AB. Grayscale: #9D9D9D. Windows color (decimal): -12003500 or 5560136. OLE color: 5560136.
HSL color Cylindrical-coordinate representation of color #48D754: hue angle of 125.03º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D754 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 215 | 84 | - |
| CMYK | 0.67 | 0 | 0.61 | 0.16 |
| HSL | 125.04º | 0.64% | 0.56% | - |
| HSV(B) | 125.04º | 0.67% | 0.84% | - |
| XYZ | 28.57 | 50.62 | 16.65 | - |
| YUV | 157.31 | 86.62 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 215 | 84 | 0.67 | 0 | 0.61 | 0.16 | 125.04 | 0.64 | 0.56 |
| Hex | 48 | D7 | 54 | 43 | 0 | 3D | 10 | 7D | 40 | 38 |
| Octal | 110 | 327 | 124 | 103 | 0 | 75 | 20 | 175 | 100 | 70 |
| Binary | 1001000 | 11010111 | 1010100 | 1000011 | 0 | 111101 | 10000 | 1111101 | 1000000 | 111000 |
Color Harmonies of #48D754
Complementary color
Monochromatic Colors of #48D754
Black with #48D754
Text Example
Text Example
White with #48D754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D754; }
p { color: rgb(72,215,84); }
H1.HeaderClassName
{
color: #48D754;
}
.AnyTagClassName
{
color: #48D754;
}
</style>
background-color css
<style>
a { background-color: #48D754; }
a { background-color: rgb(72,215,84); }
div.DivClassName
{
background-color: #48D754;
}
.BgClassName
{
background-color: #48D754;
}
</style>
border-color css
<style>
span { border-color: #48D754; }
span { border-color: rgb(72,215,84); }
td.TdClassName
{
border-color: #48D754;
}
.TagClassName
{
border-color: #48D754;
}
</style>