Shades of Lime Green #48D745
Tints of Lime Green #48D745
RGB
CMYK
RGB Variations
Color information
#48D745 (or 0x48D745) is known color: Lime Green. HEX triplet: 48, D7 and 45. RGB value is (72,215,69). Sum of RGB (Red+Green+Blue) = 72+215+69=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 215 (84.38% from 255 or 60.39% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 215 - color contains mainly: green. Hex color #48D745 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D745 is #B728BA. Grayscale: #9C9C9C. Windows color (decimal): -12003515 or 4577096. OLE color: 4577096.
HSL color Cylindrical-coordinate representation of color #48D745: hue angle of 118.77º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48D745 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 215 | 69 | - |
| CMYK | 0.67 | 0 | 0.68 | 0.16 |
| HSL | 118.77º | 0.65% | 0.56% | - |
| HSV(B) | 118.77º | 0.68% | 0.84% | - |
| XYZ | 28.05 | 50.41 | 13.88 | - |
| YUV | 155.6 | 79.12 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 215 | 69 | 0.67 | 0 | 0.68 | 0.16 | 118.77 | 0.65 | 0.56 |
| Hex | 48 | D7 | 45 | 43 | 0 | 44 | 10 | 77 | 41 | 38 |
| Octal | 110 | 327 | 105 | 103 | 0 | 104 | 20 | 167 | 101 | 70 |
| Binary | 1001000 | 11010111 | 1000101 | 1000011 | 0 | 1000100 | 10000 | 1110111 | 1000001 | 111000 |
Color Harmonies of #48D745
Complementary color
Monochromatic Colors of #48D745
Black with #48D745
Text Example
Text Example
White with #48D745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D745; }
p { color: rgb(72,215,69); }
H1.HeaderClassName
{
color: #48D745;
}
.AnyTagClassName
{
color: #48D745;
}
</style>
background-color css
<style>
a { background-color: #48D745; }
a { background-color: rgb(72,215,69); }
div.DivClassName
{
background-color: #48D745;
}
.BgClassName
{
background-color: #48D745;
}
</style>
border-color css
<style>
span { border-color: #48D745; }
span { border-color: rgb(72,215,69); }
td.TdClassName
{
border-color: #48D745;
}
.TagClassName
{
border-color: #48D745;
}
</style>