Shades of Lime Green #48C133
Tints of Lime Green #48C133
RGB
CMYK
RGB Variations
Color information
#48C133 (or 0x48C133) is known color: Lime Green. HEX triplet: 48, C1 and 33. RGB value is (72,193,51). Sum of RGB (Red+Green+Blue) = 72+193+51=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 193 (75.78% from 255 or 61.08% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 193 - color contains mainly: green. Hex color #48C133 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C133 is #B73ECC. Grayscale: #8D8D8D. Windows color (decimal): -12009165 or 3391816. OLE color: 3391816.
HSL color Cylindrical-coordinate representation of color #48C133: hue angle of 111.13º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #48C133 is Cyan = 0.63, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 193 | 51 | - |
| CMYK | 0.63 | 0 | 0.74 | 0.24 |
| HSL | 111.13º | 0.58% | 0.48% | - |
| HSV(B) | 111.13º | 0.74% | 0.76% | - |
| XYZ | 22.34 | 39.76 | 9.63 | - |
| YUV | 140.63 | 77.41 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 193 | 51 | 0.63 | 0 | 0.74 | 0.24 | 111.13 | 0.58 | 0.48 |
| Hex | 48 | C1 | 33 | 3F | 0 | 4A | 18 | 6F | 3A | 30 |
| Octal | 110 | 301 | 63 | 77 | 0 | 112 | 30 | 157 | 72 | 60 |
| Binary | 1001000 | 11000001 | 110011 | 111111 | 0 | 1001010 | 11000 | 1101111 | 111010 | 110000 |
Color Harmonies of #48C133
Complementary color
Monochromatic Colors of #48C133
Black with #48C133
Text Example
Text Example
White with #48C133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C133; }
p { color: rgb(72,193,51); }
H1.HeaderClassName
{
color: #48C133;
}
.AnyTagClassName
{
color: #48C133;
}
</style>
background-color css
<style>
a { background-color: #48C133; }
a { background-color: rgb(72,193,51); }
div.DivClassName
{
background-color: #48C133;
}
.BgClassName
{
background-color: #48C133;
}
</style>
border-color css
<style>
span { border-color: #48C133; }
span { border-color: rgb(72,193,51); }
td.TdClassName
{
border-color: #48C133;
}
.TagClassName
{
border-color: #48C133;
}
</style>