Shades of Lime Green #46D255
Tints of Lime Green #46D255
RGB
CMYK
RGB Variations
Color information
#46D255 (or 0x46D255) is known color: Lime Green. HEX triplet: 46, D2 and 55. RGB value is (70,210,85). Sum of RGB (Red+Green+Blue) = 70+210+85=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 210 (82.42% from 255 or 57.53% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 210 - color contains mainly: green. Hex color #46D255 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D255 is #B92DAA. Grayscale: #9A9A9A. Windows color (decimal): -12135851 or 5624390. OLE color: 5624390.
HSL color Cylindrical-coordinate representation of color #46D255: hue angle of 126.43º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D255 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 210 | 85 | - |
| CMYK | 0.67 | 0 | 0.60 | 0.18 |
| HSL | 126.43º | 0.61% | 0.55% | - |
| HSV(B) | 126.43º | 0.67% | 0.82% | - |
| XYZ | 27.21 | 48.05 | 16.43 | - |
| YUV | 153.89 | 89.12 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 210 | 85 | 0.67 | 0 | 0.60 | 0.18 | 126.43 | 0.61 | 0.55 |
| Hex | 46 | D2 | 55 | 43 | 0 | 3C | 12 | 7E | 3D | 37 |
| Octal | 106 | 322 | 125 | 103 | 0 | 74 | 22 | 176 | 75 | 67 |
| Binary | 1000110 | 11010010 | 1010101 | 1000011 | 0 | 111100 | 10010 | 1111110 | 111101 | 110111 |
Color Harmonies of #46D255
Complementary color
Monochromatic Colors of #46D255
Black with #46D255
Text Example
Text Example
White with #46D255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D255; }
p { color: rgb(70,210,85); }
H1.HeaderClassName
{
color: #46D255;
}
.AnyTagClassName
{
color: #46D255;
}
</style>
background-color css
<style>
a { background-color: #46D255; }
a { background-color: rgb(70,210,85); }
div.DivClassName
{
background-color: #46D255;
}
.BgClassName
{
background-color: #46D255;
}
</style>
border-color css
<style>
span { border-color: #46D255; }
span { border-color: rgb(70,210,85); }
td.TdClassName
{
border-color: #46D255;
}
.TagClassName
{
border-color: #46D255;
}
</style>