Shades of Lime Green #48EC3D
Tints of Lime Green #48EC3D
RGB
CMYK
RGB Variations
Color information
#48EC3D (or 0x48EC3D) is known color: Lime Green. HEX triplet: 48, EC and 3D. RGB value is (72,236,61). Sum of RGB (Red+Green+Blue) = 72+236+61=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 236 (92.58% from 255 or 63.96% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48EC3D is #B713C2. Grayscale: #A7A7A7. Windows color (decimal): -11998147 or 4058184. OLE color: 4058184.
HSL color Cylindrical-coordinate representation of color #48EC3D: hue angle of 116.23º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #48EC3D is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 236 | 61 | - |
| CMYK | 0.69 | 0 | 0.74 | 0.07 |
| HSL | 116.23º | 0.82% | 0.58% | - |
| HSV(B) | 116.23º | 0.74% | 0.93% | - |
| XYZ | 33.51 | 61.71 | 14.56 | - |
| YUV | 167.01 | 68.17 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 236 | 61 | 0.69 | 0 | 0.74 | 0.07 | 116.23 | 0.82 | 0.58 |
| Hex | 48 | EC | 3D | 45 | 0 | 4A | 7 | 74 | 52 | 3A |
| Octal | 110 | 354 | 75 | 105 | 0 | 112 | 7 | 164 | 122 | 72 |
| Binary | 1001000 | 11101100 | 111101 | 1000101 | 0 | 1001010 | 111 | 1110100 | 1010010 | 111010 |
Color Harmonies of #48EC3D
Complementary color
Monochromatic Colors of #48EC3D
Black with #48EC3D
Text Example
Text Example
White with #48EC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EC3D; }
p { color: rgb(72,236,61); }
H1.HeaderClassName
{
color: #48EC3D;
}
.AnyTagClassName
{
color: #48EC3D;
}
</style>
background-color css
<style>
a { background-color: #48EC3D; }
a { background-color: rgb(72,236,61); }
div.DivClassName
{
background-color: #48EC3D;
}
.BgClassName
{
background-color: #48EC3D;
}
</style>
border-color css
<style>
span { border-color: #48EC3D; }
span { border-color: rgb(72,236,61); }
td.TdClassName
{
border-color: #48EC3D;
}
.TagClassName
{
border-color: #48EC3D;
}
</style>