Shades of Lime Green #46D446
Tints of Lime Green #46D446
RGB
CMYK
RGB Variations
Color information
#46D446 (or 0x46D446) is known color: Lime Green. HEX triplet: 46, D4 and 46. RGB value is (70,212,70). Sum of RGB (Red+Green+Blue) = 70+212+70=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 212 (83.20% from 255 or 60.23% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 212 - color contains mainly: green. Hex color #46D446 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D446 is #B92BB9. Grayscale: #999999. Windows color (decimal): -12135354 or 4641862. OLE color: 4641862.
HSL color Cylindrical-coordinate representation of color #46D446: hue angle of 120º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D446 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 212 | 70 | - |
| CMYK | 0.67 | 0 | 0.67 | 0.17 |
| HSL | 120º | 0.62% | 0.55% | - |
| HSV(B) | 120º | 0.67% | 0.83% | - |
| XYZ | 27.17 | 48.83 | 13.79 | - |
| YUV | 153.35 | 80.96 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 212 | 70 | 0.67 | 0 | 0.67 | 0.17 | 120 | 0.62 | 0.55 |
| Hex | 46 | D4 | 46 | 43 | 0 | 43 | 11 | 78 | 3E | 37 |
| Octal | 106 | 324 | 106 | 103 | 0 | 103 | 21 | 170 | 76 | 67 |
| Binary | 1000110 | 11010100 | 1000110 | 1000011 | 0 | 1000011 | 10001 | 1111000 | 111110 | 110111 |
Color Harmonies of #46D446
Complementary color
Monochromatic Colors of #46D446
Black with #46D446
Text Example
Text Example
White with #46D446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D446; }
p { color: rgb(70,212,70); }
H1.HeaderClassName
{
color: #46D446;
}
.AnyTagClassName
{
color: #46D446;
}
</style>
background-color css
<style>
a { background-color: #46D446; }
a { background-color: rgb(70,212,70); }
div.DivClassName
{
background-color: #46D446;
}
.BgClassName
{
background-color: #46D446;
}
</style>
border-color css
<style>
span { border-color: #46D446; }
span { border-color: rgb(70,212,70); }
td.TdClassName
{
border-color: #46D446;
}
.TagClassName
{
border-color: #46D446;
}
</style>