Shades of Lime Green #48D23F
Tints of Lime Green #48D23F
RGB
CMYK
RGB Variations
Color information
#48D23F (or 0x48D23F) is known color: Lime Green. HEX triplet: 48, D2 and 3F. RGB value is (72,210,63). Sum of RGB (Red+Green+Blue) = 72+210+63=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 210 (82.42% from 255 or 60.87% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 210 - color contains mainly: green. Hex color #48D23F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D23F is #B72DC0. Grayscale: #989898. Windows color (decimal): -12004801 or 4182600. OLE color: 4182600.
HSL color Cylindrical-coordinate representation of color #48D23F: hue angle of 116.33º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48D23F is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 210 | 63 | - |
| CMYK | 0.66 | 0 | 0.70 | 0.18 |
| HSL | 116.33º | 0.62% | 0.54% | - |
| HSV(B) | 116.33º | 0.7% | 0.82% | - |
| XYZ | 26.62 | 47.83 | 12.53 | - |
| YUV | 151.98 | 77.78 | 70.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 210 | 63 | 0.66 | 0 | 0.70 | 0.18 | 116.33 | 0.62 | 0.54 |
| Hex | 48 | D2 | 3F | 42 | 0 | 46 | 12 | 74 | 3E | 36 |
| Octal | 110 | 322 | 77 | 102 | 0 | 106 | 22 | 164 | 76 | 66 |
| Binary | 1001000 | 11010010 | 111111 | 1000010 | 0 | 1000110 | 10010 | 1110100 | 111110 | 110110 |
Color Harmonies of #48D23F
Complementary color
Monochromatic Colors of #48D23F
Black with #48D23F
Text Example
Text Example
White with #48D23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D23F; }
p { color: rgb(72,210,63); }
H1.HeaderClassName
{
color: #48D23F;
}
.AnyTagClassName
{
color: #48D23F;
}
</style>
background-color css
<style>
a { background-color: #48D23F; }
a { background-color: rgb(72,210,63); }
div.DivClassName
{
background-color: #48D23F;
}
.BgClassName
{
background-color: #48D23F;
}
</style>
border-color css
<style>
span { border-color: #48D23F; }
span { border-color: rgb(72,210,63); }
td.TdClassName
{
border-color: #48D23F;
}
.TagClassName
{
border-color: #48D23F;
}
</style>