Shades of Lime Green #46DC48
Tints of Lime Green #46DC48
RGB
CMYK
RGB Variations
Color information
#46DC48 (or 0x46DC48) is known color: Lime Green. HEX triplet: 46, DC and 48. RGB value is (70,220,72). Sum of RGB (Red+Green+Blue) = 70+220+72=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 220 (86.33% from 255 or 60.77% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 220 - color contains mainly: green. Hex color #46DC48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46DC48 is #B923B7. Grayscale: #9E9E9E. Windows color (decimal): -12133304 or 4774982. OLE color: 4774982.
HSL color Cylindrical-coordinate representation of color #46DC48: hue angle of 120.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DC48 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 220 | 72 | - |
| CMYK | 0.68 | 0 | 0.67 | 0.14 |
| HSL | 120.8º | 0.68% | 0.57% | - |
| HSV(B) | 120.8º | 0.68% | 0.86% | - |
| XYZ | 29.29 | 52.96 | 14.81 | - |
| YUV | 158.28 | 79.31 | 65.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 220 | 72 | 0.68 | 0 | 0.67 | 0.14 | 120.8 | 0.68 | 0.57 |
| Hex | 46 | DC | 48 | 44 | 0 | 43 | E | 79 | 44 | 39 |
| Octal | 106 | 334 | 110 | 104 | 0 | 103 | 16 | 171 | 104 | 71 |
| Binary | 1000110 | 11011100 | 1001000 | 1000100 | 0 | 1000011 | 1110 | 1111001 | 1000100 | 111001 |
Color Harmonies of #46DC48
Complementary color
Monochromatic Colors of #46DC48
Black with #46DC48
Text Example
Text Example
White with #46DC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DC48; }
p { color: rgb(70,220,72); }
H1.HeaderClassName
{
color: #46DC48;
}
.AnyTagClassName
{
color: #46DC48;
}
</style>
background-color css
<style>
a { background-color: #46DC48; }
a { background-color: rgb(70,220,72); }
div.DivClassName
{
background-color: #46DC48;
}
.BgClassName
{
background-color: #46DC48;
}
</style>
border-color css
<style>
span { border-color: #46DC48; }
span { border-color: rgb(70,220,72); }
td.TdClassName
{
border-color: #46DC48;
}
.TagClassName
{
border-color: #46DC48;
}
</style>