Shades of Lime Green #48C238
Tints of Lime Green #48C238
RGB
CMYK
RGB Variations
Color information
#48C238 (or 0x48C238) is known color: Lime Green. HEX triplet: 48, C2 and 38. RGB value is (72,194,56). Sum of RGB (Red+Green+Blue) = 72+194+56=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 194 (76.17% from 255 or 60.25% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 194 - color contains mainly: green. Hex color #48C238 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C238 is #B73DC7. Grayscale: #8E8E8E. Windows color (decimal): -12008904 or 3719752. OLE color: 3719752.
HSL color Cylindrical-coordinate representation of color #48C238: hue angle of 113.04º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48C238 is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 194 | 56 | - |
| CMYK | 0.63 | 0 | 0.71 | 0.24 |
| HSL | 113.04º | 0.55% | 0.49% | - |
| HSV(B) | 113.04º | 0.71% | 0.76% | - |
| XYZ | 22.68 | 40.25 | 10.31 | - |
| YUV | 141.79 | 79.58 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 194 | 56 | 0.63 | 0 | 0.71 | 0.24 | 113.04 | 0.55 | 0.49 |
| Hex | 48 | C2 | 38 | 3F | 0 | 47 | 18 | 71 | 37 | 31 |
| Octal | 110 | 302 | 70 | 77 | 0 | 107 | 30 | 161 | 67 | 61 |
| Binary | 1001000 | 11000010 | 111000 | 111111 | 0 | 1000111 | 11000 | 1110001 | 110111 | 110001 |
Color Harmonies of #48C238
Complementary color
Monochromatic Colors of #48C238
Black with #48C238
Text Example
Text Example
White with #48C238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C238; }
p { color: rgb(72,194,56); }
H1.HeaderClassName
{
color: #48C238;
}
.AnyTagClassName
{
color: #48C238;
}
</style>
background-color css
<style>
a { background-color: #48C238; }
a { background-color: rgb(72,194,56); }
div.DivClassName
{
background-color: #48C238;
}
.BgClassName
{
background-color: #48C238;
}
</style>
border-color css
<style>
span { border-color: #48C238; }
span { border-color: rgb(72,194,56); }
td.TdClassName
{
border-color: #48C238;
}
.TagClassName
{
border-color: #48C238;
}
</style>