Shades of Lime Green #46E727
Tints of Lime Green #46E727
RGB
CMYK
RGB Variations
Color information
#46E727 (or 0x46E727) is known color: Lime Green. HEX triplet: 46, E7 and 27. RGB value is (70,231,39). Sum of RGB (Red+Green+Blue) = 70+231+39=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 231 (90.62% from 255 or 67.94% from 340); Blue value is 39 (15.62% from 255 or 11.47% from 340); Max value from RGB is 231 - color contains mainly: green. Hex color #46E727 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46E727 is #B918D8. Grayscale: #A1A1A1. Windows color (decimal): -12130521 or 2615110. OLE color: 2615110.
HSL color Cylindrical-coordinate representation of color #46E727: hue angle of 110.31º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #46E727 is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 231 | 39 | - |
| CMYK | 0.70 | 0 | 0.83 | 0.09 |
| HSL | 110.31º | 0.8% | 0.53% | - |
| HSV(B) | 110.31º | 0.83% | 0.91% | - |
| XYZ | 31.47 | 58.6 | 11.57 | - |
| YUV | 160.97 | 59.16 | 63.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 231 | 39 | 0.70 | 0 | 0.83 | 0.09 | 110.31 | 0.8 | 0.53 |
| Hex | 46 | E7 | 27 | 46 | 0 | 53 | 9 | 6E | 50 | 35 |
| Octal | 106 | 347 | 47 | 106 | 0 | 123 | 11 | 156 | 120 | 65 |
| Binary | 1000110 | 11100111 | 100111 | 1000110 | 0 | 1010011 | 1001 | 1101110 | 1010000 | 110101 |
Color Harmonies of #46E727
Complementary color
Monochromatic Colors of #46E727
Black with #46E727
Text Example
Text Example
White with #46E727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E727; }
p { color: rgb(70,231,39); }
H1.HeaderClassName
{
color: #46E727;
}
.AnyTagClassName
{
color: #46E727;
}
</style>
background-color css
<style>
a { background-color: #46E727; }
a { background-color: rgb(70,231,39); }
div.DivClassName
{
background-color: #46E727;
}
.BgClassName
{
background-color: #46E727;
}
</style>
border-color css
<style>
span { border-color: #46E727; }
span { border-color: rgb(70,231,39); }
td.TdClassName
{
border-color: #46E727;
}
.TagClassName
{
border-color: #46E727;
}
</style>