Shades of Lime Green #48E43D
Tints of Lime Green #48E43D
RGB
CMYK
RGB Variations
Color information
#48E43D (or 0x48E43D) is known color: Lime Green. HEX triplet: 48, E4 and 3D. RGB value is (72,228,61). Sum of RGB (Red+Green+Blue) = 72+228+61=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 228 (89.45% from 255 or 63.16% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 228 - color contains mainly: green. Hex color #48E43D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E43D is #B71BC2. Grayscale: #A2A2A2. Windows color (decimal): -12000195 or 4056136. OLE color: 4056136.
HSL color Cylindrical-coordinate representation of color #48E43D: hue angle of 116.05º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48E43D is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 72 | 228 | 61 | - |
| CMYK | 0.68 | 0 | 0.73 | 0.11 |
| HSL | 116.05º | 0.76% | 0.57% | - |
| HSV(B) | 116.05º | 0.73% | 0.89% | - |
| XYZ | 31.26 | 57.2 | 13.81 | - |
| YUV | 162.32 | 70.82 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 228 | 61 | 0.68 | 0 | 0.73 | 0.11 | 116.05 | 0.76 | 0.57 |
| Hex | 48 | E4 | 3D | 44 | 0 | 49 | B | 74 | 4C | 39 |
| Octal | 110 | 344 | 75 | 104 | 0 | 111 | 13 | 164 | 114 | 71 |
| Binary | 1001000 | 11100100 | 111101 | 1000100 | 0 | 1001001 | 1011 | 1110100 | 1001100 | 111001 |
Color Harmonies of #48E43D
Complementary color
Monochromatic Colors of #48E43D
Black with #48E43D
Text Example
Text Example
White with #48E43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E43D; }
p { color: rgb(72,228,61); }
H1.HeaderClassName
{
color: #48E43D;
}
.AnyTagClassName
{
color: #48E43D;
}
</style>
background-color css
<style>
a { background-color: #48E43D; }
a { background-color: rgb(72,228,61); }
div.DivClassName
{
background-color: #48E43D;
}
.BgClassName
{
background-color: #48E43D;
}
</style>
border-color css
<style>
span { border-color: #48E43D; }
span { border-color: rgb(72,228,61); }
td.TdClassName
{
border-color: #48E43D;
}
.TagClassName
{
border-color: #48E43D;
}
</style>