Shades of Lime Green #48F144
Tints of Lime Green #48F144
RGB
CMYK
RGB Variations
Color information
#48F144 (or 0x48F144) is known color: Lime Green. HEX triplet: 48, F1 and 44. RGB value is (72,241,68). Sum of RGB (Red+Green+Blue) = 72+241+68=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 241 (94.53% from 255 or 63.25% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 241 - color contains mainly: green. Hex color #48F144 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48F144 is #B70EBB. Grayscale: #ABABAB. Windows color (decimal): -11996860 or 4518216. OLE color: 4518216.
HSL color Cylindrical-coordinate representation of color #48F144: hue angle of 118.61º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48F144 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 241 | 68 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.05 |
| HSL | 118.61º | 0.86% | 0.61% | - |
| HSV(B) | 118.61º | 0.72% | 0.95% | - |
| XYZ | 35.17 | 64.71 | 16.1 | - |
| YUV | 170.75 | 70.01 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 241 | 68 | 0.70 | 0 | 0.72 | 0.05 | 118.61 | 0.86 | 0.61 |
| Hex | 48 | F1 | 44 | 46 | 0 | 48 | 5 | 77 | 56 | 3D |
| Octal | 110 | 361 | 104 | 106 | 0 | 110 | 5 | 167 | 126 | 75 |
| Binary | 1001000 | 11110001 | 1000100 | 1000110 | 0 | 1001000 | 101 | 1110111 | 1010110 | 111101 |
Color Harmonies of #48F144
Complementary color
Monochromatic Colors of #48F144
Black with #48F144
Text Example
Text Example
White with #48F144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48F144; }
p { color: rgb(72,241,68); }
H1.HeaderClassName
{
color: #48F144;
}
.AnyTagClassName
{
color: #48F144;
}
</style>
background-color css
<style>
a { background-color: #48F144; }
a { background-color: rgb(72,241,68); }
div.DivClassName
{
background-color: #48F144;
}
.BgClassName
{
background-color: #48F144;
}
</style>
border-color css
<style>
span { border-color: #48F144; }
span { border-color: rgb(72,241,68); }
td.TdClassName
{
border-color: #48F144;
}
.TagClassName
{
border-color: #48F144;
}
</style>