Shades of Lime Green #48DC42
Tints of Lime Green #48DC42
RGB
CMYK
RGB Variations
Color information
#48DC42 (or 0x48DC42) is known color: Lime Green. HEX triplet: 48, DC and 42. RGB value is (72,220,66). Sum of RGB (Red+Green+Blue) = 72+220+66=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 220 (86.33% from 255 or 61.45% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 220 - color contains mainly: green. Hex color #48DC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48DC42 is #B723BD. Grayscale: #9E9E9E. Windows color (decimal): -12002238 or 4381768. OLE color: 4381768.
HSL color Cylindrical-coordinate representation of color #48DC42: hue angle of 117.66º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48DC42 is Cyan = 0.67, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 220 | 66 | - |
| CMYK | 0.67 | 0 | 0.7 | 0.14 |
| HSL | 117.66º | 0.69% | 0.56% | - |
| HSV(B) | 117.66º | 0.7% | 0.86% | - |
| XYZ | 29.25 | 52.96 | 13.83 | - |
| YUV | 158.19 | 75.97 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 220 | 66 | 0.67 | 0 | 0.7 | 0.14 | 117.66 | 0.69 | 0.56 |
| Hex | 48 | DC | 42 | 43 | 0 | 46 | E | 76 | 45 | 38 |
| Octal | 110 | 334 | 102 | 103 | 0 | 106 | 16 | 166 | 105 | 70 |
| Binary | 1001000 | 11011100 | 1000010 | 1000011 | 0 | 1000110 | 1110 | 1110110 | 1000101 | 111000 |
Color Harmonies of #48DC42
Complementary color
Monochromatic Colors of #48DC42
Black with #48DC42
Text Example
Text Example
White with #48DC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DC42; }
p { color: rgb(72,220,66); }
H1.HeaderClassName
{
color: #48DC42;
}
.AnyTagClassName
{
color: #48DC42;
}
</style>
background-color css
<style>
a { background-color: #48DC42; }
a { background-color: rgb(72,220,66); }
div.DivClassName
{
background-color: #48DC42;
}
.BgClassName
{
background-color: #48DC42;
}
</style>
border-color css
<style>
span { border-color: #48DC42; }
span { border-color: rgb(72,220,66); }
td.TdClassName
{
border-color: #48DC42;
}
.TagClassName
{
border-color: #48DC42;
}
</style>