Shades of Lime Green #46DA3C
Tints of Lime Green #46DA3C
RGB
CMYK
RGB Variations
Color information
#46DA3C (or 0x46DA3C) is known color: Lime Green. HEX triplet: 46, DA and 3C. RGB value is (70,218,60). Sum of RGB (Red+Green+Blue) = 70+218+60=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 218 (85.55% from 255 or 62.64% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 218 - color contains mainly: green. Hex color #46DA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46DA3C is #B925C3. Grayscale: #9C9C9C. Windows color (decimal): -12133828 or 3988038. OLE color: 3988038.
HSL color Cylindrical-coordinate representation of color #46DA3C: hue angle of 116.2º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46DA3C is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 218 | 60 | - |
| CMYK | 0.68 | 0 | 0.72 | 0.15 |
| HSL | 116.2º | 0.68% | 0.55% | - |
| HSV(B) | 116.2º | 0.72% | 0.85% | - |
| XYZ | 28.41 | 51.77 | 12.77 | - |
| YUV | 155.74 | 73.97 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 218 | 60 | 0.68 | 0 | 0.72 | 0.15 | 116.2 | 0.68 | 0.55 |
| Hex | 46 | DA | 3C | 44 | 0 | 48 | F | 74 | 44 | 37 |
| Octal | 106 | 332 | 74 | 104 | 0 | 110 | 17 | 164 | 104 | 67 |
| Binary | 1000110 | 11011010 | 111100 | 1000100 | 0 | 1001000 | 1111 | 1110100 | 1000100 | 110111 |
Color Harmonies of #46DA3C
Complementary color
Monochromatic Colors of #46DA3C
Black with #46DA3C
Text Example
Text Example
White with #46DA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DA3C; }
p { color: rgb(70,218,60); }
H1.HeaderClassName
{
color: #46DA3C;
}
.AnyTagClassName
{
color: #46DA3C;
}
</style>
background-color css
<style>
a { background-color: #46DA3C; }
a { background-color: rgb(70,218,60); }
div.DivClassName
{
background-color: #46DA3C;
}
.BgClassName
{
background-color: #46DA3C;
}
</style>
border-color css
<style>
span { border-color: #46DA3C; }
span { border-color: rgb(70,218,60); }
td.TdClassName
{
border-color: #46DA3C;
}
.TagClassName
{
border-color: #46DA3C;
}
</style>