Shades of Lime Green #48F32D
Tints of Lime Green #48F32D
RGB
CMYK
RGB Variations
Color information
#48F32D (or 0x48F32D) is known color: Lime Green. HEX triplet: 48, F3 and 2D. RGB value is (72,243,45). Sum of RGB (Red+Green+Blue) = 72+243+45=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 243 (95.31% from 255 or 67.5% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 243 - color contains mainly: green. Hex color #48F32D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48F32D is #B70CD2. Grayscale: #A9A9A9. Windows color (decimal): -11996371 or 3011400. OLE color: 3011400.
HSL color Cylindrical-coordinate representation of color #48F32D: hue angle of 111.82º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48F32D is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 243 | 45 | - |
| CMYK | 0.70 | 0 | 0.81 | 0.05 |
| HSL | 111.82º | 0.89% | 0.56% | - |
| HSV(B) | 111.82º | 0.81% | 0.95% | - |
| XYZ | 35.2 | 65.67 | 13.3 | - |
| YUV | 169.3 | 57.85 | 58.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 243 | 45 | 0.70 | 0 | 0.81 | 0.05 | 111.82 | 0.89 | 0.56 |
| Hex | 48 | F3 | 2D | 46 | 0 | 51 | 5 | 70 | 59 | 38 |
| Octal | 110 | 363 | 55 | 106 | 0 | 121 | 5 | 160 | 131 | 70 |
| Binary | 1001000 | 11110011 | 101101 | 1000110 | 0 | 1010001 | 101 | 1110000 | 1011001 | 111000 |
Color Harmonies of #48F32D
Complementary color
Monochromatic Colors of #48F32D
Black with #48F32D
Text Example
Text Example
White with #48F32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48F32D; }
p { color: rgb(72,243,45); }
H1.HeaderClassName
{
color: #48F32D;
}
.AnyTagClassName
{
color: #48F32D;
}
</style>
background-color css
<style>
a { background-color: #48F32D; }
a { background-color: rgb(72,243,45); }
div.DivClassName
{
background-color: #48F32D;
}
.BgClassName
{
background-color: #48F32D;
}
</style>
border-color css
<style>
span { border-color: #48F32D; }
span { border-color: rgb(72,243,45); }
td.TdClassName
{
border-color: #48F32D;
}
.TagClassName
{
border-color: #48F32D;
}
</style>