Shades of Lime Green #46EF32
Tints of Lime Green #46EF32
RGB
CMYK
RGB Variations
Color information
#46EF32 (or 0x46EF32) is known color: Lime Green. HEX triplet: 46, EF and 32. RGB value is (70,239,50). Sum of RGB (Red+Green+Blue) = 70+239+50=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 239 (93.75% from 255 or 66.57% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 239 - color contains mainly: green. Hex color #46EF32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46EF32 is #B910CD. Grayscale: #A7A7A7. Windows color (decimal): -12128462 or 3338054. OLE color: 3338054.
HSL color Cylindrical-coordinate representation of color #46EF32: hue angle of 113.65º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #46EF32 is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 239 | 50 | - |
| CMYK | 0.71 | 0 | 0.79 | 0.06 |
| HSL | 113.65º | 0.86% | 0.57% | - |
| HSV(B) | 113.65º | 0.79% | 0.94% | - |
| XYZ | 33.97 | 63.27 | 13.44 | - |
| YUV | 166.92 | 62.01 | 58.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 239 | 50 | 0.71 | 0 | 0.79 | 0.06 | 113.65 | 0.86 | 0.57 |
| Hex | 46 | EF | 32 | 47 | 0 | 4F | 6 | 72 | 56 | 39 |
| Octal | 106 | 357 | 62 | 107 | 0 | 117 | 6 | 162 | 126 | 71 |
| Binary | 1000110 | 11101111 | 110010 | 1000111 | 0 | 1001111 | 110 | 1110010 | 1010110 | 111001 |
Color Harmonies of #46EF32
Complementary color
Monochromatic Colors of #46EF32
Black with #46EF32
Text Example
Text Example
White with #46EF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EF32; }
p { color: rgb(70,239,50); }
H1.HeaderClassName
{
color: #46EF32;
}
.AnyTagClassName
{
color: #46EF32;
}
</style>
background-color css
<style>
a { background-color: #46EF32; }
a { background-color: rgb(70,239,50); }
div.DivClassName
{
background-color: #46EF32;
}
.BgClassName
{
background-color: #46EF32;
}
</style>
border-color css
<style>
span { border-color: #46EF32; }
span { border-color: rgb(70,239,50); }
td.TdClassName
{
border-color: #46EF32;
}
.TagClassName
{
border-color: #46EF32;
}
</style>