Shades of Lime Green #46D555
Tints of Lime Green #46D555
RGB
CMYK
RGB Variations
Color information
#46D555 (or 0x46D555) is known color: Lime Green. HEX triplet: 46, D5 and 55. RGB value is (70,213,85). Sum of RGB (Red+Green+Blue) = 70+213+85=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 213 (83.59% from 255 or 57.88% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 213 - color contains mainly: green. Hex color #46D555 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D555 is #B92AAA. Grayscale: #9C9C9C. Windows color (decimal): -12135083 or 5625158. OLE color: 5625158.
HSL color Cylindrical-coordinate representation of color #46D555: hue angle of 126.29º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D555 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 213 | 85 | - |
| CMYK | 0.67 | 0 | 0.60 | 0.16 |
| HSL | 126.29º | 0.63% | 0.55% | - |
| HSV(B) | 126.29º | 0.67% | 0.84% | - |
| XYZ | 27.96 | 49.55 | 16.68 | - |
| YUV | 155.65 | 88.12 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 213 | 85 | 0.67 | 0 | 0.60 | 0.16 | 126.29 | 0.63 | 0.55 |
| Hex | 46 | D5 | 55 | 43 | 0 | 3C | 10 | 7E | 3F | 37 |
| Octal | 106 | 325 | 125 | 103 | 0 | 74 | 20 | 176 | 77 | 67 |
| Binary | 1000110 | 11010101 | 1010101 | 1000011 | 0 | 111100 | 10000 | 1111110 | 111111 | 110111 |
Color Harmonies of #46D555
Complementary color
Monochromatic Colors of #46D555
Black with #46D555
Text Example
Text Example
White with #46D555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D555; }
p { color: rgb(70,213,85); }
H1.HeaderClassName
{
color: #46D555;
}
.AnyTagClassName
{
color: #46D555;
}
</style>
background-color css
<style>
a { background-color: #46D555; }
a { background-color: rgb(70,213,85); }
div.DivClassName
{
background-color: #46D555;
}
.BgClassName
{
background-color: #46D555;
}
</style>
border-color css
<style>
span { border-color: #46D555; }
span { border-color: rgb(70,213,85); }
td.TdClassName
{
border-color: #46D555;
}
.TagClassName
{
border-color: #46D555;
}
</style>