Shades of Lime Green #48CE4D
Tints of Lime Green #48CE4D
RGB
CMYK
RGB Variations
Color information
#48CE4D (or 0x48CE4D) is known color: Lime Green. HEX triplet: 48, CE and 4D. RGB value is (72,206,77). Sum of RGB (Red+Green+Blue) = 72+206+77=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 206 (80.86% from 255 or 58.03% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CE4D is #B731B2. Grayscale: #979797. Windows color (decimal): -12005811 or 5099080. OLE color: 5099080.
HSL color Cylindrical-coordinate representation of color #48CE4D: hue angle of 122.24º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CE4D is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 206 | 77 | - |
| CMYK | 0.65 | 0 | 0.63 | 0.19 |
| HSL | 122.24º | 0.58% | 0.55% | - |
| HSV(B) | 122.24º | 0.65% | 0.81% | - |
| XYZ | 26.08 | 46.06 | 14.54 | - |
| YUV | 151.23 | 86.11 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 206 | 77 | 0.65 | 0 | 0.63 | 0.19 | 122.24 | 0.58 | 0.55 |
| Hex | 48 | CE | 4D | 41 | 0 | 3F | 13 | 7A | 3A | 37 |
| Octal | 110 | 316 | 115 | 101 | 0 | 77 | 23 | 172 | 72 | 67 |
| Binary | 1001000 | 11001110 | 1001101 | 1000001 | 0 | 111111 | 10011 | 1111010 | 111010 | 110111 |
Color Harmonies of #48CE4D
Complementary color
Monochromatic Colors of #48CE4D
Black with #48CE4D
Text Example
Text Example
White with #48CE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CE4D; }
p { color: rgb(72,206,77); }
H1.HeaderClassName
{
color: #48CE4D;
}
.AnyTagClassName
{
color: #48CE4D;
}
</style>
background-color css
<style>
a { background-color: #48CE4D; }
a { background-color: rgb(72,206,77); }
div.DivClassName
{
background-color: #48CE4D;
}
.BgClassName
{
background-color: #48CE4D;
}
</style>
border-color css
<style>
span { border-color: #48CE4D; }
span { border-color: rgb(72,206,77); }
td.TdClassName
{
border-color: #48CE4D;
}
.TagClassName
{
border-color: #48CE4D;
}
</style>