Shades of Lime Green #46D33D
Tints of Lime Green #46D33D
RGB
CMYK
RGB Variations
Color information
#46D33D (or 0x46D33D) is known color: Lime Green. HEX triplet: 46, D3 and 3D. RGB value is (70,211,61). Sum of RGB (Red+Green+Blue) = 70+211+61=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 211 (82.81% from 255 or 61.70% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 211 - color contains mainly: green. Hex color #46D33D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D33D is #B92CC2. Grayscale: #989898. Windows color (decimal): -12135619 or 4051782. OLE color: 4051782.
HSL color Cylindrical-coordinate representation of color #46D33D: hue angle of 116.4º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46D33D is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 211 | 61 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.17 |
| HSL | 116.4º | 0.63% | 0.53% | - |
| HSV(B) | 116.4º | 0.71% | 0.83% | - |
| XYZ | 26.66 | 48.23 | 12.32 | - |
| YUV | 151.74 | 76.79 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 211 | 61 | 0.67 | 0 | 0.71 | 0.17 | 116.4 | 0.63 | 0.53 |
| Hex | 46 | D3 | 3D | 43 | 0 | 47 | 11 | 74 | 3F | 35 |
| Octal | 106 | 323 | 75 | 103 | 0 | 107 | 21 | 164 | 77 | 65 |
| Binary | 1000110 | 11010011 | 111101 | 1000011 | 0 | 1000111 | 10001 | 1110100 | 111111 | 110101 |
Color Harmonies of #46D33D
Complementary color
Monochromatic Colors of #46D33D
Black with #46D33D
Text Example
Text Example
White with #46D33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D33D; }
p { color: rgb(70,211,61); }
H1.HeaderClassName
{
color: #46D33D;
}
.AnyTagClassName
{
color: #46D33D;
}
</style>
background-color css
<style>
a { background-color: #46D33D; }
a { background-color: rgb(70,211,61); }
div.DivClassName
{
background-color: #46D33D;
}
.BgClassName
{
background-color: #46D33D;
}
</style>
border-color css
<style>
span { border-color: #46D33D; }
span { border-color: rgb(70,211,61); }
td.TdClassName
{
border-color: #46D33D;
}
.TagClassName
{
border-color: #46D33D;
}
</style>