Shades of Lime Green #48D030
Tints of Lime Green #48D030
RGB
CMYK
RGB Variations
Color information
#48D030 (or 0x48D030) is known color: Lime Green. HEX triplet: 48, D0 and 30. RGB value is (72,208,48). Sum of RGB (Red+Green+Blue) = 72+208+48=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 208 (81.64% from 255 or 63.41% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 208 - color contains mainly: green. Hex color #48D030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D030 is #B72FCF. Grayscale: #959595. Windows color (decimal): -12005328 or 3199048. OLE color: 3199048.
HSL color Cylindrical-coordinate representation of color #48D030: hue angle of 111º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #48D030 is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 208 | 48 | - |
| CMYK | 0.65 | 0 | 0.77 | 0.18 |
| HSL | 111º | 0.63% | 0.5% | - |
| HSV(B) | 111º | 0.77% | 0.82% | - |
| XYZ | 25.76 | 46.7 | 10.45 | - |
| YUV | 149.1 | 70.94 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 208 | 48 | 0.65 | 0 | 0.77 | 0.18 | 111 | 0.63 | 0.5 |
| Hex | 48 | D0 | 30 | 41 | 0 | 4D | 12 | 6F | 3F | 32 |
| Octal | 110 | 320 | 60 | 101 | 0 | 115 | 22 | 157 | 77 | 62 |
| Binary | 1001000 | 11010000 | 110000 | 1000001 | 0 | 1001101 | 10010 | 1101111 | 111111 | 110010 |
Color Harmonies of #48D030
Complementary color
Monochromatic Colors of #48D030
Black with #48D030
Text Example
Text Example
White with #48D030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D030; }
p { color: rgb(72,208,48); }
H1.HeaderClassName
{
color: #48D030;
}
.AnyTagClassName
{
color: #48D030;
}
</style>
background-color css
<style>
a { background-color: #48D030; }
a { background-color: rgb(72,208,48); }
div.DivClassName
{
background-color: #48D030;
}
.BgClassName
{
background-color: #48D030;
}
</style>
border-color css
<style>
span { border-color: #48D030; }
span { border-color: rgb(72,208,48); }
td.TdClassName
{
border-color: #48D030;
}
.TagClassName
{
border-color: #48D030;
}
</style>