Shades of Lime Green #48E042
Tints of Lime Green #48E042
RGB
CMYK
RGB Variations
Color information
#48E042 (or 0x48E042) is known color: Lime Green. HEX triplet: 48, E0 and 42. RGB value is (72,224,66). Sum of RGB (Red+Green+Blue) = 72+224+66=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 224 (87.89% from 255 or 61.88% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 224 - color contains mainly: green. Hex color #48E042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E042 is #B71FBD. Grayscale: #A1A1A1. Windows color (decimal): -12001214 or 4382792. OLE color: 4382792.
HSL color Cylindrical-coordinate representation of color #48E042: hue angle of 117.72º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48E042 is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 72 | 224 | 66 | - |
| CMYK | 0.68 | 0 | 0.71 | 0.12 |
| HSL | 117.72º | 0.72% | 0.57% | - |
| HSV(B) | 117.72º | 0.71% | 0.88% | - |
| XYZ | 30.31 | 55.08 | 14.19 | - |
| YUV | 160.54 | 74.64 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 224 | 66 | 0.68 | 0 | 0.71 | 0.12 | 117.72 | 0.72 | 0.57 |
| Hex | 48 | E0 | 42 | 44 | 0 | 47 | C | 76 | 48 | 39 |
| Octal | 110 | 340 | 102 | 104 | 0 | 107 | 14 | 166 | 110 | 71 |
| Binary | 1001000 | 11100000 | 1000010 | 1000100 | 0 | 1000111 | 1100 | 1110110 | 1001000 | 111001 |
Color Harmonies of #48E042
Complementary color
Monochromatic Colors of #48E042
Black with #48E042
Text Example
Text Example
White with #48E042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E042; }
p { color: rgb(72,224,66); }
H1.HeaderClassName
{
color: #48E042;
}
.AnyTagClassName
{
color: #48E042;
}
</style>
background-color css
<style>
a { background-color: #48E042; }
a { background-color: rgb(72,224,66); }
div.DivClassName
{
background-color: #48E042;
}
.BgClassName
{
background-color: #48E042;
}
</style>
border-color css
<style>
span { border-color: #48E042; }
span { border-color: rgb(72,224,66); }
td.TdClassName
{
border-color: #48E042;
}
.TagClassName
{
border-color: #48E042;
}
</style>