Shades of Lime Green #48C13D
Tints of Lime Green #48C13D
RGB
CMYK
RGB Variations
Color information
#48C13D (or 0x48C13D) is known color: Lime Green. HEX triplet: 48, C1 and 3D. RGB value is (72,193,61). Sum of RGB (Red+Green+Blue) = 72+193+61=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 193 (75.78% from 255 or 59.20% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 193 - color contains mainly: green. Hex color #48C13D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48C13D is #B73EC2. Grayscale: #8E8E8E. Windows color (decimal): -12009155 or 4047176. OLE color: 4047176.
HSL color Cylindrical-coordinate representation of color #48C13D: hue angle of 115º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48C13D is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 193 | 61 | - |
| CMYK | 0.63 | 0 | 0.68 | 0.24 |
| HSL | 115º | 0.52% | 0.5% | - |
| HSV(B) | 115º | 0.68% | 0.76% | - |
| XYZ | 22.58 | 39.85 | 10.92 | - |
| YUV | 141.77 | 82.41 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 193 | 61 | 0.63 | 0 | 0.68 | 0.24 | 115 | 0.52 | 0.5 |
| Hex | 48 | C1 | 3D | 3F | 0 | 44 | 18 | 73 | 34 | 32 |
| Octal | 110 | 301 | 75 | 77 | 0 | 104 | 30 | 163 | 64 | 62 |
| Binary | 1001000 | 11000001 | 111101 | 111111 | 0 | 1000100 | 11000 | 1110011 | 110100 | 110010 |
Color Harmonies of #48C13D
Complementary color
Monochromatic Colors of #48C13D
Black with #48C13D
Text Example
Text Example
White with #48C13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C13D; }
p { color: rgb(72,193,61); }
H1.HeaderClassName
{
color: #48C13D;
}
.AnyTagClassName
{
color: #48C13D;
}
</style>
background-color css
<style>
a { background-color: #48C13D; }
a { background-color: rgb(72,193,61); }
div.DivClassName
{
background-color: #48C13D;
}
.BgClassName
{
background-color: #48C13D;
}
</style>
border-color css
<style>
span { border-color: #48C13D; }
span { border-color: rgb(72,193,61); }
td.TdClassName
{
border-color: #48C13D;
}
.TagClassName
{
border-color: #48C13D;
}
</style>