Shades of Lime Green #48D83C
Tints of Lime Green #48D83C
RGB
CMYK
RGB Variations
Color information
#48D83C (or 0x48D83C) is known color: Lime Green. HEX triplet: 48, D8 and 3C. RGB value is (72,216,60). Sum of RGB (Red+Green+Blue) = 72+216+60=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 216 (84.77% from 255 or 62.07% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 216 - color contains mainly: green. Hex color #48D83C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D83C is #B727C3. Grayscale: #9B9B9B. Windows color (decimal): -12003268 or 3987528. OLE color: 3987528.
HSL color Cylindrical-coordinate representation of color #48D83C: hue angle of 115.38º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48D83C is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 216 | 60 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.15 |
| HSL | 115.38º | 0.67% | 0.54% | - |
| HSV(B) | 115.38º | 0.72% | 0.85% | - |
| XYZ | 28.04 | 50.82 | 12.61 | - |
| YUV | 155.16 | 74.29 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 216 | 60 | 0.67 | 0 | 0.72 | 0.15 | 115.38 | 0.67 | 0.54 |
| Hex | 48 | D8 | 3C | 43 | 0 | 48 | F | 73 | 43 | 36 |
| Octal | 110 | 330 | 74 | 103 | 0 | 110 | 17 | 163 | 103 | 66 |
| Binary | 1001000 | 11011000 | 111100 | 1000011 | 0 | 1001000 | 1111 | 1110011 | 1000011 | 110110 |
Color Harmonies of #48D83C
Complementary color
Monochromatic Colors of #48D83C
Black with #48D83C
Text Example
Text Example
White with #48D83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D83C; }
p { color: rgb(72,216,60); }
H1.HeaderClassName
{
color: #48D83C;
}
.AnyTagClassName
{
color: #48D83C;
}
</style>
background-color css
<style>
a { background-color: #48D83C; }
a { background-color: rgb(72,216,60); }
div.DivClassName
{
background-color: #48D83C;
}
.BgClassName
{
background-color: #48D83C;
}
</style>
border-color css
<style>
span { border-color: #48D83C; }
span { border-color: rgb(72,216,60); }
td.TdClassName
{
border-color: #48D83C;
}
.TagClassName
{
border-color: #48D83C;
}
</style>