Shades of Lime Green #48C438
Tints of Lime Green #48C438
RGB
CMYK
RGB Variations
Color information
#48C438 (or 0x48C438) is known color: Lime Green. HEX triplet: 48, C4 and 38. RGB value is (72,196,56). Sum of RGB (Red+Green+Blue) = 72+196+56=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 196 (76.95% from 255 or 60.49% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 196 - color contains mainly: green. Hex color #48C438 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C438 is #B73BC7. Grayscale: #8F8F8F. Windows color (decimal): -12008392 or 3720264. OLE color: 3720264.
HSL color Cylindrical-coordinate representation of color #48C438: hue angle of 113.14º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48C438 is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 196 | 56 | - |
| CMYK | 0.63 | 0 | 0.71 | 0.23 |
| HSL | 113.14º | 0.56% | 0.49% | - |
| HSV(B) | 113.14º | 0.71% | 0.77% | - |
| XYZ | 23.13 | 41.14 | 10.46 | - |
| YUV | 142.96 | 78.92 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 196 | 56 | 0.63 | 0 | 0.71 | 0.23 | 113.14 | 0.56 | 0.49 |
| Hex | 48 | C4 | 38 | 3F | 0 | 47 | 17 | 71 | 38 | 31 |
| Octal | 110 | 304 | 70 | 77 | 0 | 107 | 27 | 161 | 70 | 61 |
| Binary | 1001000 | 11000100 | 111000 | 111111 | 0 | 1000111 | 10111 | 1110001 | 111000 | 110001 |
Color Harmonies of #48C438
Complementary color
Monochromatic Colors of #48C438
Black with #48C438
Text Example
Text Example
White with #48C438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C438; }
p { color: rgb(72,196,56); }
H1.HeaderClassName
{
color: #48C438;
}
.AnyTagClassName
{
color: #48C438;
}
</style>
background-color css
<style>
a { background-color: #48C438; }
a { background-color: rgb(72,196,56); }
div.DivClassName
{
background-color: #48C438;
}
.BgClassName
{
background-color: #48C438;
}
</style>
border-color css
<style>
span { border-color: #48C438; }
span { border-color: rgb(72,196,56); }
td.TdClassName
{
border-color: #48C438;
}
.TagClassName
{
border-color: #48C438;
}
</style>