Shades of Lime Green #48C245
Tints of Lime Green #48C245
RGB
CMYK
RGB Variations
Color information
#48C245 (or 0x48C245) is known color: Lime Green. HEX triplet: 48, C2 and 45. RGB value is (72,194,69). Sum of RGB (Red+Green+Blue) = 72+194+69=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 194 (76.17% from 255 or 57.91% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 194 - color contains mainly: green. Hex color #48C245 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C245 is #B73DBA. Grayscale: #8F8F8F. Windows color (decimal): -12008891 or 4571720. OLE color: 4571720.
HSL color Cylindrical-coordinate representation of color #48C245: hue angle of 118.56º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48C245 is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 194 | 69 | - |
| CMYK | 0.63 | 0 | 0.64 | 0.24 |
| HSL | 118.56º | 0.51% | 0.52% | - |
| HSV(B) | 118.56º | 0.64% | 0.76% | - |
| XYZ | 23.04 | 40.39 | 12.21 | - |
| YUV | 143.27 | 86.08 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 194 | 69 | 0.63 | 0 | 0.64 | 0.24 | 118.56 | 0.51 | 0.52 |
| Hex | 48 | C2 | 45 | 3F | 0 | 40 | 18 | 77 | 33 | 34 |
| Octal | 110 | 302 | 105 | 77 | 0 | 100 | 30 | 167 | 63 | 64 |
| Binary | 1001000 | 11000010 | 1000101 | 111111 | 0 | 1000000 | 11000 | 1110111 | 110011 | 110100 |
Color Harmonies of #48C245
Complementary color
Monochromatic Colors of #48C245
Black with #48C245
Text Example
Text Example
White with #48C245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C245; }
p { color: rgb(72,194,69); }
H1.HeaderClassName
{
color: #48C245;
}
.AnyTagClassName
{
color: #48C245;
}
</style>
background-color css
<style>
a { background-color: #48C245; }
a { background-color: rgb(72,194,69); }
div.DivClassName
{
background-color: #48C245;
}
.BgClassName
{
background-color: #48C245;
}
</style>
border-color css
<style>
span { border-color: #48C245; }
span { border-color: rgb(72,194,69); }
td.TdClassName
{
border-color: #48C245;
}
.TagClassName
{
border-color: #48C245;
}
</style>