Shades of Lime Green #48C640
Tints of Lime Green #48C640
RGB
CMYK
RGB Variations
Color information
#48C640 (or 0x48C640) is known color: Lime Green. HEX triplet: 48, C6 and 40. RGB value is (72,198,64). Sum of RGB (Red+Green+Blue) = 72+198+64=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 198 (77.73% from 255 or 59.28% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 198 - color contains mainly: green. Hex color #48C640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C640 is #B739BF. Grayscale: #919191. Windows color (decimal): -12007872 or 4245064. OLE color: 4245064.
HSL color Cylindrical-coordinate representation of color #48C640: hue angle of 116.42º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48C640 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 198 | 64 | - |
| CMYK | 0.64 | 0 | 0.68 | 0.22 |
| HSL | 116.42º | 0.54% | 0.51% | - |
| HSV(B) | 116.42º | 0.68% | 0.78% | - |
| XYZ | 23.79 | 42.14 | 11.73 | - |
| YUV | 145.05 | 82.26 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 198 | 64 | 0.64 | 0 | 0.68 | 0.22 | 116.42 | 0.54 | 0.51 |
| Hex | 48 | C6 | 40 | 40 | 0 | 44 | 16 | 74 | 36 | 33 |
| Octal | 110 | 306 | 100 | 100 | 0 | 104 | 26 | 164 | 66 | 63 |
| Binary | 1001000 | 11000110 | 1000000 | 1000000 | 0 | 1000100 | 10110 | 1110100 | 110110 | 110011 |
Color Harmonies of #48C640
Complementary color
Monochromatic Colors of #48C640
Black with #48C640
Text Example
Text Example
White with #48C640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C640; }
p { color: rgb(72,198,64); }
H1.HeaderClassName
{
color: #48C640;
}
.AnyTagClassName
{
color: #48C640;
}
</style>
background-color css
<style>
a { background-color: #48C640; }
a { background-color: rgb(72,198,64); }
div.DivClassName
{
background-color: #48C640;
}
.BgClassName
{
background-color: #48C640;
}
</style>
border-color css
<style>
span { border-color: #48C640; }
span { border-color: rgb(72,198,64); }
td.TdClassName
{
border-color: #48C640;
}
.TagClassName
{
border-color: #48C640;
}
</style>