Shades of Lime Green #48D73C
Tints of Lime Green #48D73C
RGB
CMYK
RGB Variations
Color information
#48D73C (or 0x48D73C) is known color: Lime Green. HEX triplet: 48, D7 and 3C. RGB value is (72,215,60). Sum of RGB (Red+Green+Blue) = 72+215+60=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 215 (84.38% from 255 or 61.96% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 215 - color contains mainly: green. Hex color #48D73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D73C is #B728C3. Grayscale: #9B9B9B. Windows color (decimal): -12003524 or 3987272. OLE color: 3987272.
HSL color Cylindrical-coordinate representation of color #48D73C: hue angle of 115.35º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48D73C is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 215 | 60 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.16 |
| HSL | 115.35º | 0.66% | 0.54% | - |
| HSV(B) | 115.35º | 0.72% | 0.84% | - |
| XYZ | 27.79 | 50.3 | 12.52 | - |
| YUV | 154.57 | 74.62 | 69.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 215 | 60 | 0.67 | 0 | 0.72 | 0.16 | 115.35 | 0.66 | 0.54 |
| Hex | 48 | D7 | 3C | 43 | 0 | 48 | 10 | 73 | 42 | 36 |
| Octal | 110 | 327 | 74 | 103 | 0 | 110 | 20 | 163 | 102 | 66 |
| Binary | 1001000 | 11010111 | 111100 | 1000011 | 0 | 1001000 | 10000 | 1110011 | 1000010 | 110110 |
Color Harmonies of #48D73C
Complementary color
Monochromatic Colors of #48D73C
Black with #48D73C
Text Example
Text Example
White with #48D73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D73C; }
p { color: rgb(72,215,60); }
H1.HeaderClassName
{
color: #48D73C;
}
.AnyTagClassName
{
color: #48D73C;
}
</style>
background-color css
<style>
a { background-color: #48D73C; }
a { background-color: rgb(72,215,60); }
div.DivClassName
{
background-color: #48D73C;
}
.BgClassName
{
background-color: #48D73C;
}
</style>
border-color css
<style>
span { border-color: #48D73C; }
span { border-color: rgb(72,215,60); }
td.TdClassName
{
border-color: #48D73C;
}
.TagClassName
{
border-color: #48D73C;
}
</style>