Shades of Lime Green #48E320
Tints of Lime Green #48E320
RGB
CMYK
RGB Variations
Color information
#48E320 (or 0x48E320) is known color: Lime Green. HEX triplet: 48, E3 and 20. RGB value is (72,227,32). Sum of RGB (Red+Green+Blue) = 72+227+32=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 227 (89.06% from 255 or 68.58% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 227 - color contains mainly: green. Hex color #48E320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48E320 is #B71CDF. Grayscale: #9F9F9F. Windows color (decimal): -12000480 or 2155336. OLE color: 2155336.
HSL color Cylindrical-coordinate representation of color #48E320: hue angle of 107.69º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48E320 is Cyan = 0.68, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 72 | 227 | 32 | - |
| CMYK | 0.68 | 0 | 0.86 | 0.11 |
| HSL | 107.69º | 0.78% | 0.51% | - |
| HSV(B) | 107.69º | 0.86% | 0.89% | - |
| XYZ | 30.4 | 56.42 | 10.65 | - |
| YUV | 158.43 | 56.65 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 227 | 32 | 0.68 | 0 | 0.86 | 0.11 | 107.69 | 0.78 | 0.51 |
| Hex | 48 | E3 | 20 | 44 | 0 | 56 | B | 6C | 4E | 33 |
| Octal | 110 | 343 | 40 | 104 | 0 | 126 | 13 | 154 | 116 | 63 |
| Binary | 1001000 | 11100011 | 100000 | 1000100 | 0 | 1010110 | 1011 | 1101100 | 1001110 | 110011 |
Color Harmonies of #48E320
Complementary color
Monochromatic Colors of #48E320
Black with #48E320
Text Example
Text Example
White with #48E320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E320; }
p { color: rgb(72,227,32); }
H1.HeaderClassName
{
color: #48E320;
}
.AnyTagClassName
{
color: #48E320;
}
</style>
background-color css
<style>
a { background-color: #48E320; }
a { background-color: rgb(72,227,32); }
div.DivClassName
{
background-color: #48E320;
}
.BgClassName
{
background-color: #48E320;
}
</style>
border-color css
<style>
span { border-color: #48E320; }
span { border-color: rgb(72,227,32); }
td.TdClassName
{
border-color: #48E320;
}
.TagClassName
{
border-color: #48E320;
}
</style>