Shades of Lime Green #48C439
Tints of Lime Green #48C439
RGB
CMYK
RGB Variations
Color information
#48C439 (or 0x48C439) is known color: Lime Green. HEX triplet: 48, C4 and 39. RGB value is (72,196,57). Sum of RGB (Red+Green+Blue) = 72+196+57=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 196 (76.95% from 255 or 60.31% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 196 - color contains mainly: green. Hex color #48C439 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C439 is #B73BC6. Grayscale: #8F8F8F. Windows color (decimal): -12008391 or 3785800. OLE color: 3785800.
HSL color Cylindrical-coordinate representation of color #48C439: hue angle of 113.53º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48C439 is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 196 | 57 | - |
| CMYK | 0.63 | 0 | 0.71 | 0.23 |
| HSL | 113.53º | 0.55% | 0.5% | - |
| HSV(B) | 113.53º | 0.71% | 0.77% | - |
| XYZ | 23.15 | 41.15 | 10.59 | - |
| YUV | 143.08 | 79.42 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 196 | 57 | 0.63 | 0 | 0.71 | 0.23 | 113.53 | 0.55 | 0.5 |
| Hex | 48 | C4 | 39 | 3F | 0 | 47 | 17 | 72 | 37 | 32 |
| Octal | 110 | 304 | 71 | 77 | 0 | 107 | 27 | 162 | 67 | 62 |
| Binary | 1001000 | 11000100 | 111001 | 111111 | 0 | 1000111 | 10111 | 1110010 | 110111 | 110010 |
Color Harmonies of #48C439
Complementary color
Monochromatic Colors of #48C439
Black with #48C439
Text Example
Text Example
White with #48C439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C439; }
p { color: rgb(72,196,57); }
H1.HeaderClassName
{
color: #48C439;
}
.AnyTagClassName
{
color: #48C439;
}
</style>
background-color css
<style>
a { background-color: #48C439; }
a { background-color: rgb(72,196,57); }
div.DivClassName
{
background-color: #48C439;
}
.BgClassName
{
background-color: #48C439;
}
</style>
border-color css
<style>
span { border-color: #48C439; }
span { border-color: rgb(72,196,57); }
td.TdClassName
{
border-color: #48C439;
}
.TagClassName
{
border-color: #48C439;
}
</style>