Shades of Lime Green #48C13B
Tints of Lime Green #48C13B
RGB
CMYK
RGB Variations
Color information
#48C13B (or 0x48C13B) is known color: Lime Green. HEX triplet: 48, C1 and 3B. RGB value is (72,193,59). Sum of RGB (Red+Green+Blue) = 72+193+59=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 193 (75.78% from 255 or 59.57% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 193 - color contains mainly: green. Hex color #48C13B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C13B is #B73EC4. Grayscale: #8D8D8D. Windows color (decimal): -12009157 or 3916104. OLE color: 3916104.
HSL color Cylindrical-coordinate representation of color #48C13B: hue angle of 114.18º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48C13B is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 193 | 59 | - |
| CMYK | 0.63 | 0 | 0.69 | 0.24 |
| HSL | 114.18º | 0.53% | 0.49% | - |
| HSV(B) | 114.18º | 0.69% | 0.76% | - |
| XYZ | 22.53 | 39.83 | 10.64 | - |
| YUV | 141.55 | 81.41 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 193 | 59 | 0.63 | 0 | 0.69 | 0.24 | 114.18 | 0.53 | 0.49 |
| Hex | 48 | C1 | 3B | 3F | 0 | 45 | 18 | 72 | 35 | 31 |
| Octal | 110 | 301 | 73 | 77 | 0 | 105 | 30 | 162 | 65 | 61 |
| Binary | 1001000 | 11000001 | 111011 | 111111 | 0 | 1000101 | 11000 | 1110010 | 110101 | 110001 |
Color Harmonies of #48C13B
Complementary color
Monochromatic Colors of #48C13B
Black with #48C13B
Text Example
Text Example
White with #48C13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C13B; }
p { color: rgb(72,193,59); }
H1.HeaderClassName
{
color: #48C13B;
}
.AnyTagClassName
{
color: #48C13B;
}
</style>
background-color css
<style>
a { background-color: #48C13B; }
a { background-color: rgb(72,193,59); }
div.DivClassName
{
background-color: #48C13B;
}
.BgClassName
{
background-color: #48C13B;
}
</style>
border-color css
<style>
span { border-color: #48C13B; }
span { border-color: rgb(72,193,59); }
td.TdClassName
{
border-color: #48C13B;
}
.TagClassName
{
border-color: #48C13B;
}
</style>