Shades of Lime Green #46E927
Tints of Lime Green #46E927
RGB
CMYK
RGB Variations
Color information
#46E927 (or 0x46E927) is known color: Lime Green. HEX triplet: 46, E9 and 27. RGB value is (70,233,39). Sum of RGB (Red+Green+Blue) = 70+233+39=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 233 (91.41% from 255 or 68.13% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 233 - color contains mainly: green. Hex color #46E927 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46E927 is #B916D8. Grayscale: #A2A2A2. Windows color (decimal): -12130009 or 2615622. OLE color: 2615622.
HSL color Cylindrical-coordinate representation of color #46E927: hue angle of 110.41º degrees, saturation: 0.82, 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 #46E927 is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 233 | 39 | - |
| CMYK | 0.70 | 0 | 0.83 | 0.09 |
| HSL | 110.41º | 0.82% | 0.53% | - |
| HSV(B) | 110.41º | 0.83% | 0.91% | - |
| XYZ | 32.03 | 59.73 | 11.76 | - |
| YUV | 162.15 | 58.5 | 62.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 233 | 39 | 0.70 | 0 | 0.83 | 0.09 | 110.41 | 0.82 | 0.53 |
| Hex | 46 | E9 | 27 | 46 | 0 | 53 | 9 | 6E | 52 | 35 |
| Octal | 106 | 351 | 47 | 106 | 0 | 123 | 11 | 156 | 122 | 65 |
| Binary | 1000110 | 11101001 | 100111 | 1000110 | 0 | 1010011 | 1001 | 1101110 | 1010010 | 110101 |
Color Harmonies of #46E927
Complementary color
Monochromatic Colors of #46E927
Black with #46E927
Text Example
Text Example
White with #46E927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E927; }
p { color: rgb(70,233,39); }
H1.HeaderClassName
{
color: #46E927;
}
.AnyTagClassName
{
color: #46E927;
}
</style>
background-color css
<style>
a { background-color: #46E927; }
a { background-color: rgb(70,233,39); }
div.DivClassName
{
background-color: #46E927;
}
.BgClassName
{
background-color: #46E927;
}
</style>
border-color css
<style>
span { border-color: #46E927; }
span { border-color: rgb(70,233,39); }
td.TdClassName
{
border-color: #46E927;
}
.TagClassName
{
border-color: #46E927;
}
</style>