Shades of Lime Green #48C33A
Tints of Lime Green #48C33A
RGB
CMYK
RGB Variations
Color information
#48C33A (or 0x48C33A) is known color: Lime Green. HEX triplet: 48, C3 and 3A. RGB value is (72,195,58). Sum of RGB (Red+Green+Blue) = 72+195+58=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 195 (76.56% from 255 or 60% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 195 - color contains mainly: green. Hex color #48C33A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C33A is #B73CC5. Grayscale: #8F8F8F. Windows color (decimal): -12008646 or 3851080. OLE color: 3851080.
HSL color Cylindrical-coordinate representation of color #48C33A: hue angle of 113.87º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48C33A is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 195 | 58 | - |
| CMYK | 0.63 | 0 | 0.70 | 0.24 |
| HSL | 113.87º | 0.54% | 0.5% | - |
| HSV(B) | 113.87º | 0.7% | 0.76% | - |
| XYZ | 22.95 | 40.71 | 10.65 | - |
| YUV | 142.61 | 80.25 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 195 | 58 | 0.63 | 0 | 0.70 | 0.24 | 113.87 | 0.54 | 0.5 |
| Hex | 48 | C3 | 3A | 3F | 0 | 46 | 18 | 72 | 36 | 32 |
| Octal | 110 | 303 | 72 | 77 | 0 | 106 | 30 | 162 | 66 | 62 |
| Binary | 1001000 | 11000011 | 111010 | 111111 | 0 | 1000110 | 11000 | 1110010 | 110110 | 110010 |
Color Harmonies of #48C33A
Complementary color
Monochromatic Colors of #48C33A
Black with #48C33A
Text Example
Text Example
White with #48C33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C33A; }
p { color: rgb(72,195,58); }
H1.HeaderClassName
{
color: #48C33A;
}
.AnyTagClassName
{
color: #48C33A;
}
</style>
background-color css
<style>
a { background-color: #48C33A; }
a { background-color: rgb(72,195,58); }
div.DivClassName
{
background-color: #48C33A;
}
.BgClassName
{
background-color: #48C33A;
}
</style>
border-color css
<style>
span { border-color: #48C33A; }
span { border-color: rgb(72,195,58); }
td.TdClassName
{
border-color: #48C33A;
}
.TagClassName
{
border-color: #48C33A;
}
</style>