Shades of Lime Green #48F240
Tints of Lime Green #48F240
RGB
CMYK
RGB Variations
Color information
#48F240 (or 0x48F240) is known color: Lime Green. HEX triplet: 48, F2 and 40. RGB value is (72,242,64). Sum of RGB (Red+Green+Blue) = 72+242+64=378 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.05% from 378); Green value is 242 (94.92% from 255 or 64.02% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 242 - color contains mainly: green. Hex color #48F240 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48F240 is #B70DBF. Grayscale: #ABABAB. Windows color (decimal): -11996608 or 4256328. OLE color: 4256328.
HSL color Cylindrical-coordinate representation of color #48F240: hue angle of 117.3º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #48F240 is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 242 | 64 | - |
| CMYK | 0.70 | 0 | 0.74 | 0.05 |
| HSL | 117.3º | 0.87% | 0.6% | - |
| HSV(B) | 117.3º | 0.74% | 0.95% | - |
| XYZ | 35.35 | 65.25 | 15.58 | - |
| YUV | 170.88 | 67.68 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 242 | 64 | 0.70 | 0 | 0.74 | 0.05 | 117.3 | 0.87 | 0.6 |
| Hex | 48 | F2 | 40 | 46 | 0 | 4A | 5 | 75 | 57 | 3C |
| Octal | 110 | 362 | 100 | 106 | 0 | 112 | 5 | 165 | 127 | 74 |
| Binary | 1001000 | 11110010 | 1000000 | 1000110 | 0 | 1001010 | 101 | 1110101 | 1010111 | 111100 |
Color Harmonies of #48F240
Complementary color
Monochromatic Colors of #48F240
Black with #48F240
Text Example
Text Example
White with #48F240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48F240; }
p { color: rgb(72,242,64); }
H1.HeaderClassName
{
color: #48F240;
}
.AnyTagClassName
{
color: #48F240;
}
</style>
background-color css
<style>
a { background-color: #48F240; }
a { background-color: rgb(72,242,64); }
div.DivClassName
{
background-color: #48F240;
}
.BgClassName
{
background-color: #48F240;
}
</style>
border-color css
<style>
span { border-color: #48F240; }
span { border-color: rgb(72,242,64); }
td.TdClassName
{
border-color: #48F240;
}
.TagClassName
{
border-color: #48F240;
}
</style>