Shades of Lime Green #48D443
Tints of Lime Green #48D443
RGB
CMYK
RGB Variations
Color information
#48D443 (or 0x48D443) is known color: Lime Green. HEX triplet: 48, D4 and 43. RGB value is (72,212,67). Sum of RGB (Red+Green+Blue) = 72+212+67=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 212 (83.20% from 255 or 60.40% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 212 - color contains mainly: green. Hex color #48D443 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D443 is #B72BBC. Grayscale: #9A9A9A. Windows color (decimal): -12004285 or 4445256. OLE color: 4445256.
HSL color Cylindrical-coordinate representation of color #48D443: hue angle of 117.93º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48D443 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 212 | 67 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.17 |
| HSL | 117.93º | 0.63% | 0.55% | - |
| HSV(B) | 117.93º | 0.68% | 0.83% | - |
| XYZ | 27.23 | 48.87 | 13.31 | - |
| YUV | 153.61 | 79.12 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 212 | 67 | 0.66 | 0 | 0.68 | 0.17 | 117.93 | 0.63 | 0.55 |
| Hex | 48 | D4 | 43 | 42 | 0 | 44 | 11 | 76 | 3F | 37 |
| Octal | 110 | 324 | 103 | 102 | 0 | 104 | 21 | 166 | 77 | 67 |
| Binary | 1001000 | 11010100 | 1000011 | 1000010 | 0 | 1000100 | 10001 | 1110110 | 111111 | 110111 |
Color Harmonies of #48D443
Complementary color
Monochromatic Colors of #48D443
Black with #48D443
Text Example
Text Example
White with #48D443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D443; }
p { color: rgb(72,212,67); }
H1.HeaderClassName
{
color: #48D443;
}
.AnyTagClassName
{
color: #48D443;
}
</style>
background-color css
<style>
a { background-color: #48D443; }
a { background-color: rgb(72,212,67); }
div.DivClassName
{
background-color: #48D443;
}
.BgClassName
{
background-color: #48D443;
}
</style>
border-color css
<style>
span { border-color: #48D443; }
span { border-color: rgb(72,212,67); }
td.TdClassName
{
border-color: #48D443;
}
.TagClassName
{
border-color: #48D443;
}
</style>