Shades of Lime Green #46DB21
Tints of Lime Green #46DB21
RGB
CMYK
RGB Variations
Color information
#46DB21 (or 0x46DB21) is known color: Lime Green. HEX triplet: 46, DB and 21. RGB value is (70,219,33). Sum of RGB (Red+Green+Blue) = 70+219+33=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 219 (85.94% from 255 or 68.01% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 219 - color contains mainly: green. Hex color #46DB21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46DB21 is #B924DE. Grayscale: #999999. Windows color (decimal): -12133599 or 2218822. OLE color: 2218822.
HSL color Cylindrical-coordinate representation of color #46DB21: hue angle of 108.06º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #46DB21 is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 219 | 33 | - |
| CMYK | 0.68 | 0 | 0.85 | 0.14 |
| HSL | 108.06º | 0.74% | 0.49% | - |
| HSV(B) | 108.06º | 0.85% | 0.86% | - |
| XYZ | 28.13 | 52.07 | 10.01 | - |
| YUV | 153.25 | 60.14 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 219 | 33 | 0.68 | 0 | 0.85 | 0.14 | 108.06 | 0.74 | 0.49 |
| Hex | 46 | DB | 21 | 44 | 0 | 55 | E | 6C | 4A | 31 |
| Octal | 106 | 333 | 41 | 104 | 0 | 125 | 16 | 154 | 112 | 61 |
| Binary | 1000110 | 11011011 | 100001 | 1000100 | 0 | 1010101 | 1110 | 1101100 | 1001010 | 110001 |
Color Harmonies of #46DB21
Complementary color
Monochromatic Colors of #46DB21
Black with #46DB21
Text Example
Text Example
White with #46DB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DB21; }
p { color: rgb(70,219,33); }
H1.HeaderClassName
{
color: #46DB21;
}
.AnyTagClassName
{
color: #46DB21;
}
</style>
background-color css
<style>
a { background-color: #46DB21; }
a { background-color: rgb(70,219,33); }
div.DivClassName
{
background-color: #46DB21;
}
.BgClassName
{
background-color: #46DB21;
}
</style>
border-color css
<style>
span { border-color: #46DB21; }
span { border-color: rgb(70,219,33); }
td.TdClassName
{
border-color: #46DB21;
}
.TagClassName
{
border-color: #46DB21;
}
</style>