Shades of Lime Green #48C142
Tints of Lime Green #48C142
RGB
CMYK
RGB Variations
Color information
#48C142 (or 0x48C142) is known color: Lime Green. HEX triplet: 48, C1 and 42. RGB value is (72,193,66). Sum of RGB (Red+Green+Blue) = 72+193+66=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 193 (75.78% from 255 or 58.31% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 193 - color contains mainly: green. Hex color #48C142 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C142 is #B73EBD. Grayscale: #8E8E8E. Windows color (decimal): -12009150 or 4374856. OLE color: 4374856.
HSL color Cylindrical-coordinate representation of color #48C142: hue angle of 117.17º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48C142 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 193 | 66 | - |
| CMYK | 0.63 | 0 | 0.66 | 0.24 |
| HSL | 117.17º | 0.51% | 0.51% | - |
| HSV(B) | 117.17º | 0.66% | 0.76% | - |
| XYZ | 22.73 | 39.91 | 11.66 | - |
| YUV | 142.34 | 84.91 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 193 | 66 | 0.63 | 0 | 0.66 | 0.24 | 117.17 | 0.51 | 0.51 |
| Hex | 48 | C1 | 42 | 3F | 0 | 42 | 18 | 75 | 33 | 33 |
| Octal | 110 | 301 | 102 | 77 | 0 | 102 | 30 | 165 | 63 | 63 |
| Binary | 1001000 | 11000001 | 1000010 | 111111 | 0 | 1000010 | 11000 | 1110101 | 110011 | 110011 |
Color Harmonies of #48C142
Complementary color
Monochromatic Colors of #48C142
Black with #48C142
Text Example
Text Example
White with #48C142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C142; }
p { color: rgb(72,193,66); }
H1.HeaderClassName
{
color: #48C142;
}
.AnyTagClassName
{
color: #48C142;
}
</style>
background-color css
<style>
a { background-color: #48C142; }
a { background-color: rgb(72,193,66); }
div.DivClassName
{
background-color: #48C142;
}
.BgClassName
{
background-color: #48C142;
}
</style>
border-color css
<style>
span { border-color: #48C142; }
span { border-color: rgb(72,193,66); }
td.TdClassName
{
border-color: #48C142;
}
.TagClassName
{
border-color: #48C142;
}
</style>