Shades of Lime Green #46DB38
Tints of Lime Green #46DB38
RGB
CMYK
RGB Variations
Color information
#46DB38 (or 0x46DB38) is known color: Lime Green. HEX triplet: 46, DB and 38. RGB value is (70,219,56). Sum of RGB (Red+Green+Blue) = 70+219+56=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 219 (85.94% from 255 or 63.48% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 219 - color contains mainly: green. Hex color #46DB38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46DB38 is #B924C7. Grayscale: #9C9C9C. Windows color (decimal): -12133576 or 3726150. OLE color: 3726150.
HSL color Cylindrical-coordinate representation of color #46DB38: hue angle of 114.85º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #46DB38 is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 219 | 56 | - |
| CMYK | 0.68 | 0 | 0.74 | 0.14 |
| HSL | 114.85º | 0.69% | 0.54% | - |
| HSV(B) | 114.85º | 0.74% | 0.86% | - |
| XYZ | 28.57 | 52.25 | 12.32 | - |
| YUV | 155.87 | 71.64 | 66.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 219 | 56 | 0.68 | 0 | 0.74 | 0.14 | 114.85 | 0.69 | 0.54 |
| Hex | 46 | DB | 38 | 44 | 0 | 4A | E | 73 | 45 | 36 |
| Octal | 106 | 333 | 70 | 104 | 0 | 112 | 16 | 163 | 105 | 66 |
| Binary | 1000110 | 11011011 | 111000 | 1000100 | 0 | 1001010 | 1110 | 1110011 | 1000101 | 110110 |
Color Harmonies of #46DB38
Complementary color
Monochromatic Colors of #46DB38
Black with #46DB38
Text Example
Text Example
White with #46DB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DB38; }
p { color: rgb(70,219,56); }
H1.HeaderClassName
{
color: #46DB38;
}
.AnyTagClassName
{
color: #46DB38;
}
</style>
background-color css
<style>
a { background-color: #46DB38; }
a { background-color: rgb(70,219,56); }
div.DivClassName
{
background-color: #46DB38;
}
.BgClassName
{
background-color: #46DB38;
}
</style>
border-color css
<style>
span { border-color: #46DB38; }
span { border-color: rgb(70,219,56); }
td.TdClassName
{
border-color: #46DB38;
}
.TagClassName
{
border-color: #46DB38;
}
</style>