Shades of Lime Green #48E245
Tints of Lime Green #48E245
RGB
CMYK
RGB Variations
Color information
#48E245 (or 0x48E245) is known color: Lime Green. HEX triplet: 48, E2 and 45. RGB value is (72,226,69). Sum of RGB (Red+Green+Blue) = 72+226+69=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 226 (88.67% from 255 or 61.58% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 226 - color contains mainly: green. Hex color #48E245 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E245 is #B71DBA. Grayscale: #A2A2A2. Windows color (decimal): -12000699 or 4579912. OLE color: 4579912.
HSL color Cylindrical-coordinate representation of color #48E245: hue angle of 118.85º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E245 is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 72 | 226 | 69 | - |
| CMYK | 0.68 | 0 | 0.69 | 0.11 |
| HSL | 118.85º | 0.73% | 0.58% | - |
| HSV(B) | 118.85º | 0.69% | 0.89% | - |
| XYZ | 30.94 | 56.2 | 14.85 | - |
| YUV | 162.06 | 75.48 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 226 | 69 | 0.68 | 0 | 0.69 | 0.11 | 118.85 | 0.73 | 0.58 |
| Hex | 48 | E2 | 45 | 44 | 0 | 45 | B | 77 | 49 | 3A |
| Octal | 110 | 342 | 105 | 104 | 0 | 105 | 13 | 167 | 111 | 72 |
| Binary | 1001000 | 11100010 | 1000101 | 1000100 | 0 | 1000101 | 1011 | 1110111 | 1001001 | 111010 |
Color Harmonies of #48E245
Complementary color
Monochromatic Colors of #48E245
Black with #48E245
Text Example
Text Example
White with #48E245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E245; }
p { color: rgb(72,226,69); }
H1.HeaderClassName
{
color: #48E245;
}
.AnyTagClassName
{
color: #48E245;
}
</style>
background-color css
<style>
a { background-color: #48E245; }
a { background-color: rgb(72,226,69); }
div.DivClassName
{
background-color: #48E245;
}
.BgClassName
{
background-color: #48E245;
}
</style>
border-color css
<style>
span { border-color: #48E245; }
span { border-color: rgb(72,226,69); }
td.TdClassName
{
border-color: #48E245;
}
.TagClassName
{
border-color: #48E245;
}
</style>